01JC077JV4QE7DGZ8XWXP6TSG9: build-and-test (helios)

BasicConfig {
    output_rules: [
        "%/work/*",
        "%/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: [],
    skip_clone: false,
}

Buildomat Job: 01JC077VW35PG59FQJNXF3FJ1X

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-06T07:51:11.879Zjob assigned to worker 01JC0786BYXTC38FGB72EQTKPN (queued for 53 s)
 
22024-11-06T07:51:18.779Zstarting task 0: "setup"
32024-11-06T07:51:18.790Z++ uname -s
42024-11-06T07:51:18.792Z+ kern=SunOS
52024-11-06T07:51:18.792Z+ case "$kern" in
62024-11-06T07:51:18.792Z+ [[ 0 == 12345 ]]
72024-11-06T07:51:18.792Z+ groupadd -g 12345 build
82024-11-06T07:51:18.795Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
92024-11-06T07:51:20.806Z+ zfs create -o mountpoint=/work rpool/work
102024-11-06T07:51:20.902Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
112024-11-06T07:51:20.905Z+ home_fs=zfs
122024-11-06T07:51:20.905Z+ [[ zfs == autofs ]]
132024-11-06T07:51:20.905Z+ mkdir -p /home/build
142024-11-06T07:51:20.909Z+ chown build:build /home/build /work
152024-11-06T07:51:22.909Z+ chmod 0700 /home/build /work
162024-11-06T07:51:22.912Zprocess exited: duration 4132 ms, exit code 0
 
172024-11-06T07:51:22.917Zstarting task 1: "rust-toolchain"
182024-11-06T07:51:22.923Z+ printf ' * toolchain channel = "%s"
192024-11-06T07:51:22.923Z * toolchain channel = "1.82.0"
202024-11-06T07:51:22.923Z' 1.82.0
212024-11-06T07:51:22.923Z+ printf ' * toolchain profile = "%s"
222024-11-06T07:51:22.923Z' default
232024-11-06T07:51:22.923Z * toolchain profile = "default"
242024-11-06T07:51:22.926Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
252024-11-06T07:51:22.926Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default
262024-11-06T07:51:23.042Zinfo: downloading installer
272024-11-06T07:51:24.376Zinfo: profile set to 'default'
282024-11-06T07:51:24.376Zinfo: default host triple is x86_64-unknown-illumos
292024-11-06T07:51:24.379Zinfo: syncing channel updates for '1.82.0-x86_64-unknown-illumos'
302024-11-06T07:51:24.517Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
312024-11-06T07:51:24.517Zinfo: downloading component 'cargo'
322024-11-06T07:51:25.214Zinfo: downloading component 'clippy'
332024-11-06T07:51:25.477Zinfo: downloading component 'rust-docs'
342024-11-06T07:51:26.454Zinfo: downloading component 'rust-std'
352024-11-06T07:51:28.007Zinfo: downloading component 'rustc'
362024-11-06T07:51:33.595Zinfo: downloading component 'rustfmt'
372024-11-06T07:51:33.792Zinfo: installing component 'cargo'
382024-11-06T07:51:34.661Zinfo: installing component 'clippy'
392024-11-06T07:51:35.082Zinfo: installing component 'rust-docs'
402024-11-06T07:51:36.807Zinfo: installing component 'rust-std'
412024-11-06T07:51:38.820Zinfo: installing component 'rustc'
422024-11-06T07:51:45.024Zinfo: installing component 'rustfmt'
432024-11-06T07:51:45.367Zinfo: default toolchain set to '1.82.0-x86_64-unknown-illumos'
442024-11-06T07:51:45.367Z
452024-11-06T07:51:45.749Z 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
462024-11-06T07:51:45.749Z
472024-11-06T07:51:45.752Z
482024-11-06T07:51:45.752ZRust is installed now. Great!
492024-11-06T07:51:45.752Z
502024-11-06T07:51:45.752ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
512024-11-06T07:51:45.752Zenvironment variable. This has not been done automatically.
522024-11-06T07:51:45.752Z
532024-11-06T07:51:45.752ZTo configure your current shell, you need to source
542024-11-06T07:51:45.752Zthe corresponding env file under $HOME/.cargo.
552024-11-06T07:51:45.752Z
562024-11-06T07:51:45.752ZThis is usually done by running one of the following (note the leading DOT):
572024-11-06T07:51:45.752Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
582024-11-06T07:51:45.752Zsource "$HOME/.cargo/env.fish" # For fish
592024-11-06T07:51:45.827Z+ rustc --version
602024-11-06T07:51:45.893Zrustc 1.82.0 (f6e511eec 2024-10-15)
612024-11-06T07:51:45.896Zprocess exited: duration 22976 ms, exit code 0
 
622024-11-06T07:51:45.901Zstarting task 2: "authentication"
632024-11-06T07:51:45.922Zprocess exited: duration 20 ms, exit code 0
 
642024-11-06T07:51:45.927Zstarting task 3: "clone repository"
652024-11-06T07:51:45.932Z+ mkdir -p /work/oxidecomputer/omicron
662024-11-06T07:51:45.935Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-11-06T07:51:45.972ZCloning into '/work/oxidecomputer/omicron'...
682024-11-06T07:51:52.771Z+ cd /work/oxidecomputer/omicron
692024-11-06T07:51:52.775Z+ git fetch origin 6ec58a018b26cc2f8d1a76aa25743d5578180c8f
702024-11-06T07:51:53.222ZFrom https://github.com/oxidecomputer/omicron
712024-11-06T07:51:53.222Z * branch 6ec58a018b26cc2f8d1a76aa25743d5578180c8f -> FETCH_HEAD
722024-11-06T07:51:53.230Z+ [[ -n '' ]]
732024-11-06T07:51:53.230Z+ git reset --hard 6ec58a018b26cc2f8d1a76aa25743d5578180c8f
742024-11-06T07:51:53.375ZHEAD is now at 6ec58a018 clean up
752024-11-06T07:51:53.378Zprocess exited: duration 7449 ms, exit code 0
 
762024-11-06T07:51:53.383Zstarting task 4: "build"
772024-11-06T07:51:53.392Z+ source ./env.sh
782024-11-06T07:51:53.392Z++ OLD_SHELL_OPTS=ehxB
792024-11-06T07:51:53.392Z++ set -o xtrace
802024-11-06T07:51:53.394Z++++ dirname ./env.sh
812024-11-06T07:51:53.397Z+++ readlink -f .
822024-11-06T07:51:53.400Z++ OMICRON_WS=/work/oxidecomputer/omicron
832024-11-06T07:51:53.403Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
842024-11-06T07:51:53.403Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
852024-11-06T07:51:53.403Z++ 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
862024-11-06T07:51:53.403Z++ 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
872024-11-06T07:51:53.403Z++ 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
882024-11-06T07:51:53.403Z++ 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
892024-11-06T07:51:53.403Z++ 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
902024-11-06T07:51:53.403Z++ 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
912024-11-06T07:51:53.403Z++ case $OLD_SHELL_OPTS in
922024-11-06T07:51:53.403Z++ unset OLD_SHELL_OPTS OMICRON_WS
932024-11-06T07:51:53.403Z+ source .github/buildomat/ci-env.sh
942024-11-06T07:51:53.403Z++ export CARGO_TERM_COLOR=always
952024-11-06T07:51:53.403Z++ CARGO_TERM_COLOR=always
962024-11-06T07:51:53.403Z+ target_os=illumos
972024-11-06T07:51:53.403Z+ NEXTEST_VERSION=0.9.78
982024-11-06T07:51:53.403Z+ cargo --version
992024-11-06T07:51:53.458Zcargo 1.82.0 (8f40fc59f 2024-08-21)
1002024-11-06T07:51:53.461Z+ rustc --version
1012024-11-06T07:51:53.521Zrustc 1.82.0 (f6e511eec 2024-10-15)
1022024-11-06T07:51:53.525Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.78/illumos
1032024-11-06T07:51:53.528Z+ gunzip
1042024-11-06T07:51:53.528Z+ tar -xvf - -C /home/build/.cargo/bin
1052024-11-06T07:51:54.908Zx cargo-nextest, 16059952 bytes, 31368 tape blocks
1062024-11-06T07:51:54.911Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1072024-11-06T07:51:54.911Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1082024-11-06T07:51:54.911Ztests will store ephemeral output in /var/tmp/omicron_tmp
1092024-11-06T07:51:54.911Z+ mkdir /var/tmp/omicron_tmp
1102024-11-06T07:51:54.911Z+ OUTPUT_DIR=/work
1112024-11-06T07:51:54.911Z+ echo 'tests will store non-ephemeral output in /work'
1122024-11-06T07:51:54.911Ztests will store non-ephemeral output in /work
1132024-11-06T07:51:54.911Z+ mkdir -p /work
1142024-11-06T07:51:54.914Z+ banner prerequisites
1152024-11-06T07:51:54.916Z
1162024-11-06T07:51:54.916Z ##### ##### ###### ##### ###### #### # # # #### #
1172024-11-06T07:51:54.916Z # # # # # # # # # # # # # # #
1182024-11-06T07:51:54.916Z # # # # ##### # # ##### # # # # # #### #
1192024-11-06T07:51:54.916Z ##### ##### # ##### # # # # # # # # #
1202024-11-06T07:51:54.916Z # # # # # # # # # # # # # # #
1212024-11-06T07:51:54.916Z # # # ###### # # ###### ### # #### # #### #
1222024-11-06T07:51:54.916Z
1232024-11-06T07:51:54.916Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1242024-11-06T07:52:03.381Z Startup: Refreshing catalog 'helios-dev' ... Done
1252024-11-06T07:52:06.827Z Startup: Caching catalogs ... Done
1262024-11-06T07:52:14.907ZPlanning: Solver setup ... Done (7.332s)
1272024-11-06T07:52:15.010ZPlanning: Running solver ... Done (0.102s)
1282024-11-06T07:52:15.099ZPlanning: Finding local manifests ... Done (0.004s)
1292024-11-06T07:52:15.112ZPlanning: Fetching manifests: 0/5 0% complete
1302024-11-06T07:52:15.330ZPlanning: Fetching manifests: 5/5 100% complete
1312024-11-06T07:52:15.431ZPlanning: Package planning ... Done (0.102s)
1322024-11-06T07:52:15.488ZPlanning: Merging actions ... Done (0.056s)
1332024-11-06T07:52:15.680ZPlanning: Checking for conflicting actions ... Done (0.192s)
1342024-11-06T07:52:17.741ZPlanning: Consolidating action changes ... Done (2.060s)
1352024-11-06T07:52:18.177ZPlanning: Evaluating mediators ... Done (0.434s)
1362024-11-06T07:52:18.256ZPlanning: Planning completed in 11.34 seconds
1372024-11-06T07:52:18.271Z Packages to install: 4
1382024-11-06T07:52:18.271Z Packages to update: 1
1392024-11-06T07:52:18.275Z Mediators to change: 2
1402024-11-06T07:52:18.275Z Services to change: 1
1412024-11-06T07:52:18.275Z Estimated space available: 155.60 GB
1422024-11-06T07:52:18.275ZEstimated space to be consumed: 1.59 GB
1432024-11-06T07:52:18.275Z Create boot environment: No
1442024-11-06T07:52:18.275ZCreate backup boot environment: Yes
1452024-11-06T07:52:18.275Z Rebuild boot archive: No
1462024-11-06T07:52:18.275Z
1472024-11-06T07:52:18.275ZChanged mediators:
1482024-11-06T07:52:18.275Z mediator clang:
1492024-11-06T07:52:18.275Z version: None -> 15 (system default)
1502024-11-06T07:52:18.275Z
1512024-11-06T07:52:18.275Z mediator llvm:
1522024-11-06T07:52:18.275Z version: 14 (system default) -> 15 (system default)
1532024-11-06T07:52:18.275Z
1542024-11-06T07:52:18.275ZChanged packages:
1552024-11-06T07:52:18.275Zhelios-dev
1562024-11-06T07:52:18.275Z developer/build-essential
1572024-11-06T07:52:18.275Z None -> 11-2.0
1582024-11-06T07:52:18.275Z library/libxmlsec1
1592024-11-06T07:52:18.275Z None -> 1.2.35-2.0
1602024-11-06T07:52:18.275Z ooce/developer/clang-15
1612024-11-06T07:52:18.275Z None -> 15.0.7-2.0
1622024-11-06T07:52:18.275Z ooce/developer/llvm-15
1632024-11-06T07:52:18.275Z None -> 15.0.7-2.0
1642024-11-06T07:52:18.275Z package/pkg
1652024-11-06T07:52:18.275Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1662024-11-06T07:52:18.275Z
1672024-11-06T07:52:18.275ZServices:
1682024-11-06T07:52:18.276Z restart_fmri:
1692024-11-06T07:52:18.276Z svc:/system/update-man-index:default
1702024-11-06T07:52:18.276Z
1712024-11-06T07:52:18.276ZEditable files to change:
1722024-11-06T07:52:18.276Z Update:
1732024-11-06T07:52:18.276Z usr/share/lib/pkg/web/config.shtml
1742024-11-06T07:52:18.357Z
1752024-11-06T07:52:18.357ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1762024-11-06T07:52:23.359ZDownload: 1199/4281 items 83.5/220.6MB 37% complete (17.0M/s)
1772024-11-06T07:52:28.363ZDownload: 2360/4281 items 119.7/220.6MB 54% complete (12.2M/s)
1782024-11-06T07:52:33.700ZDownload: 3245/4281 items 202.3/220.6MB 91% complete (11.8M/s)
1792024-11-06T07:52:38.748ZDownload: 4205/4281 items 220.6/220.6MB 99% complete (10.1M/s)
1802024-11-06T07:52:41.070ZDownload: Completed 220.60 MB in 22.71 seconds (9.7M/s)
1812024-11-06T07:52:43.040Z Actions: 1/5063 actions (Removing old actions)
1822024-11-06T07:52:43.062Z Actions: 194/5063 actions (Installing new actions)
1832024-11-06T07:52:47.788Z Actions: 4226/5063 actions (Updating modified actions)
1842024-11-06T07:52:48.116Z Actions: Completed 5063 actions in 5.07 seconds.
1852024-11-06T07:52:48.495Z Done (0.377s)
1862024-11-06T07:52:48.499Z Done (0.000s)
1872024-11-06T07:52:49.010Z Done (0.513s)
1882024-11-06T07:52:53.400Z Done (4.181s)
1892024-11-06T07:52:53.488Z Done (0.018s)
1902024-11-06T07:52:53.490Z Done (0.000s)
1912024-11-06T07:52:53.661Z Done (0.000s)
1922024-11-06T07:52:54.338ZPlanning: Evaluating mediator changes ... Done
1932024-11-06T07:52:54.501ZPlanning: Checking for conflicting actions ... Done
1942024-11-06T07:52:54.504ZPlanning: Consolidating action changes ... Done
1952024-11-06T07:52:54.777ZPlanning: Evaluating mediators ... Done
1962024-11-06T07:52:54.780ZPlanning: Planning completed in 0.44 seconds
1972024-11-06T07:52:54.817Z Mediators to change: 2
1982024-11-06T07:52:54.817Z Create boot environment: No
1992024-11-06T07:52:54.819ZCreate backup boot environment: No
2002024-11-06T07:52:54.915Z Done
2012024-11-06T07:52:54.915Z Done
2022024-11-06T07:52:55.252Z Done
2032024-11-06T07:52:58.917Z Done
2042024-11-06T07:52:59.016Z Done
2052024-11-06T07:52:59.018Z Done
2062024-11-06T07:52:59.121Z Done
2072024-11-06T07:52:59.733ZPlanning: Evaluating mediator changes ... Done
2082024-11-06T07:52:59.735ZPlanning: Merging actions ... Done
2092024-11-06T07:52:59.923ZPlanning: Checking for conflicting actions ... Done
2102024-11-06T07:52:59.926ZPlanning: Consolidating action changes ... Done
2112024-11-06T07:53:00.190ZPlanning: Evaluating mediators ... Done
2122024-11-06T07:53:00.244ZPlanning: Planning completed in 0.75 seconds
2132024-11-06T07:53:00.287Z Packages to change: 1
2142024-11-06T07:53:00.287Z Mediators to change: 1
2152024-11-06T07:53:00.290Z Services to change: 1
2162024-11-06T07:53:00.290Z Create boot environment: No
2172024-11-06T07:53:00.290ZCreate backup boot environment: Yes
2182024-11-06T07:53:02.423Z Actions: 1/6 actions (Updating modified actions)
2192024-11-06T07:53:02.426Z Actions: Completed 6 actions in 0.00 seconds.
2202024-11-06T07:53:02.426Z Done
2212024-11-06T07:53:02.426Z Done
2222024-11-06T07:53:02.531Z Done
2232024-11-06T07:53:06.225Z Done
2242024-11-06T07:53:06.321Z Done
2252024-11-06T07:53:06.323Z Done
2262024-11-06T07:53:06.452Z Done
2272024-11-06T07:53:06.887ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282024-11-06T07:53:06.887Zclang system 15 system
2292024-11-06T07:53:06.887Zcsh system system illumos
2302024-11-06T07:53:06.887Zctags system system illumos
2312024-11-06T07:53:06.887Zgcc vendor 12 vendor
2322024-11-06T07:53:06.887Zgcc system 10 system
2332024-11-06T07:53:06.887Zgcc system 7 system
2342024-11-06T07:53:06.887Zgo system 1.20 system
2352024-11-06T07:53:06.887Zgo system 1.19 system
2362024-11-06T07:53:06.887Zllvm system 15 system
2372024-11-06T07:53:06.887Zllvm system 14 system
2382024-11-06T07:53:06.887Zmariadb system 10.6 system
2392024-11-06T07:53:06.887Zmta vendor vendor dma
2402024-11-06T07:53:06.887Zopenjdk system 17 system
2412024-11-06T07:53:06.887Zopenjdk system 11 system
2422024-11-06T07:53:06.887Zopenjdk system 1.8 system
2432024-11-06T07:53:06.887Zopenssl vendor 3 vendor
2442024-11-06T07:53:06.888Zperl system 5.36 system
2452024-11-06T07:53:06.888Zpostgresql system 15 system
2462024-11-06T07:53:06.888Zpostgresql system 13 system
2472024-11-06T07:53:06.888Zpython vendor 3 vendor
2482024-11-06T07:53:06.888Zpython system 2 system
2492024-11-06T07:53:06.888Zpython3 system 3.11 system
2502024-11-06T07:53:06.888Zruby system 3.0 system
2512024-11-06T07:53:06.888Zwords vendor vendor american-english
2522024-11-06T07:53:06.888Zwords system system australian-english
2532024-11-06T07:53:06.888Zwords system system british-english
2542024-11-06T07:53:06.888Zwords system system canadian-english
2552024-11-06T07:53:06.888Zwords system system french
2562024-11-06T07:53:06.888Zwords system system italian
2572024-11-06T07:53:06.888Zwords system system ngerman
2582024-11-06T07:53:06.888Zwords system system ogerman
2592024-11-06T07:53:06.888Zwords system system spanish
2602024-11-06T07:53:07.224ZPUBLISHER TYPE STATUS P LOCATION
2612024-11-06T07:53:07.224Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2622024-11-06T07:53:09.736ZFMRI IFO
2632024-11-06T07:53:09.736Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2642024-11-06T07:53:09.736Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2652024-11-06T07:53:09.737Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2662024-11-06T07:53:09.737Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2672024-11-06T07:53:09.737Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2682024-11-06T07:53:09.737Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2692024-11-06T07:53:09.737Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2702024-11-06T07:53:09.737Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2712024-11-06T07:53:09.738Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2722024-11-06T07:53:09.738Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2732024-11-06T07:53:09.738Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2742024-11-06T07:53:09.738Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2752024-11-06T07:53:09.738Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2762024-11-06T07:53:09.738Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2772024-11-06T07:53:09.738Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2782024-11-06T07:53:10.438Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2792024-11-06T07:53:10.740Z Updating crates.io index
2802024-11-06T07:53:10.743Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2812024-11-06T07:53:11.569Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2822024-11-06T07:53:11.933Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2832024-11-06T07:53:12.197Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2842024-11-06T07:53:12.473Z Updating git repository `https://github.com/oxidecomputer/propolis`
2852024-11-06T07:53:13.416Z Updating git repository `https://github.com/oxidecomputer/crucible`
2862024-11-06T07:53:15.908Z Updating git repository `https://github.com/oxidecomputer/opte`
2872024-11-06T07:53:16.880Z Updating git repository `https://github.com/oxidecomputer/falcon`
2882024-11-06T07:53:17.681Z Updating git repository `https://github.com/oxidecomputer/clickward`
2892024-11-06T07:53:17.977Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2902024-11-06T07:53:18.255Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2912024-11-06T07:53:18.798Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2922024-11-06T07:53:19.406Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2932024-11-06T07:53:19.691Z Updating git repository `https://github.com/oxidecomputer/tofino`
2942024-11-06T07:53:19.986Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2952024-11-06T07:53:20.215Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2962024-11-06T07:53:20.490Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2972024-11-06T07:53:20.784Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2982024-11-06T07:53:21.241Z Updating git repository `https://github.com/oxidecomputer/ispf`
2992024-11-06T07:53:21.559Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3002024-11-06T07:53:21.912Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3012024-11-06T07:53:22.517Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3022024-11-06T07:53:22.834Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3032024-11-06T07:53:23.222Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3042024-11-06T07:53:23.662Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3052024-11-06T07:53:23.955Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3062024-11-06T07:53:24.220Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3072024-11-06T07:53:25.526Z Downloading crates ...
3082024-11-06T07:53:25.650Z Downloaded anyhow v1.0.92
3092024-11-06T07:53:25.654Z Downloaded bitflags v2.6.0
3102024-11-06T07:53:25.659Z Downloaded anstyle v1.0.8
3112024-11-06T07:53:25.664Z Downloaded scroll_derive v0.12.0
3122024-11-06T07:53:25.666Z Downloaded is_terminal_polyfill v1.70.1
3132024-11-06T07:53:25.672Z Downloaded usdt-macro v0.5.0
3142024-11-06T07:53:25.674Z Downloaded bytecount v0.6.8
3152024-11-06T07:53:25.678Z Downloaded dof v0.3.0
3162024-11-06T07:53:25.681Z Downloaded serde_spanned v0.6.8
3172024-11-06T07:53:25.681Z Downloaded errno v0.3.9
3182024-11-06T07:53:25.684Z Downloaded toml_datetime v0.6.8
3192024-11-06T07:53:25.684Z Downloaded plain v0.2.3
3202024-11-06T07:53:25.686Z Downloaded cfg-if v1.0.0
3212024-11-06T07:53:25.689Z Downloaded fs-err v2.11.0
3222024-11-06T07:53:25.692Z Downloaded proc-macro-error-attr v1.0.4
3232024-11-06T07:53:25.692Z Downloaded cargo-platform v0.1.8
3242024-11-06T07:53:25.694Z Downloaded smawk v0.3.2
3252024-11-06T07:53:25.694Z Downloaded crypto-common v0.1.6
3262024-11-06T07:53:25.696Z Downloaded clap_lex v0.7.2
3272024-11-06T07:53:25.696Z Downloaded autocfg v1.4.0
3282024-11-06T07:53:25.700Z Downloaded tabled_derive v0.7.0
3292024-11-06T07:53:25.703Z Downloaded clap_derive v4.5.18
3302024-11-06T07:53:25.709Z Downloaded thread-id v4.2.2
3312024-11-06T07:53:25.711Z Downloaded pest_derive v2.7.14
3322024-11-06T07:53:25.713Z Downloaded heck v0.4.1
3332024-11-06T07:53:25.718Z Downloaded anstyle-parse v0.2.5
3342024-11-06T07:53:25.720Z Downloaded log v0.4.22
3352024-11-06T07:53:25.723Z Downloaded ucd-trie v0.1.7
3362024-11-06T07:53:25.725Z Downloaded anstream v0.6.15
3372024-11-06T07:53:25.727Z Downloaded byteorder v1.5.0
3382024-11-06T07:53:25.729Z Downloaded block-buffer v0.10.4
3392024-11-06T07:53:25.729Z Downloaded textwrap v0.16.1
3402024-11-06T07:53:25.732Z Downloaded camino v1.1.9
3412024-11-06T07:53:25.734Z Downloaded anstyle-query v1.1.1
3422024-11-06T07:53:25.746Z Downloaded equivalent v1.0.1
3432024-11-06T07:53:25.762Z Downloaded cpufeatures v0.2.14
3442024-11-06T07:53:25.767Z Downloaded memchr v2.7.4
3452024-11-06T07:53:25.772Z Downloaded swrite v0.1.0
3462024-11-06T07:53:25.781Z Downloaded usdt-attr-macro v0.5.0
3472024-11-06T07:53:25.784Z Downloaded dtrace-parser v0.2.0
3482024-11-06T07:53:25.784Z Downloaded digest v0.10.7
3492024-11-06T07:53:25.787Z Downloaded fastrand v2.1.1
3502024-11-06T07:53:25.787Z Downloaded camino-tempfile v1.1.1
3512024-11-06T07:53:25.789Z Downloaded colorchoice v1.0.2
3522024-11-06T07:53:25.796Z Downloaded serde v1.0.210
3532024-11-06T07:53:25.799Z Downloaded itoa v1.0.11
3542024-11-06T07:53:25.801Z Downloaded heck v0.5.0
3552024-11-06T07:53:25.804Z Downloaded generic-array v0.14.7
3562024-11-06T07:53:25.806Z Downloaded memmap v0.7.0
3572024-11-06T07:53:25.808Z Downloaded fnv v1.0.7
3582024-11-06T07:53:25.820Z Downloaded terminal_size v0.4.0
3592024-11-06T07:53:25.822Z Downloaded scroll v0.12.0
3602024-11-06T07:53:25.824Z Downloaded thiserror v1.0.64
3612024-11-06T07:53:25.827Z Downloaded utf8parse v0.2.2
3622024-11-06T07:53:25.830Z Downloaded thiserror-impl v1.0.64
3632024-11-06T07:53:25.830Z Downloaded macaddr v1.0.1
3642024-11-06T07:53:25.832Z Downloaded strsim v0.11.1
3652024-11-06T07:53:25.838Z Downloaded pretty-hex v0.4.1
3662024-11-06T07:53:25.841Z Downloaded version_check v0.9.5
3672024-11-06T07:53:25.841Z Downloaded pest_generator v2.7.14
3682024-11-06T07:53:25.844Z Downloaded sha2 v0.10.8
3692024-11-06T07:53:25.847Z Downloaded usdt v0.5.0
3702024-11-06T07:53:25.850Z Downloaded once_cell v1.20.2
3712024-11-06T07:53:25.852Z Downloaded cargo_toml v0.20.5
3722024-11-06T07:53:25.855Z Downloaded cargo_metadata v0.18.1
3732024-11-06T07:53:25.857Z Downloaded quote v1.0.37
3742024-11-06T07:53:25.860Z Downloaded proc-macro-error v1.0.4
3752024-11-06T07:53:25.862Z Downloaded unicode-linebreak v0.1.5
3762024-11-06T07:53:25.864Z Downloaded tempfile v3.13.0
3772024-11-06T07:53:25.866Z Downloaded serde_tokenstream v0.2.2
3782024-11-06T07:53:25.866Z Downloaded semver v1.0.23
3792024-11-06T07:53:25.871Z Downloaded clap v4.5.20
3802024-11-06T07:53:25.879Z Downloaded usdt-impl v0.5.0
3812024-11-06T07:53:25.882Z Downloaded pest_meta v2.7.14
3822024-11-06T07:53:25.887Z Downloaded proc-macro2 v1.0.87
3832024-11-06T07:53:25.891Z Downloaded zerocopy-derive v0.7.35
3842024-11-06T07:53:25.895Z Downloaded serde_derive v1.0.210
3852024-11-06T07:53:25.898Z Downloaded papergrid v0.11.0
3862024-11-06T07:53:25.902Z Downloaded indexmap v2.6.0
3872024-11-06T07:53:25.906Z Downloaded unicode-ident v1.0.13
3882024-11-06T07:53:25.908Z Downloaded typenum v1.17.0
3892024-11-06T07:53:25.910Z Downloaded toml v0.8.19
3902024-11-06T07:53:25.914Z Downloaded ryu v1.0.18
3912024-11-06T07:53:25.956Z Downloaded winnow v0.6.20
3922024-11-06T07:53:25.964Z Downloaded goblin v0.8.2
3932024-11-06T07:53:25.970Z Downloaded toml_edit v0.22.22
3942024-11-06T07:53:25.991Z Downloaded serde_json v1.0.128
3952024-11-06T07:53:25.997Z Downloaded hashbrown v0.15.0
3962024-11-06T07:53:26.003Z Downloaded syn v1.0.109
3972024-11-06T07:53:26.012Z Downloaded zerocopy v0.7.35
3982024-11-06T07:53:26.027Z Downloaded clap_builder v4.5.20
3992024-11-06T07:53:26.033Z Downloaded unicode-width v0.1.14
4002024-11-06T07:53:26.038Z Downloaded tabled v0.15.0
4012024-11-06T07:53:26.053Z Downloaded pest v2.7.14
4022024-11-06T07:53:26.057Z Downloaded syn v2.0.79
4032024-11-06T07:53:26.068Z Downloaded rustix v0.38.37
4042024-11-06T07:53:26.129Z Downloaded libc v0.2.161
4052024-11-06T07:53:26.446Z Compiling proc-macro2 v1.0.87
4062024-11-06T07:53:26.446Z Compiling unicode-ident v1.0.13
4072024-11-06T07:53:26.449Z Compiling serde v1.0.210
4082024-11-06T07:53:26.449Z Compiling version_check v0.9.5
4092024-11-06T07:53:26.449Z Compiling memchr v2.7.4
4102024-11-06T07:53:26.449Z Compiling thiserror v1.0.64
4112024-11-06T07:53:26.449Z Compiling libc v0.2.161
4122024-11-06T07:53:26.449Z Compiling ryu v1.0.18
4132024-11-06T07:53:26.720Z Compiling ucd-trie v0.1.7
4142024-11-06T07:53:26.965Z Compiling itoa v1.0.11
4152024-11-06T07:53:27.207Z Compiling once_cell v1.20.2
4162024-11-06T07:53:27.332Z Compiling byteorder v1.5.0
4172024-11-06T07:53:27.661Z Compiling serde_json v1.0.128
4182024-11-06T07:53:27.697Z Compiling rustix v0.38.37
4192024-11-06T07:53:27.849Z Compiling bitflags v2.6.0
4202024-11-06T07:53:28.032Z Compiling usdt-impl v0.5.0
4212024-11-06T07:53:28.249Z Compiling proc-macro-error-attr v1.0.4
4222024-11-06T07:53:28.316Z Compiling syn v1.0.109
4232024-11-06T07:53:28.341Z Compiling proc-macro-error v1.0.4
4242024-11-06T07:53:28.380Z Compiling quote v1.0.37
4252024-11-06T07:53:28.635Z Compiling log v0.4.22
4262024-11-06T07:53:28.659Z Compiling hashbrown v0.15.0
4272024-11-06T07:53:28.763Z Compiling syn v2.0.79
4282024-11-06T07:53:28.918Z Compiling errno v0.3.9
4292024-11-06T07:53:29.024Z Compiling thread-id v4.2.2
4302024-11-06T07:53:29.079Z Compiling camino v1.1.9
4312024-11-06T07:53:29.130Z Compiling equivalent v1.0.1
4322024-11-06T07:53:29.155Z Compiling plain v0.2.3
4332024-11-06T07:53:29.158Z Compiling utf8parse v0.2.2
4342024-11-06T07:53:29.315Z Compiling anstyle-parse v0.2.5
4352024-11-06T07:53:29.660Z Compiling pretty-hex v0.4.1
4362024-11-06T07:53:29.786Z Compiling is_terminal_polyfill v1.70.1
4372024-11-06T07:53:29.848Z Compiling indexmap v2.6.0
4382024-11-06T07:53:29.876Z Compiling unicode-width v0.1.14
4392024-11-06T07:53:29.902Z Compiling semver v1.0.23
4402024-11-06T07:53:29.933Z Compiling anstyle-query v1.1.1
4412024-11-06T07:53:30.060Z Compiling anstyle v1.0.8
4422024-11-06T07:53:30.101Z Compiling winnow v0.6.20
4432024-11-06T07:53:30.434Z Compiling autocfg v1.4.0
4442024-11-06T07:53:30.459Z Compiling colorchoice v1.0.2
4452024-11-06T07:53:30.617Z Compiling anstream v0.6.15
4462024-11-06T07:53:30.937Z Compiling bytecount v0.6.8
4472024-11-06T07:53:31.169Z Compiling cfg-if v1.0.0
4482024-11-06T07:53:31.280Z Compiling terminal_size v0.4.0
4492024-11-06T07:53:31.348Z Compiling heck v0.5.0
4502024-11-06T07:53:31.550Z Compiling strsim v0.11.1
4512024-11-06T07:53:31.598Z Compiling fs-err v2.11.0
4522024-11-06T07:53:31.824Z Compiling fnv v1.0.7
4532024-11-06T07:53:31.931Z Compiling clap_lex v0.7.2
4542024-11-06T07:53:31.956Z Compiling fastrand v2.1.1
4552024-11-06T07:53:31.986Z Compiling anyhow v1.0.92
4562024-11-06T07:53:32.020Z Compiling heck v0.4.1
4572024-11-06T07:53:32.467Z Compiling tempfile v3.13.0
4582024-11-06T07:53:32.503Z Compiling clap_builder v4.5.20
4592024-11-06T07:53:32.527Z Compiling papergrid v0.11.0
4602024-11-06T07:53:33.091Z Compiling memmap v0.7.0
4612024-11-06T07:53:33.180Z Compiling unicode-linebreak v0.1.5
4622024-11-06T07:53:33.305Z Compiling smawk v0.3.2
4632024-11-06T07:53:33.677Z Compiling textwrap v0.16.1
4642024-11-06T07:53:33.925Z Compiling swrite v0.1.0
4652024-11-06T07:53:34.804Z Compiling tabled_derive v0.7.0
4662024-11-06T07:53:36.514Z Compiling tabled v0.15.0
4672024-11-06T07:53:36.887Z Compiling serde_derive v1.0.210
4682024-11-06T07:53:36.887Z Compiling thiserror-impl v1.0.64
4692024-11-06T07:53:36.890Z Compiling zerocopy-derive v0.7.35
4702024-11-06T07:53:36.890Z Compiling scroll_derive v0.12.0
4712024-11-06T07:53:36.996Z Compiling clap_derive v4.5.18
4722024-11-06T07:53:38.431Z Compiling scroll v0.12.0
4732024-11-06T07:53:38.975Z Compiling goblin v0.8.2
4742024-11-06T07:53:39.060Z Compiling zerocopy v0.7.35
4752024-11-06T07:53:39.892Z Compiling pest v2.7.14
4762024-11-06T07:53:40.623Z Compiling clap v4.5.20
4772024-11-06T07:53:42.217Z Compiling pest_meta v2.7.14
4782024-11-06T07:53:43.117Z Compiling pest_generator v2.7.14
4792024-11-06T07:53:44.808Z Compiling pest_derive v2.7.14
4802024-11-06T07:53:45.477Z Compiling dtrace-parser v0.2.0
4812024-11-06T07:53:46.922Z Compiling serde_tokenstream v0.2.2
4822024-11-06T07:53:47.142Z Compiling serde_spanned v0.6.8
4832024-11-06T07:53:47.142Z Compiling toml_datetime v0.6.8
4842024-11-06T07:53:47.227Z Compiling cargo-platform v0.1.8
4852024-11-06T07:53:47.490Z Compiling toml_edit v0.22.22
4862024-11-06T07:53:47.516Z Compiling macaddr v1.0.1
4872024-11-06T07:53:47.833Z Compiling camino-tempfile v1.1.1
4882024-11-06T07:53:48.323Z Compiling dof v0.3.0
4892024-11-06T07:53:48.637Z Compiling cargo_metadata v0.18.1
4902024-11-06T07:53:50.043Z Compiling usdt-macro v0.5.0
4912024-11-06T07:53:50.046Z Compiling usdt-attr-macro v0.5.0
4922024-11-06T07:53:50.359Z Compiling toml v0.8.19
4932024-11-06T07:53:51.226Z Compiling cargo_toml v0.20.5
4942024-11-06T07:53:51.273Z Compiling usdt v0.5.0
4952024-11-06T07:53:54.671Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4962024-11-06T07:53:58.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.34s
4972024-11-06T07:53:58.837Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4982024-11-06T07:53:59.344Z Downloading crates ...
4992024-11-06T07:53:59.459Z Downloaded async-stream-impl v0.3.6
5002024-11-06T07:53:59.471Z Downloaded arrayref v0.3.9
5012024-11-06T07:53:59.474Z Downloaded ascii-canvas v3.0.0
5022024-11-06T07:53:59.476Z Downloaded addr2line v0.24.2
5032024-11-06T07:53:59.480Z Downloaded ciborium-io v0.2.2
5042024-11-06T07:53:59.482Z Downloaded atomicwrites v0.4.4
5052024-11-06T07:53:59.487Z Downloaded atty v0.2.14
5062024-11-06T07:53:59.489Z Downloaded crucible-workspace-hack v0.1.0
5072024-11-06T07:53:59.496Z Downloaded cstr-argument v0.1.2
5082024-11-06T07:53:59.499Z Downloaded darling_macro v0.20.10
5092024-11-06T07:53:59.502Z Downloaded assert_matches v1.5.0
5102024-11-06T07:53:59.510Z Downloaded http-range v0.1.5
5112024-11-06T07:53:59.512Z Downloaded ident_case v1.0.1
5122024-11-06T07:53:59.512Z Downloaded bit-vec v0.6.3
5132024-11-06T07:53:59.515Z Downloaded async-recursion v1.1.1
5142024-11-06T07:53:59.518Z Downloaded newline-converter v0.3.0
5152024-11-06T07:53:59.521Z Downloaded cexpr v0.6.0
5162024-11-06T07:53:59.523Z Downloaded md5 v0.7.0
5172024-11-06T07:53:59.525Z Downloaded cobs v0.2.3
5182024-11-06T07:53:59.525Z Downloaded bitflags v1.3.2
5192024-11-06T07:53:59.535Z Downloaded nodrop v0.1.14
5202024-11-06T07:53:59.535Z Downloaded hyper-tls v0.6.0
5212024-11-06T07:53:59.535Z Downloaded httpdate v1.0.3
5222024-11-06T07:53:59.535Z Downloaded http-body v0.4.6
5232024-11-06T07:53:59.538Z Downloaded hostname v0.4.0
5242024-11-06T07:53:59.538Z Downloaded indent_write v2.2.0
5252024-11-06T07:53:59.541Z Downloaded atomic-waker v1.1.2
5262024-11-06T07:53:59.541Z Downloaded nanorand v0.7.0
5272024-11-06T07:53:59.543Z Downloaded lru-cache v0.1.2
5282024-11-06T07:53:59.546Z Downloaded lalrpop-util v0.19.12
5292024-11-06T07:53:59.546Z Downloaded lazycell v1.3.0
5302024-11-06T07:53:59.548Z Downloaded keccak v0.1.5
5312024-11-06T07:53:59.548Z Downloaded is-terminal v0.4.13
5322024-11-06T07:53:59.551Z Downloaded maybe-uninit v2.0.0
5332024-11-06T07:53:59.551Z Downloaded cfg_aliases v0.1.1
5342024-11-06T07:53:59.554Z Downloaded hyper-rustls v0.27.3
5352024-11-06T07:53:59.560Z Downloaded convert_case v0.4.0
5362024-11-06T07:53:59.560Z Downloaded cfg_aliases v0.2.1
5372024-11-06T07:53:59.560Z Downloaded data-encoding v2.6.0
5382024-11-06T07:53:59.563Z Downloaded async-stream v0.3.6
5392024-11-06T07:53:59.563Z Downloaded maplit v1.0.2
5402024-11-06T07:53:59.563Z Downloaded lock_api v0.4.12
5412024-11-06T07:53:59.571Z Downloaded libloading v0.8.5
5422024-11-06T07:53:59.571Z Downloaded mime_guess v2.0.5
5432024-11-06T07:53:59.571Z Downloaded memmap2 v0.9.5
5442024-11-06T07:53:59.573Z Downloaded hmac v0.12.1
5452024-11-06T07:53:59.580Z Downloaded aead v0.5.2
5462024-11-06T07:53:59.580Z Downloaded hubpack_derive v0.1.1
5472024-11-06T07:53:59.580Z Downloaded internet-checksum v0.2.1
5482024-11-06T07:53:59.580Z Downloaded array-init v0.0.4
5492024-11-06T07:53:59.580Z Downloaded instability v0.3.2
5502024-11-06T07:53:59.583Z Downloaded mockall_derive v0.13.0
5512024-11-06T07:53:59.583Z Downloaded miniz_oxide v0.8.0
5522024-11-06T07:53:59.586Z Downloaded http-body v1.0.1
5532024-11-06T07:53:59.588Z Downloaded indicatif v0.17.8
5542024-11-06T07:53:59.592Z Downloaded nu-ansi-term v0.50.1
5552024-11-06T07:53:59.595Z Downloaded ctr v0.9.2
5562024-11-06T07:53:59.598Z Downloaded rustc-hash v1.1.0
5572024-11-06T07:53:59.600Z Downloaded instant v0.1.13
5582024-11-06T07:53:59.603Z Downloaded bit-set v0.5.3
5592024-11-06T07:53:59.603Z Downloaded async-bb8-diesel v0.2.1
5602024-11-06T07:53:59.606Z Downloaded bcs v0.1.6
5612024-11-06T07:53:59.608Z Downloaded serde_path_to_error v0.1.16
5622024-11-06T07:53:59.611Z Downloaded httparse v1.9.5
5632024-11-06T07:53:59.613Z Downloaded chrono-tz-build v0.4.0
5642024-11-06T07:53:59.616Z Downloaded cbc v0.1.2
5652024-11-06T07:53:59.619Z Downloaded matches v0.1.10
5662024-11-06T07:53:59.619Z Downloaded ciborium-ll v0.2.2
5672024-11-06T07:53:59.619Z Downloaded buf-list v1.0.3
5682024-11-06T07:53:59.622Z Downloaded cassowary v0.3.0
5692024-11-06T07:53:59.624Z Downloaded bcrypt-pbkdf v0.10.0
5702024-11-06T07:53:59.627Z Downloaded match_cfg v0.1.0
5712024-11-06T07:53:59.627Z Downloaded new_debug_unreachable v1.0.6
5722024-11-06T07:53:59.629Z Downloaded crc-catalog v2.4.0
5732024-11-06T07:53:59.629Z Downloaded is_ci v1.2.0
5742024-11-06T07:53:59.631Z Downloaded normalize-line-endings v0.3.0
5752024-11-06T07:53:59.632Z Downloaded constant_time_eq v0.3.1
5762024-11-06T07:53:59.634Z Downloaded newtype_derive v0.1.6
5772024-11-06T07:53:59.636Z Downloaded block-padding v0.3.3
5782024-11-06T07:53:59.636Z Downloaded bitfield-struct v0.6.2
5792024-11-06T07:53:59.639Z Downloaded http-body-util v0.1.2
5802024-11-06T07:53:59.641Z Downloaded blowfish v0.9.1
5812024-11-06T07:53:59.641Z Downloaded bitfield v0.14.0
5822024-11-06T07:53:59.644Z Downloaded time-core v0.1.2
5832024-11-06T07:53:59.644Z Downloaded cookie_store v0.21.0
5842024-11-06T07:53:59.647Z Downloaded indoc v1.0.9
5852024-11-06T07:53:59.649Z Downloaded home v0.5.9
5862024-11-06T07:53:59.651Z Downloaded shell-words v1.1.0
5872024-11-06T07:53:59.653Z Downloaded const_format_proc_macros v0.2.33
5882024-11-06T07:53:59.655Z Downloaded impl-trait-for-tuples v0.2.2
5892024-11-06T07:53:59.658Z Downloaded hostname v0.3.1
5902024-11-06T07:53:59.660Z Downloaded supports-color v3.0.1
5912024-11-06T07:53:59.662Z Downloaded hickory-client v0.24.1
5922024-11-06T07:53:59.665Z Downloaded crossbeam-epoch v0.9.18
5932024-11-06T07:53:59.668Z Downloaded hyper-staticfile v0.10.1
5942024-11-06T07:53:59.671Z Downloaded crc-any v2.5.0
5952024-11-06T07:53:59.674Z Downloaded ssh-cipher v0.2.0
5962024-11-06T07:53:59.676Z Downloaded lazy_static v1.5.0
5972024-11-06T07:53:59.678Z Downloaded curve25519-dalek-derive v0.1.1
5982024-11-06T07:53:59.678Z Downloaded lru v0.12.5
5992024-11-06T07:53:59.681Z Downloaded mime v0.3.17
6002024-11-06T07:53:59.684Z Downloaded backoff v0.4.0
6012024-11-06T07:53:59.686Z Downloaded managed v0.8.0
6022024-11-06T07:53:59.686Z Downloaded kstat-rs v0.2.4
6032024-11-06T07:53:59.689Z Downloaded linked-hash-map v0.5.6
6042024-11-06T07:53:59.689Z Downloaded aes v0.8.4
6052024-11-06T07:53:59.693Z Downloaded ssh-encoding v0.2.0
6062024-11-06T07:53:59.695Z Downloaded newtype-uuid v1.1.2
6072024-11-06T07:53:59.698Z Downloaded md-5 v0.10.6
6082024-11-06T07:53:59.700Z Downloaded lockfree-object-pool v0.1.6
6092024-11-06T07:53:59.702Z Downloaded foreign-types-macros v0.2.3
6102024-11-06T07:53:59.705Z Downloaded display-error-chain v0.2.2
6112024-11-06T07:53:59.705Z Downloaded colored v2.1.0
6122024-11-06T07:53:59.707Z Downloaded tap v1.0.1
6132024-11-06T07:53:59.707Z Downloaded linear-map v1.2.0
6142024-11-06T07:53:59.710Z Downloaded foreign-types-shared v0.1.1
6152024-11-06T07:53:59.712Z Downloaded num v0.4.3
6162024-11-06T07:53:59.714Z Downloaded fxhash v0.2.1
6172024-11-06T07:53:59.714Z Downloaded foreign-types v0.5.0
6182024-11-06T07:53:59.717Z Downloaded foreign-types v0.3.2
6192024-11-06T07:53:59.717Z Downloaded inout v0.1.3
6202024-11-06T07:53:59.717Z Downloaded crossbeam-deque v0.8.5
6212024-11-06T07:53:59.719Z Downloaded number_prefix v0.4.0
6222024-11-06T07:53:59.721Z Downloaded stable_deref_trait v1.2.0
6232024-11-06T07:53:59.721Z Downloaded shlex v1.3.0
6242024-11-06T07:53:59.723Z Downloaded slog-bunyan v2.5.0
6252024-11-06T07:53:59.726Z Downloaded sha1 v0.10.6
6262024-11-06T07:53:59.726Z Downloaded scheduled-thread-pool v0.2.7
6272024-11-06T07:53:59.728Z Downloaded jobserver v0.1.32
6282024-11-06T07:53:59.730Z Downloaded thread_local v1.1.8
6292024-11-06T07:53:59.733Z Downloaded unicode-xid v0.2.6
6302024-11-06T07:53:59.733Z Downloaded tui-tree-widget v0.22.0
6312024-11-06T07:53:59.735Z Downloaded smf v0.2.3
6322024-11-06T07:53:59.735Z Downloaded zeroize v1.8.1
6332024-11-06T07:53:59.738Z Downloaded phf_shared v0.10.0
6342024-11-06T07:53:59.738Z Downloaded ipnetwork v0.20.0
6352024-11-06T07:53:59.740Z Downloaded num_threads v0.1.7
6362024-11-06T07:53:59.740Z Downloaded schemars_derive v0.8.21
6372024-11-06T07:53:59.743Z Downloaded bzip2 v0.4.4
6382024-11-06T07:53:59.745Z Downloaded nibble_vec v0.1.0
6392024-11-06T07:53:59.745Z Downloaded iana-time-zone v0.1.61
6402024-11-06T07:53:59.748Z Downloaded csv-core v0.1.11
6412024-11-06T07:53:59.751Z Downloaded ed25519 v2.2.3
6422024-11-06T07:53:59.753Z Downloaded ahash v0.8.11
6432024-11-06T07:53:59.756Z Downloaded parse-size v1.1.0
6442024-11-06T07:53:59.756Z Downloaded memoffset v0.9.1
6452024-11-06T07:53:59.758Z Downloaded libefi-sys v0.1.0
6462024-11-06T07:53:59.758Z Downloaded xattr v1.3.1
6472024-11-06T07:53:59.761Z Downloaded ipnet v2.10.1
6482024-11-06T07:53:59.763Z Downloaded unicode-truncate v1.1.0
6492024-11-06T07:53:59.766Z Downloaded dirs-sys-next v0.1.2
6502024-11-06T07:53:59.766Z Downloaded compact_str v0.8.0
6512024-11-06T07:53:59.769Z Downloaded native-tls v0.2.12
6522024-11-06T07:53:59.773Z Downloaded fd-lock v4.0.2
6532024-11-06T07:53:59.776Z Downloaded rusty-fork v0.3.0
6542024-11-06T07:53:59.776Z Downloaded multer v3.1.0
6552024-11-06T07:53:59.778Z Downloaded clang-sys v1.8.1
6562024-11-06T07:53:59.781Z Downloaded take_mut v0.2.2
6572024-11-06T07:53:59.781Z Downloaded scrypt v0.11.0
6582024-11-06T07:53:59.784Z Downloaded crossbeam-utils v0.8.20
6592024-11-06T07:53:59.786Z Downloaded hex v0.4.3
6602024-11-06T07:53:59.789Z Downloaded gethostname v0.5.0
6612024-11-06T07:53:59.789Z Downloaded darling v0.20.10
6622024-11-06T07:53:59.793Z Downloaded toolchain_find v0.4.0
6632024-11-06T07:53:59.796Z Downloaded sqlparser_derive v0.2.2
6642024-11-06T07:53:59.796Z Downloaded tokio-rustls v0.26.0
6652024-11-06T07:53:59.798Z Downloaded tokio-stream v0.1.16
6662024-11-06T07:53:59.802Z Downloaded hash32 v0.2.1
6672024-11-06T07:53:59.805Z Downloaded console v0.15.8
6682024-11-06T07:53:59.808Z Downloaded xz2 v0.1.7
6692024-11-06T07:53:59.810Z Downloaded smallvec v1.13.2
6702024-11-06T07:53:59.812Z Downloaded ciborium v0.2.2
6712024-11-06T07:53:59.815Z Downloaded crc32fast v1.4.2
6722024-11-06T07:53:59.817Z Downloaded phf_shared v0.11.2
6732024-11-06T07:53:59.820Z Downloaded olpc-cjson v0.1.4
6742024-11-06T07:53:59.820Z Downloaded tokio-rustls v0.25.0
6752024-11-06T07:53:59.822Z Downloaded rand_core v0.6.4
6762024-11-06T07:53:59.825Z Downloaded yasna v0.5.2
6772024-11-06T07:53:59.825Z Downloaded bytes v1.7.2
6782024-11-06T07:53:59.829Z Downloaded zone_cfg_derive v0.3.0
6792024-11-06T07:53:59.831Z Downloaded rpassword v7.3.1
6802024-11-06T07:53:59.831Z Downloaded postgres-protocol v0.6.7
6812024-11-06T07:53:59.835Z Downloaded progenitor v0.8.0
6822024-11-06T07:53:59.835Z Downloaded embedded-io v0.6.1
6832024-11-06T07:53:59.837Z Downloaded walkdir v2.5.0
6842024-11-06T07:53:59.840Z Downloaded hyper-util v0.1.9
6852024-11-06T07:53:59.842Z Downloaded quinn-udp v0.5.5
6862024-11-06T07:53:59.844Z Downloaded multimap v0.10.0
6872024-11-06T07:53:59.847Z Downloaded des v0.8.1
6882024-11-06T07:53:59.852Z Downloaded cookie v0.18.1
6892024-11-06T07:53:59.852Z Downloaded downcast v0.11.0
6902024-11-06T07:53:59.852Z Downloaded const-oid v0.9.6
6912024-11-06T07:53:59.855Z Downloaded rtoolbox v0.0.2
6922024-11-06T07:53:59.855Z Downloaded cancel-safe-futures v0.1.5
6932024-11-06T07:53:59.858Z Downloaded precomputed-hash v0.1.1
6942024-11-06T07:53:59.860Z Downloaded dhcproto-macros v0.1.0
6952024-11-06T07:53:59.861Z Downloaded strum_macros v0.25.3
6962024-11-06T07:53:59.864Z Downloaded slog-scope v4.4.0
6972024-11-06T07:53:59.864Z Downloaded serde_urlencoded v0.7.1
6982024-11-06T07:53:59.866Z Downloaded tokio-rustls v0.24.1
6992024-11-06T07:53:59.869Z Downloaded blake2 v0.10.6
7002024-11-06T07:53:59.872Z Downloaded darling_core v0.20.10
7012024-11-06T07:53:59.876Z Downloaded psl-types v2.0.11
7022024-11-06T07:53:59.878Z Downloaded untrusted v0.7.1
7032024-11-06T07:53:59.880Z Downloaded typify-macro v0.2.0
7042024-11-06T07:53:59.881Z Downloaded tokio-native-tls v0.3.1
7052024-11-06T07:53:59.883Z Downloaded russh-cryptovec v0.7.3
7062024-11-06T07:53:59.883Z Downloaded allocator-api2 v0.2.18
7072024-11-06T07:53:59.885Z Downloaded serde-big-array v0.5.1
7082024-11-06T07:53:59.889Z Downloaded tabwriter v1.4.0
7092024-11-06T07:53:59.889Z Downloaded sqlformat v0.2.6
7102024-11-06T07:53:59.891Z Downloaded zeroize_derive v1.4.2
7112024-11-06T07:53:59.894Z Downloaded which v4.4.2
7122024-11-06T07:53:59.894Z Downloaded universal-hash v0.5.1
7132024-11-06T07:53:59.896Z Downloaded rcgen v0.12.1
7142024-11-06T07:53:59.907Z Downloaded zerocopy v0.6.6
7152024-11-06T07:53:59.910Z Downloaded sync_wrapper v1.0.1
7162024-11-06T07:53:59.913Z Downloaded postcard v1.0.10
7172024-11-06T07:53:59.916Z Downloaded password-hash v0.5.0
7182024-11-06T07:53:59.916Z Downloaded oso-derive v0.27.3
7192024-11-06T07:53:59.918Z Downloaded group v0.13.0
7202024-11-06T07:53:59.920Z Downloaded fatfs v0.3.6
7212024-11-06T07:53:59.922Z Downloaded flagset v0.4.6
7222024-11-06T07:53:59.925Z Downloaded fixedbitset v0.4.2
7232024-11-06T07:53:59.925Z Downloaded filetime v0.2.25
7242024-11-06T07:53:59.927Z Downloaded ff v0.13.0
7252024-11-06T07:53:59.929Z Downloaded phf v0.11.2
7262024-11-06T07:53:59.932Z Downloaded fallible-streaming-iterator v0.1.9
7272024-11-06T07:53:59.932Z Downloaded phf_codegen v0.11.2
7282024-11-06T07:53:59.932Z Downloaded hash32 v0.3.1
7292024-11-06T07:53:59.935Z Downloaded displaydoc v0.2.5
7302024-11-06T07:53:59.938Z Downloaded pbkdf2 v0.12.2
7312024-11-06T07:53:59.938Z Downloaded endian-type v0.1.2
7322024-11-06T07:53:59.940Z Downloaded debug-ignore v1.0.5
7332024-11-06T07:53:59.943Z Downloaded chacha20poly1305 v0.10.1
7342024-11-06T07:53:59.946Z Downloaded cc v1.1.30
7352024-11-06T07:53:59.949Z Downloaded base64 v0.22.1
7362024-11-06T07:53:59.952Z Downloaded openssl-macros v0.1.1
7372024-11-06T07:53:59.954Z Downloaded untrusted v0.9.0
7382024-11-06T07:53:59.954Z Downloaded headers-core v0.3.0
7392024-11-06T07:53:59.957Z Downloaded tungstenite v0.23.0
7402024-11-06T07:53:59.959Z Downloaded half v2.4.1
7412024-11-06T07:53:59.962Z Downloaded quick-error v1.2.3
7422024-11-06T07:53:59.964Z Downloaded tokio-macros v2.4.0
7432024-11-06T07:53:59.967Z Downloaded crypto-bigint v0.5.5
7442024-11-06T07:53:59.972Z Downloaded static_assertions v1.1.0
7452024-11-06T07:53:59.974Z Downloaded siphasher v0.3.11
7462024-11-06T07:53:59.976Z Downloaded strum_macros v0.24.3
7472024-11-06T07:53:59.979Z Downloaded slog-dtrace v0.3.0
7482024-11-06T07:53:59.979Z Downloaded serde-hex v0.1.0
7492024-11-06T07:53:59.981Z Downloaded pin-project v1.1.6
7502024-11-06T07:53:59.993Z Downloaded sigpipe v0.1.3
7512024-11-06T07:53:59.995Z Downloaded signal-hook-tokio v0.3.1
7522024-11-06T07:53:59.995Z Downloaded parking_lot v0.12.3
7532024-11-06T07:53:59.998Z Downloaded termcolor v1.4.1
7542024-11-06T07:54:00.000Z Downloaded schemars v0.8.21
7552024-11-06T07:54:00.011Z Downloaded whoami v1.5.2
7562024-11-06T07:54:00.014Z Downloaded unicase v2.7.0
7572024-11-06T07:54:00.016Z Downloaded unarray v0.1.4
7582024-11-06T07:54:00.016Z Downloaded getrandom v0.2.15
7592024-11-06T07:54:00.019Z Downloaded sync_wrapper v0.1.2
7602024-11-06T07:54:00.022Z Downloaded poly1305 v0.8.0
7612024-11-06T07:54:00.024Z Downloaded num-complex v0.4.6
7622024-11-06T07:54:00.026Z Downloaded similar v2.6.0
7632024-11-06T07:54:00.030Z Downloaded num-conv v0.1.0
7642024-11-06T07:54:00.032Z Downloaded float-ord v0.3.2
7652024-11-06T07:54:00.032Z Downloaded tinyvec v1.8.0
7662024-11-06T07:54:00.035Z Downloaded parse-display v0.10.0
7672024-11-06T07:54:00.037Z Downloaded http v1.1.0
7682024-11-06T07:54:00.041Z Downloaded derive_builder_macro v0.20.2
7692024-11-06T07:54:00.043Z Downloaded ghash v0.5.1
7702024-11-06T07:54:00.043Z Downloaded foldhash v0.1.3
7712024-11-06T07:54:00.046Z Downloaded utf-8 v0.7.6
7722024-11-06T07:54:00.048Z Downloaded futures-core v0.3.31
7732024-11-06T07:54:00.048Z Downloaded tokio-tungstenite v0.24.0
7742024-11-06T07:54:00.051Z Downloaded snafu-derive v0.8.5
7752024-11-06T07:54:00.053Z Downloaded heck v0.3.3
7762024-11-06T07:54:00.053Z Downloaded serde_derive_internals v0.29.1
7772024-11-06T07:54:00.055Z Downloaded tracing-attributes v0.1.27
7782024-11-06T07:54:00.057Z Downloaded pkg-config v0.3.31
7792024-11-06T07:54:00.060Z Downloaded predicates v3.1.2
7802024-11-06T07:54:00.062Z Downloaded r2d2 v0.8.10
7812024-11-06T07:54:00.064Z Downloaded mio v1.0.2
7822024-11-06T07:54:00.069Z Downloaded same-file v1.0.6
7832024-11-06T07:54:00.071Z Downloaded signature v2.2.0
7842024-11-06T07:54:00.074Z Downloaded subtle v2.6.1
7852024-11-06T07:54:00.076Z Downloaded rand_chacha v0.3.1
7862024-11-06T07:54:00.076Z Downloaded radium v0.7.0
7872024-11-06T07:54:00.078Z Downloaded signal-hook-registry v1.4.2
7882024-11-06T07:54:00.078Z Downloaded term v0.7.0
7892024-11-06T07:54:00.081Z Downloaded vte v0.11.1
7902024-11-06T07:54:00.083Z Downloaded wyz v0.5.1
7912024-11-06T07:54:00.086Z Downloaded tokio-tungstenite v0.23.1
7922024-11-06T07:54:00.088Z Downloaded tls_codec v0.4.1
7932024-11-06T07:54:00.090Z Downloaded der_derive v0.7.3
7942024-11-06T07:54:00.093Z Downloaded dropshot_endpoint v0.12.0
7952024-11-06T07:54:00.095Z Downloaded diesel_table_macro_syntax v0.2.0
7962024-11-06T07:54:00.095Z Downloaded tower-service v0.3.3
7972024-11-06T07:54:00.097Z Downloaded waitgroup v0.1.2
7982024-11-06T07:54:00.097Z Downloaded string_cache v0.8.7
7992024-11-06T07:54:00.100Z Downloaded oso v0.27.3
8002024-11-06T07:54:00.102Z Downloaded spki v0.7.3
8012024-11-06T07:54:00.104Z Downloaded ecdsa v0.16.9
8022024-11-06T07:54:00.107Z Downloaded rand_xorshift v0.3.0
8032024-11-06T07:54:00.109Z Downloaded predicates-tree v1.0.11
8042024-11-06T07:54:00.109Z Downloaded predicates-core v1.0.8
8052024-11-06T07:54:00.112Z Downloaded minimal-lexical v0.2.1
8062024-11-06T07:54:00.115Z Downloaded hashlink v0.9.1
8072024-11-06T07:54:00.118Z Downloaded enum-as-inner v0.6.1
8082024-11-06T07:54:00.120Z Downloaded tracing-core v0.1.32
8092024-11-06T07:54:00.123Z Downloaded env_filter v0.1.2
8102024-11-06T07:54:00.125Z Downloaded parse-display-derive v0.10.0
8112024-11-06T07:54:00.125Z Downloaded diesel_derives v2.2.3
8122024-11-06T07:54:00.129Z Downloaded ppv-lite86 v0.2.20
8132024-11-06T07:54:00.133Z Downloaded pin-project-internal v1.1.6
8142024-11-06T07:54:00.135Z Downloaded zopfli v0.8.1
8152024-11-06T07:54:00.137Z Downloaded unsafe-libyaml v0.2.11
8162024-11-06T07:54:00.140Z Downloaded hex-literal v0.4.1
8172024-11-06T07:54:00.142Z Downloaded qorb v0.2.0
8182024-11-06T07:54:00.145Z Downloaded num-derive v0.4.2
8192024-11-06T07:54:00.147Z Downloaded tokio-tungstenite v0.21.0
8202024-11-06T07:54:00.149Z Downloaded progenitor-macro v0.8.0
8212024-11-06T07:54:00.151Z Downloaded openssl-sys v0.9.103
8222024-11-06T07:54:00.155Z Downloaded rustc_version v0.4.1
8232024-11-06T07:54:00.157Z Downloaded rustc_version v0.1.7
8242024-11-06T07:54:00.160Z Downloaded num-bigint v0.4.6
8252024-11-06T07:54:00.163Z Downloaded smallvec v0.6.14
8262024-11-06T07:54:00.165Z Downloaded thiserror-impl-no-std v2.0.2
8272024-11-06T07:54:00.168Z Downloaded rustc-hash v2.0.0
8282024-11-06T07:54:00.168Z Downloaded deranged v0.3.11
8292024-11-06T07:54:00.170Z Downloaded float-cmp v0.9.0
8302024-11-06T07:54:00.172Z Downloaded futures-io v0.3.31
8312024-11-06T07:54:00.172Z Downloaded diesel-dtrace v0.3.0
8322024-11-06T07:54:00.175Z Downloaded defmt v0.3.8
8332024-11-06T07:54:00.177Z Downloaded dhcproto v0.12.0
8342024-11-06T07:54:00.180Z Downloaded rsa v0.9.6
8352024-11-06T07:54:00.185Z Downloaded unicode_categories v0.1.1
8362024-11-06T07:54:00.187Z Downloaded futures-sink v0.3.31
8372024-11-06T07:54:00.190Z Downloaded futures-macro v0.3.31
8382024-11-06T07:54:00.190Z Downloaded futures-executor v0.3.31
8392024-11-06T07:54:00.192Z Downloaded derive_more v0.99.18
8402024-11-06T07:54:00.196Z Downloaded openssl-probe v0.1.5
8412024-11-06T07:54:00.198Z Downloaded pin-project-lite v0.2.14
8422024-11-06T07:54:00.202Z Downloaded ron v0.8.1
8432024-11-06T07:54:00.208Z Downloaded packed_struct v0.10.1
8442024-11-06T07:54:00.211Z Downloaded itertools v0.10.5
8452024-11-06T07:54:00.216Z Downloaded path-slash v0.1.5
8462024-11-06T07:54:00.219Z Downloaded futures-channel v0.3.31
8472024-11-06T07:54:00.221Z Downloaded env_logger v0.11.5
8482024-11-06T07:54:00.224Z Downloaded simd-adler32 v0.3.7
8492024-11-06T07:54:00.224Z Downloaded signal-hook-mio v0.2.4
8502024-11-06T07:54:00.227Z Downloaded topological-sort v0.2.2
8512024-11-06T07:54:00.227Z Downloaded zone v0.3.0
8522024-11-06T07:54:00.229Z Downloaded globset v0.4.15
8532024-11-06T07:54:00.232Z Downloaded tls_codec_derive v0.4.1
8542024-11-06T07:54:00.232Z Downloaded itertools v0.12.1
8552024-11-06T07:54:00.238Z Downloaded tokio-postgres v0.7.12
8562024-11-06T07:54:00.244Z Downloaded glob v0.3.1
8572024-11-06T07:54:00.246Z Downloaded zone v0.1.8
8582024-11-06T07:54:00.246Z Downloaded structmeta v0.3.0
8592024-11-06T07:54:00.249Z Downloaded structmeta v0.2.0
8602024-11-06T07:54:00.249Z Downloaded rustc-demangle v0.1.24
8612024-11-06T07:54:00.251Z Downloaded tungstenite v0.21.0
8622024-11-06T07:54:00.254Z Downloaded embedded-io v0.4.0
8632024-11-06T07:54:00.256Z Downloaded either v1.13.0
8642024-11-06T07:54:00.258Z Downloaded uuid v1.10.0
8652024-11-06T07:54:00.260Z Downloaded tar v0.4.42
8662024-11-06T07:54:00.264Z Downloaded flume v0.11.0
8672024-11-06T07:54:00.268Z Downloaded bumpalo v3.16.0
8682024-11-06T07:54:00.271Z Downloaded percent-encoding v2.3.1
8692024-11-06T07:54:00.273Z Downloaded zone_cfg_derive v0.1.2
8702024-11-06T07:54:00.273Z Downloaded derive_builder_core v0.20.2
8712024-11-06T07:54:00.276Z Downloaded derive_builder v0.20.2
8722024-11-06T07:54:00.280Z Downloaded pem v3.0.4
8732024-11-06T07:54:00.282Z Downloaded structmeta-derive v0.2.0
8742024-11-06T07:54:00.284Z Downloaded twox-hash v1.6.3
8752024-11-06T07:54:00.284Z Downloaded resolv-conf v0.7.0
8762024-11-06T07:54:00.287Z Downloaded publicsuffix v2.2.3
8772024-11-06T07:54:00.290Z Downloaded strip-ansi-escapes v0.2.0
8782024-11-06T07:54:00.292Z Downloaded powerfmt v0.2.0
8792024-11-06T07:54:00.292Z Downloaded peg-runtime v0.8.3
8802024-11-06T07:54:00.294Z Downloaded libxml v0.3.3
8812024-11-06T07:54:00.299Z Downloaded progenitor-client v0.8.0
8822024-11-06T07:54:00.301Z Downloaded serde_with_macros v3.11.0
8832024-11-06T07:54:00.303Z Downloaded time v0.3.36
8842024-11-06T07:54:00.309Z Downloaded peg v0.8.4
8852024-11-06T07:54:00.313Z Downloaded ref-cast v1.0.23
8862024-11-06T07:54:00.316Z Downloaded num-iter v0.1.45
8872024-11-06T07:54:00.318Z Downloaded itertools v0.13.0
8882024-11-06T07:54:00.324Z Downloaded progenitor-impl v0.8.0
8892024-11-06T07:54:00.327Z Downloaded hickory-server v0.24.1
8902024-11-06T07:54:00.332Z Downloaded nom v7.1.3
8912024-11-06T07:54:00.337Z Downloaded pretty-hex v0.2.1
8922024-11-06T07:54:00.340Z Downloaded strum v0.26.3
8932024-11-06T07:54:00.340Z Downloaded slog-async v2.8.0
8942024-11-06T07:54:00.343Z Downloaded rustversion v1.0.17
8952024-11-06T07:54:00.345Z Downloaded salsa20 v0.10.2
8962024-11-06T07:54:00.345Z Downloaded pkcs8 v0.10.2
8972024-11-06T07:54:00.349Z Downloaded toml v0.7.8
8982024-11-06T07:54:00.353Z Downloaded hickory-resolver v0.24.1
8992024-11-06T07:54:00.356Z Downloaded defmt-macros v0.3.9
9002024-11-06T07:54:00.359Z Downloaded termtree v0.4.1
9012024-11-06T07:54:00.362Z Downloaded slab v0.4.9
9022024-11-06T07:54:00.362Z Downloaded derive-where v1.2.7
9032024-11-06T07:54:00.365Z Downloaded packed_struct_codegen v0.10.1
9042024-11-06T07:54:00.367Z Downloaded num_enum_derive v0.5.11
9052024-11-06T07:54:00.370Z Downloaded fragile v2.0.0
9062024-11-06T07:54:00.370Z Downloaded num-bigint-dig v0.8.4
9072024-11-06T07:54:00.374Z Downloaded slog-stdlog v4.1.1
9082024-11-06T07:54:00.377Z Downloaded heapless v0.7.17
9092024-11-06T07:54:00.380Z Downloaded opaque-debug v0.3.1
9102024-11-06T07:54:00.382Z Downloaded rand v0.8.5
9112024-11-06T07:54:00.385Z Downloaded ref-cast-impl v1.0.23
9122024-11-06T07:54:00.387Z Downloaded tiny-keccak v2.0.2
9132024-11-06T07:54:00.390Z Downloaded spin v0.5.2
9142024-11-06T07:54:00.390Z Downloaded sec1 v0.7.3
9152024-11-06T07:54:00.392Z Downloaded want v0.3.1
9162024-11-06T07:54:00.392Z Downloaded postgres-types v0.2.8
9172024-11-06T07:54:00.394Z Downloaded num-rational v0.4.2
9182024-11-06T07:54:00.397Z Downloaded tinyvec_macros v0.1.1
9192024-11-06T07:54:00.399Z Downloaded steno v0.4.1
9202024-11-06T07:54:00.401Z Downloaded paste v1.0.15
9212024-11-06T07:54:00.404Z Downloaded proc-macro-crate v1.3.1
9222024-11-06T07:54:00.406Z Downloaded owo-colors v4.1.0
9232024-11-06T07:54:00.408Z Downloaded unicode-properties v0.1.3
9242024-11-06T07:54:00.411Z Downloaded rfc6979 v0.4.0
9252024-11-06T07:54:00.411Z Downloaded strum_macros v0.26.4
9262024-11-06T07:54:00.414Z Downloaded foreign-types-shared v0.3.1
9272024-11-06T07:54:00.414Z Downloaded snafu v0.8.5
9282024-11-06T07:54:00.420Z Downloaded socket2 v0.5.7
9292024-11-06T07:54:00.422Z Downloaded fallible-iterator v0.3.0
9302024-11-06T07:54:00.425Z Downloaded fallible-iterator v0.2.0
9312024-11-06T07:54:00.425Z Downloaded futures v0.3.31
9322024-11-06T07:54:00.429Z Downloaded polyval v0.6.2
9332024-11-06T07:54:00.432Z Downloaded hyper v1.4.1
9342024-11-06T07:54:00.437Z Downloaded defmt-parser v0.3.4
9352024-11-06T07:54:00.440Z Downloaded rusqlite v0.32.1
9362024-11-06T07:54:00.445Z Downloaded thiserror-no-std v2.0.2
9372024-11-06T07:54:00.449Z Downloaded vte_generate_state_changes v0.1.2
9382024-11-06T07:54:00.451Z Downloaded spin v0.9.8
9392024-11-06T07:54:00.454Z Downloaded try-lock v0.2.5
9402024-11-06T07:54:00.454Z Downloaded peg-macros v0.8.4
9412024-11-06T07:54:00.456Z Downloaded pkcs5 v0.7.1
9422024-11-06T07:54:00.459Z Downloaded num-integer v0.1.46
9432024-11-06T07:54:00.461Z Downloaded heapless v0.8.0
9442024-11-06T07:54:00.464Z Downloaded funty v2.0.0
9452024-11-06T07:54:00.466Z Downloaded slog-term v2.9.1
9462024-11-06T07:54:00.468Z Downloaded value-bag v1.9.0
9472024-11-06T07:54:00.471Z Downloaded dsl_auto_type v0.1.2
9482024-11-06T07:54:00.474Z Downloaded primeorder v0.13.6
9492024-11-06T07:54:00.474Z Downloaded vsss-rs v3.3.4
9502024-11-06T07:54:00.476Z Downloaded parking_lot_core v0.9.10
9512024-11-06T07:54:00.479Z Downloaded aho-corasick v1.1.3
9522024-11-06T07:54:00.483Z Downloaded form_urlencoded v1.2.1
9532024-11-06T07:54:00.486Z Downloaded structmeta-derive v0.3.0
9542024-11-06T07:54:00.486Z Downloaded secrecy v0.8.0
9552024-11-06T07:54:00.490Z Downloaded wait-timeout v0.2.0
9562024-11-06T07:54:00.490Z Downloaded termios v0.3.3
9572024-11-06T07:54:00.492Z Downloaded rustfmt-wrapper v0.2.1
9582024-11-06T07:54:00.492Z Downloaded parking_lot_core v0.8.6
9592024-11-06T07:54:00.494Z Downloaded url v2.5.2
9602024-11-06T07:54:00.497Z Downloaded semver v0.1.20
9612024-11-06T07:54:00.499Z Downloaded p256 v0.13.2
9622024-11-06T07:54:00.502Z Downloaded rustls-pemfile v1.0.4
9632024-11-06T07:54:00.504Z Downloaded unicode-bidi v0.3.17
9642024-11-06T07:54:00.507Z Downloaded hyper v0.14.30
9652024-11-06T07:54:00.513Z Downloaded difflib v0.4.0
9662024-11-06T07:54:00.516Z Downloaded reqwest v0.11.27
9672024-11-06T07:54:00.522Z Downloaded phf_generator v0.11.2
9682024-11-06T07:54:00.524Z Downloaded blake3 v1.5.4
9692024-11-06T07:54:00.531Z Downloaded time-macros v0.2.18
9702024-11-06T07:54:00.533Z Downloaded rayon-core v1.12.1
9712024-11-06T07:54:00.537Z Downloaded hashbrown v0.12.3
9722024-11-06T07:54:00.541Z Downloaded num-traits v0.2.19
9732024-11-06T07:54:00.544Z Downloaded serde_yaml v0.9.34+deprecated
9742024-11-06T07:54:00.547Z Downloaded parking_lot v0.11.2
9752024-11-06T07:54:00.550Z Downloaded tungstenite v0.24.0
9762024-11-06T07:54:00.554Z Downloaded num_enum v0.5.11
9772024-11-06T07:54:00.558Z Downloaded quinn v0.11.5
9782024-11-06T07:54:00.561Z Downloaded hashbrown v0.13.2
9792024-11-06T07:54:00.569Z Downloaded russh v0.45.0
9802024-11-06T07:54:00.572Z Downloaded test-strategy v0.3.1
9812024-11-06T07:54:00.574Z Downloaded futures-task v0.3.31
9822024-11-06T07:54:00.577Z Downloaded toml_edit v0.19.15
9832024-11-06T07:54:00.592Z Downloaded uzers v0.12.1
9842024-11-06T07:54:00.596Z Downloaded typify v0.2.0
9852024-11-06T07:54:00.599Z Downloaded diff v0.1.13
9862024-11-06T07:54:00.601Z Downloaded pkcs1 v0.7.5
9872024-11-06T07:54:00.604Z Downloaded enum-as-inner v0.5.1
9882024-11-06T07:54:00.604Z Downloaded ron v0.7.1
9892024-11-06T07:54:00.608Z Downloaded tokio-util v0.7.12
9902024-11-06T07:54:00.615Z Downloaded reqwest v0.12.8
9912024-11-06T07:54:00.623Z Downloaded omicron-zone-package v0.11.1
9922024-11-06T07:54:00.626Z Downloaded idna v0.4.0
9932024-11-06T07:54:00.633Z Downloaded zip v0.6.6
9942024-11-06T07:54:00.637Z Downloaded slog v2.7.0
9952024-11-06T07:54:00.640Z Downloaded russh-keys v0.45.0
9962024-11-06T07:54:00.643Z Downloaded samael v0.0.17
9972024-11-06T07:54:00.648Z Downloaded h2 v0.4.6
9982024-11-06T07:54:00.655Z Downloaded x509-cert v0.2.5
9992024-11-06T07:54:00.661Z Downloaded lalrpop v0.19.12
10002024-11-06T07:54:00.672Z Downloaded ed25519-dalek v2.1.1
10012024-11-06T07:54:00.675Z Downloaded prettyplease v0.2.22
10022024-11-06T07:54:00.678Z Downloaded tough v0.17.1
10032024-11-06T07:54:00.686Z Downloaded portable-atomic v1.9.0
10042024-11-06T07:54:00.693Z Downloaded bitvec v1.0.1
10052024-11-06T07:54:00.708Z Downloaded bindgen v0.69.5
10062024-11-06T07:54:00.715Z Downloaded unicode-normalization v0.1.24
10072024-11-06T07:54:00.719Z Downloaded reedline v0.35.0
10082024-11-06T07:54:00.726Z Downloaded expectorate v1.1.0
10092024-11-06T07:54:00.728Z Downloaded flate2 v1.0.34
10102024-11-06T07:54:00.734Z Downloaded p521 v0.13.3
10112024-11-06T07:54:00.737Z Downloaded futures-util v0.3.31
10122024-11-06T07:54:00.749Z Downloaded idna v0.2.3
10132024-11-06T07:54:00.756Z Downloaded chrono v0.4.38
10142024-11-06T07:54:00.763Z Downloaded rustls-webpki v0.102.8
10152024-11-06T07:54:00.782Z Downloaded tracing v0.1.40
10162024-11-06T07:54:00.786Z Downloaded rayon v1.10.0
10172024-11-06T07:54:00.795Z Downloaded der v0.7.9
10182024-11-06T07:54:00.800Z Downloaded idna v0.5.0
10192024-11-06T07:54:00.807Z Downloaded proptest v1.5.0
10202024-11-06T07:54:00.816Z Downloaded quick-xml v0.33.0
10212024-11-06T07:54:00.822Z Downloaded nix v0.28.0
10222024-11-06T07:54:00.834Z Downloaded object v0.30.4
10232024-11-06T07:54:00.844Z Downloaded smoltcp v0.9.1
10242024-11-06T07:54:00.855Z Downloaded sqlparser v0.45.0
10252024-11-06T07:54:00.860Z Downloaded idna v0.3.0
10262024-11-06T07:54:00.867Z Downloaded radix_trie v0.2.1
10272024-11-06T07:54:00.872Z Downloaded nix v0.29.0
10282024-11-06T07:54:00.884Z Downloaded dropshot v0.12.0
10292024-11-06T07:54:00.904Z Downloaded quinn-proto v0.11.8
10302024-11-06T07:54:00.910Z Downloaded regex v1.11.0
10312024-11-06T07:54:00.923Z Downloaded salty v0.3.0
10322024-11-06T07:54:00.930Z Downloaded curve25519-dalek v4.1.3
10332024-11-06T07:54:00.940Z Downloaded vcpkg v0.2.15
10342024-11-06T07:54:00.978Z Downloaded polar-core v0.27.3
10352024-11-06T07:54:00.987Z Downloaded object v0.36.5
10362024-11-06T07:54:00.998Z Downloaded git2 v0.19.0
10372024-11-06T07:54:01.007Z Downloaded openssl v0.10.66
10382024-11-06T07:54:01.017Z Downloaded gimli v0.31.1
10392024-11-06T07:54:01.025Z Downloaded webpki-roots v0.26.6
10402024-11-06T07:54:01.029Z Downloaded chrono-tz v0.10.0
10412024-11-06T07:54:01.036Z Downloaded p384 v0.13.0
10422024-11-06T07:54:01.043Z Downloaded hickory-proto v0.24.1
10432024-11-06T07:54:01.059Z Downloaded trust-dns-proto v0.22.0
10442024-11-06T07:54:01.071Z Downloaded rustls v0.22.4
10452024-11-06T07:54:01.085Z Downloaded regex-syntax v0.8.5
10462024-11-06T07:54:01.094Z Downloaded smoltcp v0.11.0
10472024-11-06T07:54:01.107Z Downloaded rustls v0.23.14
10482024-11-06T07:54:01.119Z Downloaded regress v0.9.1
10492024-11-06T07:54:01.128Z Downloaded regress v0.10.1
10502024-11-06T07:54:01.136Z Downloaded zerocopy-derive v0.6.6
10512024-11-06T07:54:01.146Z Downloaded diesel v2.2.4
10522024-11-06T07:54:01.165Z Downloaded openapiv3 v2.0.0
10532024-11-06T07:54:01.178Z Downloaded typify-impl v0.2.0
10542024-11-06T07:54:01.193Z Downloaded bstr v1.10.0
10552024-11-06T07:54:01.203Z Downloaded regex-syntax v0.6.29
10562024-11-06T07:54:01.211Z Downloaded rustls v0.21.12
10572024-11-06T07:54:01.222Z Downloaded sled v0.34.7
10582024-11-06T07:54:01.232Z Downloaded ratatui v0.28.1
10592024-11-06T07:54:01.252Z Downloaded bzip2-sys v0.1.11+1.0.8
10602024-11-06T07:54:01.264Z Downloaded hashbrown v0.14.5
10612024-11-06T07:54:01.269Z Downloaded regex-automata v0.4.8
10622024-11-06T07:54:01.286Z Downloaded serde_with v3.11.0
10632024-11-06T07:54:01.294Z Downloaded h2 v0.3.26
10642024-11-06T07:54:01.300Z Downloaded nix v0.27.1
10652024-11-06T07:54:01.311Z Downloaded typed-path v0.7.1
10662024-11-06T07:54:01.317Z Downloaded lzma-sys v0.1.20
10672024-11-06T07:54:01.346Z Downloaded winnow v0.5.40
10682024-11-06T07:54:01.354Z Downloaded petgraph v0.6.5
10692024-11-06T07:54:01.384Z Downloaded libz-sys v1.1.20
10702024-11-06T07:54:01.415Z Downloaded elliptic-curve v0.13.8
10712024-11-06T07:54:01.421Z Downloaded zip v2.1.3
10722024-11-06T07:54:01.426Z Downloaded rustls-webpki v0.101.7
10732024-11-06T07:54:01.445Z Downloaded subprocess v0.2.9
10742024-11-06T07:54:01.448Z Downloaded unicode-segmentation v1.12.0
10752024-11-06T07:54:01.453Z Downloaded pin-utils v0.1.0
10762024-11-06T07:54:01.455Z Downloaded rustyline v14.0.0
10772024-11-06T07:54:01.461Z Downloaded sha3 v0.10.8
10782024-11-06T07:54:01.465Z Downloaded hkdf v0.12.4
10792024-11-06T07:54:01.467Z Downloaded dyn-clone v1.0.17
10802024-11-06T07:54:01.470Z Downloaded pem-rfc7468 v0.7.0
10812024-11-06T07:54:01.472Z Downloaded tokio v1.40.0
10822024-11-06T07:54:01.510Z Downloaded csv v1.3.0
10832024-11-06T07:54:01.529Z Downloaded signal-hook v0.3.17
10842024-11-06T07:54:01.532Z Downloaded sct v0.7.1
10852024-11-06T07:54:01.535Z Downloaded aes-gcm v0.10.3
10862024-11-06T07:54:01.538Z Downloaded ena v0.14.3
10872024-11-06T07:54:01.541Z Downloaded stringprep v0.1.5
10882024-11-06T07:54:01.543Z Downloaded parse-zoneinfo v0.3.1
10892024-11-06T07:54:01.546Z Downloaded libm v0.2.8
10902024-11-06T07:54:01.551Z Downloaded headers v0.4.0
10912024-11-06T07:54:01.556Z Downloaded ssh-key v0.6.6
10922024-11-06T07:54:01.563Z Downloaded crossterm v0.28.1
10932024-11-06T07:54:01.570Z Downloaded backtrace v0.3.74
10942024-11-06T07:54:01.575Z Downloaded pbkdf2 v0.11.0
10952024-11-06T07:54:01.577Z Downloaded rustls-pemfile v2.2.0
10962024-11-06T07:54:01.580Z Downloaded base64 v0.13.1
10972024-11-06T07:54:01.583Z Downloaded rustls-pki-types v1.9.0
10982024-11-06T07:54:01.586Z Downloaded dirs-next v2.0.0
10992024-11-06T07:54:01.588Z Downloaded password-hash v0.4.2
11002024-11-06T07:54:01.590Z Downloaded vergen v8.3.2
11012024-11-06T07:54:01.593Z Downloaded http v0.2.12
11022024-11-06T07:54:01.595Z Downloaded crossbeam-channel v0.5.13
11032024-11-06T07:54:01.601Z Downloaded const_format v0.2.33
11042024-11-06T07:54:01.604Z Downloaded base64 v0.21.7
11052024-11-06T07:54:01.608Z Downloaded rand_seeder v0.3.0
11062024-11-06T07:54:01.610Z Downloaded highway v1.2.0
11072024-11-06T07:54:01.612Z Downloaded slog-json v2.6.1
11082024-11-06T07:54:01.615Z Downloaded slog-envlogger v2.2.0
11092024-11-06T07:54:01.617Z Downloaded serde_repr v0.1.19
11102024-11-06T07:54:01.617Z Downloaded serde_plain v1.0.2
11112024-11-06T07:54:01.620Z Downloaded env_logger v0.10.2
11122024-11-06T07:54:01.622Z Downloaded scopeguard v1.2.0
11132024-11-06T07:54:01.625Z Downloaded indexmap v1.9.3
11142024-11-06T07:54:01.627Z Downloaded mockall v0.13.0
11152024-11-06T07:54:01.627Z Downloaded libsw v3.3.1
11162024-11-06T07:54:01.629Z Downloaded arrayvec v0.7.6
11172024-11-06T07:54:01.632Z Downloaded crc v3.2.1
11182024-11-06T07:54:01.634Z Downloaded async-trait v0.1.83
11192024-11-06T07:54:01.637Z Downloaded argon2 v0.5.3
11202024-11-06T07:54:01.639Z Downloaded bb8 v0.8.5
11212024-11-06T07:54:01.640Z Downloaded arc-swap v1.7.1
11222024-11-06T07:54:01.643Z Downloaded hubpack v0.1.2
11232024-11-06T07:54:01.646Z Downloaded chacha20 v0.9.1
11242024-11-06T07:54:01.649Z Downloaded base64ct v1.6.0
11252024-11-06T07:54:01.649Z Downloaded crunchy v0.2.2
11262024-11-06T07:54:01.651Z Downloaded adler2 v2.0.0
11272024-11-06T07:54:01.651Z Downloaded humantime v2.1.0
11282024-11-06T07:54:01.654Z Downloaded cipher v0.4.4
11292024-11-06T07:54:01.654Z Downloaded castaway v0.2.3
11302024-11-06T07:54:01.656Z Downloaded base16ct v0.2.0
11312024-11-06T07:54:01.720Z Downloaded encoding_rs v0.8.34
11322024-11-06T07:54:01.832Z Downloaded libgit2-sys v0.17.0+1.8.1
11332024-11-06T07:54:02.466Z Downloaded ring v0.17.8
11342024-11-06T07:54:02.638Z Downloaded libsqlite3-sys v0.30.1
11352024-11-06T07:54:02.718Z Downloaded ring v0.16.20
11362024-11-06T07:54:02.906Z Compiling serde v1.0.210
11372024-11-06T07:54:02.909Z Compiling typenum v1.17.0
11382024-11-06T07:54:02.909Z Compiling lock_api v0.4.12
11392024-11-06T07:54:02.909Z Compiling generic-array v0.14.7
11402024-11-06T07:54:02.909Z Compiling scopeguard v1.2.0
11412024-11-06T07:54:03.060Z Compiling subtle v2.6.1
11422024-11-06T07:54:03.117Z Compiling syn v2.0.79
11432024-11-06T07:54:03.133Z Compiling getrandom v0.2.15
11442024-11-06T07:54:03.194Z Compiling value-bag v1.9.0
11452024-11-06T07:54:03.373Z Compiling rand_core v0.6.4
11462024-11-06T07:54:03.544Z Compiling const-oid v0.9.6
11472024-11-06T07:54:03.561Z Compiling jobserver v0.1.32
11482024-11-06T07:54:03.644Z Compiling log v0.4.22
11492024-11-06T07:54:03.799Z Compiling shlex v1.3.0
11502024-11-06T07:54:03.945Z Compiling pin-project-lite v0.2.14
11512024-11-06T07:54:04.003Z Compiling smallvec v1.13.2
11522024-11-06T07:54:04.065Z Compiling cc v1.1.30
11532024-11-06T07:54:04.211Z Compiling parking_lot_core v0.9.10
11542024-11-06T07:54:04.399Z Compiling futures-core v0.3.31
11552024-11-06T07:54:04.480Z Compiling signal-hook-registry v1.4.2
11562024-11-06T07:54:04.559Z Compiling mio v1.0.2
11572024-11-06T07:54:04.627Z Compiling cpufeatures v0.2.14
11582024-11-06T07:54:04.731Z Compiling futures-sink v0.3.31
11592024-11-06T07:54:04.889Z Compiling spin v0.9.8
11602024-11-06T07:54:05.305Z Compiling parking_lot v0.12.3
11612024-11-06T07:54:05.324Z Compiling socket2 v0.5.7
11622024-11-06T07:54:05.342Z Compiling slab v0.4.9
11632024-11-06T07:54:05.441Z Compiling serde_json v1.0.128
11642024-11-06T07:54:05.704Z Compiling futures-channel v0.3.31
11652024-11-06T07:54:05.819Z Compiling allocator-api2 v0.2.18
11662024-11-06T07:54:05.876Z Compiling tinyvec_macros v0.1.1
11672024-11-06T07:54:05.972Z Compiling foldhash v0.1.3
11682024-11-06T07:54:06.104Z Compiling pin-utils v0.1.0
11692024-11-06T07:54:06.122Z Compiling futures-io v0.3.31
11702024-11-06T07:54:06.203Z Compiling futures-task v0.3.31
11712024-11-06T07:54:06.220Z Compiling tinyvec v1.8.0
11722024-11-06T07:54:06.240Z Compiling libm v0.2.8
11732024-11-06T07:54:06.267Z Compiling pkg-config v0.3.31
11742024-11-06T07:54:06.504Z Compiling num-traits v0.2.19
11752024-11-06T07:54:06.528Z Compiling unicode-bidi v0.3.17
11762024-11-06T07:54:06.631Z Compiling hashbrown v0.15.0
11772024-11-06T07:54:07.041Z Compiling base64ct v1.6.0
11782024-11-06T07:54:07.676Z Compiling pem-rfc7468 v0.7.0
11792024-11-06T07:54:07.850Z Compiling unicode-normalization v0.1.24
11802024-11-06T07:54:07.995Z Compiling httparse v1.9.5
11812024-11-06T07:54:08.094Z Compiling flagset v0.4.6
11822024-11-06T07:54:08.133Z Compiling ring v0.17.8
11832024-11-06T07:54:08.223Z Compiling tracing-core v0.1.32
11842024-11-06T07:54:08.404Z Compiling percent-encoding v2.3.1
11852024-11-06T07:54:08.479Z Compiling crossbeam-utils v0.8.20
11862024-11-06T07:54:08.843Z Compiling rustls-pki-types v1.9.0
11872024-11-06T07:54:09.004Z Compiling vcpkg v0.2.15
11882024-11-06T07:54:09.107Z Compiling num-conv v0.1.0
11892024-11-06T07:54:09.398Z Compiling powerfmt v0.2.0
11902024-11-06T07:54:09.589Z Compiling untrusted v0.9.0
11912024-11-06T07:54:09.675Z Compiling time-core v0.1.2
11922024-11-06T07:54:09.758Z Compiling deranged v0.3.11
11932024-11-06T07:54:09.847Z Compiling time-macros v0.2.18
11942024-11-06T07:54:09.898Z Compiling num_threads v0.1.7
11952024-11-06T07:54:10.014Z Compiling atomic-waker v1.1.2
11962024-11-06T07:54:10.032Z Compiling form_urlencoded v1.2.1
11972024-11-06T07:54:10.199Z Compiling try-lock v0.2.5
11982024-11-06T07:54:10.322Z Compiling slog v2.7.0
11992024-11-06T07:54:10.346Z Compiling rustix v0.38.37
12002024-11-06T07:54:10.922Z Compiling want v0.3.1
12012024-11-06T07:54:10.960Z Compiling openssl-sys v0.9.103
12022024-11-06T07:54:11.024Z Compiling httpdate v1.0.3
12032024-11-06T07:54:11.225Z Compiling idna v0.5.0
12042024-11-06T07:54:11.488Z Compiling match_cfg v0.1.0
12052024-11-06T07:54:11.585Z Compiling tower-service v0.3.3
12062024-11-06T07:54:11.666Z Compiling foreign-types-shared v0.1.1
12072024-11-06T07:54:11.715Z Compiling openssl v0.10.66
12082024-11-06T07:54:11.774Z Compiling rustversion v1.0.17
12092024-11-06T07:54:12.058Z Compiling iana-time-zone v0.1.61
12102024-11-06T07:54:12.121Z Compiling base64 v0.22.1
12112024-11-06T07:54:12.141Z Compiling adler2 v2.0.0
12122024-11-06T07:54:12.354Z Compiling miniz_oxide v0.8.0
12132024-11-06T07:54:12.592Z Compiling url v2.5.2
12142024-11-06T07:54:12.780Z Compiling foreign-types v0.3.2
12152024-11-06T07:54:12.854Z Compiling hostname v0.3.1
12162024-11-06T07:54:12.883Z Compiling dirs-sys-next v0.1.2
12172024-11-06T07:54:12.908Z Compiling time v0.3.36
12182024-11-06T07:54:13.109Z Compiling aho-corasick v1.1.3
12192024-11-06T07:54:13.504Z Compiling rustls v0.22.4
12202024-11-06T07:54:13.765Z Compiling siphasher v0.3.11
12212024-11-06T07:54:13.784Z Compiling rustls v0.23.14
12222024-11-06T07:54:13.913Z Compiling syn v1.0.109
12232024-11-06T07:54:14.068Z Compiling native-tls v0.2.12
12242024-11-06T07:54:14.118Z Compiling regex-syntax v0.8.5
12252024-11-06T07:54:14.280Z Compiling data-encoding v2.6.0
12262024-11-06T07:54:14.428Z Compiling dirs-next v2.0.0
12272024-11-06T07:54:14.608Z Compiling serde_derive_internals v0.29.1
12282024-11-06T07:54:15.845Z Compiling crossbeam-epoch v0.9.18
12292024-11-06T07:54:16.515Z Compiling bzip2-sys v0.1.11+1.0.8
12302024-11-06T07:54:16.642Z Compiling lazy_static v1.5.0
12312024-11-06T07:54:16.780Z Compiling thread_local v1.1.8
12322024-11-06T07:54:16.904Z Compiling serde_derive v1.0.210
12332024-11-06T07:54:17.023Z Compiling zeroize_derive v1.4.2
12342024-11-06T07:54:17.249Z Compiling zerocopy-derive v0.7.35
12352024-11-06T07:54:17.320Z Compiling tokio-macros v2.4.0
12362024-11-06T07:54:18.051Z Compiling thiserror-impl v1.0.64
12372024-11-06T07:54:18.174Z Compiling futures-macro v0.3.31
12382024-11-06T07:54:18.563Z Compiling zeroize v1.8.1
12392024-11-06T07:54:18.973Z Compiling der_derive v0.7.3
12402024-11-06T07:54:19.113Z Compiling tracing-attributes v0.1.27
12412024-11-06T07:54:19.452Z Compiling zerocopy v0.7.35
12422024-11-06T07:54:20.096Z Compiling futures-util v0.3.31
12432024-11-06T07:54:20.437Z Compiling crypto-common v0.1.6
12442024-11-06T07:54:20.509Z Compiling block-buffer v0.10.4
12452024-11-06T07:54:20.686Z Compiling block-padding v0.3.3
12462024-11-06T07:54:20.784Z Compiling digest v0.10.7
12472024-11-06T07:54:20.937Z Compiling inout v0.1.3
12482024-11-06T07:54:21.126Z Compiling ppv-lite86 v0.2.20
12492024-11-06T07:54:21.220Z Compiling hmac v0.12.1
12502024-11-06T07:54:21.241Z Compiling thiserror v1.0.64
12512024-11-06T07:54:21.262Z Compiling cipher v0.4.4
12522024-11-06T07:54:21.370Z Compiling sha2 v0.10.8
12532024-11-06T07:54:21.449Z Compiling der v0.7.9
12542024-11-06T07:54:21.526Z Compiling pbkdf2 v0.12.2
12552024-11-06T07:54:21.710Z Compiling pest v2.7.14
12562024-11-06T07:54:21.842Z Compiling salsa20 v0.10.2
12572024-11-06T07:54:22.088Z Compiling rand_chacha v0.3.1
12582024-11-06T07:54:22.108Z Compiling scrypt v0.11.0
12592024-11-06T07:54:22.632Z Compiling rand v0.8.5
12602024-11-06T07:54:22.760Z Compiling tracing v0.1.40
12612024-11-06T07:54:23.261Z Compiling aes v0.8.4
12622024-11-06T07:54:24.466Z Compiling spki v0.7.3
12632024-11-06T07:54:24.790Z Compiling pest_meta v2.7.14
12642024-11-06T07:54:24.828Z Compiling cbc v0.1.2
12652024-11-06T07:54:24.852Z Compiling scroll_derive v0.12.0
12662024-11-06T07:54:24.871Z Compiling rustls-webpki v0.102.8
12672024-11-06T07:54:25.062Z Compiling pkcs5 v0.7.1
12682024-11-06T07:54:25.082Z Compiling openssl-macros v0.1.1
12692024-11-06T07:54:25.842Z Compiling pkcs8 v0.10.2
12702024-11-06T07:54:26.032Z Compiling pest_generator v2.7.14
12712024-11-06T07:54:26.224Z Compiling async-trait v0.1.83
12722024-11-06T07:54:26.244Z Compiling scroll v0.12.0
12732024-11-06T07:54:26.559Z Compiling sha1 v0.10.6
12742024-11-06T07:54:26.626Z Compiling signature v2.2.0
12752024-11-06T07:54:26.867Z Compiling goblin v0.8.2
12762024-11-06T07:54:26.939Z Compiling regex-automata v0.4.8
12772024-11-06T07:54:26.961Z Compiling multer v3.1.0
12782024-11-06T07:54:26.997Z Compiling encoding_rs v0.8.34
12792024-11-06T07:54:27.248Z Compiling cookie v0.18.1
12802024-11-06T07:54:27.538Z Compiling schemars v0.8.21
12812024-11-06T07:54:27.908Z Compiling paste v1.0.15
12822024-11-06T07:54:27.973Z Compiling rayon-core v1.12.1
12832024-11-06T07:54:28.267Z Compiling unicode-properties v0.1.3
12842024-11-06T07:54:28.458Z Compiling signal-hook v0.3.17
12852024-11-06T07:54:28.694Z Compiling either v1.13.0
12862024-11-06T07:54:28.745Z Compiling mime v0.3.17
12872024-11-06T07:54:28.945Z Compiling gimli v0.31.1
12882024-11-06T07:54:29.125Z Compiling ipnet v2.10.1
12892024-11-06T07:54:29.361Z Compiling slog-async v2.8.0
12902024-11-06T07:54:29.563Z Compiling pest_derive v2.7.14
12912024-11-06T07:54:29.863Z Compiling openssl-probe v0.1.5
12922024-11-06T07:54:30.322Z Compiling stringprep v0.1.5
12932024-11-06T07:54:30.376Z Compiling dtrace-parser v0.2.0
12942024-11-06T07:54:30.614Z Compiling futures-executor v0.3.31
12952024-11-06T07:54:31.103Z Compiling bytes v1.7.2
12962024-11-06T07:54:31.204Z Compiling indexmap v2.6.0
12972024-11-06T07:54:31.496Z Compiling bitflags v2.6.0
12982024-11-06T07:54:31.929Z Compiling semver v1.0.23
12992024-11-06T07:54:32.450Z Compiling tokio v1.40.0
13002024-11-06T07:54:32.470Z Compiling http v1.1.0
13012024-11-06T07:54:32.693Z Compiling rustc_version v0.4.1
13022024-11-06T07:54:33.450Z Compiling dof v0.3.0
13032024-11-06T07:54:34.100Z Compiling http-body v1.0.1
13042024-11-06T07:54:34.348Z Compiling serde_tokenstream v0.2.2
13052024-11-06T07:54:34.376Z Compiling toml_datetime v0.6.8
13062024-11-06T07:54:34.921Z Compiling uuid v1.10.0
13072024-11-06T07:54:34.940Z Compiling serde_spanned v0.6.8
13082024-11-06T07:54:34.986Z Compiling usdt-impl v0.5.0
13092024-11-06T07:54:35.185Z Compiling chrono v0.4.38
13102024-11-06T07:54:35.563Z Compiling http-body-util v0.1.2
13112024-11-06T07:54:36.090Z Compiling heapless v0.7.17
13122024-11-06T07:54:36.500Z Compiling toml_edit v0.22.22
13132024-11-06T07:54:36.660Z Compiling curve25519-dalek v4.1.3
13142024-11-06T07:54:37.015Z Compiling usdt-macro v0.5.0
13152024-11-06T07:54:37.358Z Compiling usdt-attr-macro v0.5.0
13162024-11-06T07:54:38.334Z Compiling addr2line v0.24.2
13172024-11-06T07:54:38.548Z Compiling slog-json v2.6.1
13182024-11-06T07:54:38.910Z Compiling serde_urlencoded v0.7.1
13192024-11-06T07:54:39.034Z Compiling md-5 v0.10.6
13202024-11-06T07:54:39.055Z Compiling schemars_derive v0.8.21
13212024-11-06T07:54:39.441Z Compiling async-stream-impl v0.3.6
13222024-11-06T07:54:40.782Z Compiling tokio-util v0.7.12
13232024-11-06T07:54:40.803Z Compiling enum-as-inner v0.6.1
13242024-11-06T07:54:41.952Z Compiling h2 v0.4.6
13252024-11-06T07:54:42.189Z Compiling crossbeam-deque v0.8.5
13262024-11-06T07:54:42.522Z Compiling term v0.7.0
13272024-11-06T07:54:44.541Z Compiling crossbeam-channel v0.5.13
13282024-11-06T07:54:44.583Z Compiling num-integer v0.1.46
13292024-11-06T07:54:45.310Z Compiling rustls-pemfile v2.2.0
13302024-11-06T07:54:45.357Z Compiling idna v0.4.0
13312024-11-06T07:54:45.655Z Compiling idna v0.3.0
13322024-11-06T07:54:45.688Z Compiling hash32 v0.2.1
13332024-11-06T07:54:46.065Z Compiling ff v0.13.0
13342024-11-06T07:54:46.307Z Compiling is-terminal v0.4.13
13352024-11-06T07:54:46.443Z Compiling object v0.36.5
13362024-11-06T07:54:46.969Z Compiling dropshot v0.12.0
13372024-11-06T07:54:47.127Z Compiling dyn-clone v1.0.17
13382024-11-06T07:54:47.268Z Compiling num-bigint-dig v0.8.4
13392024-11-06T07:54:47.336Z Compiling smoltcp v0.9.1
13402024-11-06T07:54:47.357Z Compiling psl-types v2.0.11
13412024-11-06T07:54:47.569Z Compiling linked-hash-map v0.5.6
13422024-11-06T07:54:47.572Z Compiling stable_deref_trait v1.2.0
13432024-11-06T07:54:47.702Z Compiling anyhow v1.0.92
13442024-11-06T07:54:47.962Z Compiling portable-atomic v1.9.0
13452024-11-06T07:54:48.060Z Compiling base16ct v0.2.0
13462024-11-06T07:54:48.311Z Compiling rustc-demangle v0.1.24
13472024-11-06T07:54:48.383Z Compiling fallible-iterator v0.2.0
13482024-11-06T07:54:48.786Z Compiling take_mut v0.2.2
13492024-11-06T07:54:48.956Z Compiling utf-8 v0.7.6
13502024-11-06T07:54:49.012Z Compiling quick-error v1.2.3
13512024-11-06T07:54:49.088Z Compiling postgres-protocol v0.6.7
13522024-11-06T07:54:49.155Z Compiling tungstenite v0.24.0
13532024-11-06T07:54:49.233Z Compiling hyper v1.4.1
13542024-11-06T07:54:49.288Z Compiling resolv-conf v0.7.0
13552024-11-06T07:54:50.783Z Compiling sec1 v0.7.3
13562024-11-06T07:54:51.275Z Compiling lru-cache v0.1.2
13572024-11-06T07:54:51.518Z Compiling publicsuffix v2.2.3
13582024-11-06T07:54:51.791Z Compiling hyper-util v0.1.9
13592024-11-06T07:54:52.241Z Compiling usdt v0.5.0
13602024-11-06T07:54:52.587Z Compiling slog-term v2.9.1
13612024-11-06T07:54:52.701Z Compiling group v0.13.0
13622024-11-06T07:54:52.723Z Compiling hickory-proto v0.24.1
13632024-11-06T07:54:53.034Z Compiling tokio-rustls v0.26.0
13642024-11-06T07:54:53.371Z Compiling num-iter v0.1.45
13652024-11-06T07:54:53.491Z Compiling tokio-native-tls v0.3.1
13662024-11-06T07:54:53.555Z Compiling tokio-rustls v0.25.0
13672024-11-06T07:54:53.803Z Compiling async-stream v0.3.6
13682024-11-06T07:54:53.974Z Compiling backtrace v0.3.74
13692024-11-06T07:54:54.263Z Compiling toml v0.8.19
13702024-11-06T07:54:54.607Z Compiling slog-bunyan v2.5.0
13712024-11-06T07:54:54.945Z Compiling terminal_size v0.4.0
13722024-11-06T07:54:55.096Z Compiling dropshot_endpoint v0.12.0
13732024-11-06T07:54:55.293Z Compiling openapiv3 v2.0.0
13742024-11-06T07:54:55.514Z Compiling futures v0.3.31
13752024-11-06T07:54:55.625Z Compiling camino v1.1.9
13762024-11-06T07:54:55.752Z Compiling hubpack_derive v0.1.1
13772024-11-06T07:54:55.982Z Compiling serde_path_to_error v0.1.16
13782024-11-06T07:54:56.892Z Compiling hkdf v0.12.4
13792024-11-06T07:54:57.154Z Compiling crypto-bigint v0.5.5
13802024-11-06T07:54:57.291Z Compiling curve25519-dalek-derive v0.1.1
13812024-11-06T07:54:57.427Z Compiling zerocopy-derive v0.6.6
13822024-11-06T07:54:57.610Z Compiling phf_shared v0.11.2
13832024-11-06T07:54:57.834Z Compiling waitgroup v0.1.2
13842024-11-06T07:54:58.012Z Compiling webpki-roots v0.26.6
13852024-11-06T07:54:58.058Z Compiling hostname v0.4.0
13862024-11-06T07:54:58.240Z Compiling crc32fast v1.4.2
13872024-11-06T07:54:58.332Z Compiling fs-err v2.11.0
13882024-11-06T07:54:58.590Z Compiling ahash v0.8.11
13892024-11-06T07:54:58.641Z Compiling managed v0.8.0
13902024-11-06T07:54:58.734Z Compiling winnow v0.5.40
13912024-11-06T07:54:58.938Z Compiling debug-ignore v1.0.5
13922024-11-06T07:54:59.083Z Compiling bitflags v1.3.2
13932024-11-06T07:54:59.103Z Compiling console v0.15.8
13942024-11-06T07:54:59.505Z Compiling zerocopy v0.6.6
13952024-11-06T07:54:59.555Z Compiling strum_macros v0.25.3
13962024-11-06T07:55:00.387Z Compiling elliptic-curve v0.13.8
13972024-11-06T07:55:00.595Z Compiling clap_builder v4.5.20
13982024-11-06T07:55:01.541Z Compiling flate2 v1.0.34
13992024-11-06T07:55:02.580Z Compiling toml_edit v0.19.15
14002024-11-06T07:55:02.775Z Compiling hickory-resolver v0.24.1
14012024-11-06T07:55:03.014Z Compiling hyper-rustls v0.27.3
14022024-11-06T07:55:03.459Z Compiling phf v0.11.2
14032024-11-06T07:55:03.480Z Compiling signal-hook-mio v0.2.4
14042024-11-06T07:55:03.585Z Compiling cookie_store v0.21.0
14052024-11-06T07:55:03.632Z Compiling hubpack v0.1.2
14062024-11-06T07:55:04.083Z Compiling rayon v1.10.0
14072024-11-06T07:55:04.641Z Compiling bzip2 v0.4.4
14082024-11-06T07:55:05.058Z Compiling hyper-tls v0.6.0
14092024-11-06T07:55:05.483Z Compiling tokio-tungstenite v0.24.0
14102024-11-06T07:55:07.483Z Compiling postgres-types v0.2.8
14112024-11-06T07:55:09.003Z Compiling tokio-stream v0.1.16
14122024-11-06T07:55:09.024Z Compiling regex v1.11.0
14132024-11-06T07:55:09.114Z Compiling bstr v1.10.0
14142024-11-06T07:55:09.201Z Compiling serde-big-array v0.5.1
14152024-11-06T07:55:09.441Z Compiling ed25519 v2.2.3
14162024-11-06T07:55:09.517Z Compiling pkcs1 v0.7.5
14172024-11-06T07:55:09.669Z Compiling rfc6979 v0.4.0
14182024-11-06T07:55:09.863Z Compiling clap_derive v4.5.18
14192024-11-06T07:55:10.052Z Compiling derive-where v1.2.7
14202024-11-06T07:55:10.141Z Compiling serde_repr v0.1.19
14212024-11-06T07:55:10.320Z Compiling phf_shared v0.10.0
14222024-11-06T07:55:10.496Z Compiling float-cmp v0.9.0
14232024-11-06T07:55:10.717Z Compiling sync_wrapper v1.0.1
14242024-11-06T07:55:10.737Z Compiling predicates-core v1.0.8
14252024-11-06T07:55:10.861Z Compiling precomputed-hash v0.1.1
14262024-11-06T07:55:10.881Z Compiling new_debug_unreachable v1.0.6
14272024-11-06T07:55:10.975Z Compiling normalize-line-endings v0.3.0
14282024-11-06T07:55:10.998Z Compiling whoami v1.5.2
14292024-11-06T07:55:11.097Z Compiling number_prefix v0.4.0
14302024-11-06T07:55:11.117Z Compiling static_assertions v1.1.0
14312024-11-06T07:55:11.226Z Compiling difflib v0.4.0
14322024-11-06T07:55:11.256Z Compiling minimal-lexical v0.2.1
14332024-11-06T07:55:11.306Z Compiling fixedbitset v0.4.2
14342024-11-06T07:55:11.330Z Compiling bit-vec v0.6.3
14352024-11-06T07:55:11.644Z Compiling unicode-segmentation v1.12.0
14362024-11-06T07:55:11.809Z Compiling bit-set v0.5.3
14372024-11-06T07:55:11.812Z Compiling nom v7.1.3
14382024-11-06T07:55:11.848Z Compiling predicates v3.1.2
14392024-11-06T07:55:12.108Z Compiling petgraph v0.6.5
14402024-11-06T07:55:12.536Z Compiling similar v2.6.0
14412024-11-06T07:55:12.815Z Compiling tokio-postgres v0.7.12
14422024-11-06T07:55:13.494Z Compiling qorb v0.2.0
14432024-11-06T07:55:13.606Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14442024-11-06T07:55:14.739Z Compiling clap v4.5.20
14452024-11-06T07:55:14.867Z Compiling indicatif v0.17.8
14462024-11-06T07:55:15.013Z Compiling string_cache v0.8.7
14472024-11-06T07:55:15.470Z Compiling reqwest v0.12.8
14482024-11-06T07:55:15.660Z Compiling rsa v0.9.6
14492024-11-06T07:55:16.178Z Compiling ecdsa v0.16.9
14502024-11-06T07:55:17.014Z Compiling ed25519-dalek v2.1.1
14512024-11-06T07:55:17.109Z Compiling toml v0.7.8
14522024-11-06T07:55:18.365Z Compiling zip v0.6.6
14532024-11-06T07:55:18.611Z Compiling crossterm v0.28.1
14542024-11-06T07:55:19.614Z Compiling hex v0.4.3
14552024-11-06T07:55:19.767Z Compiling itertools v0.12.1
14562024-11-06T07:55:20.035Z Compiling itertools v0.10.5
14572024-11-06T07:55:20.139Z Compiling x509-cert v0.2.5
14582024-11-06T07:55:20.240Z Compiling unicode-xid v0.2.6
14592024-11-06T07:55:20.420Z Compiling lalrpop-util v0.19.12
14602024-11-06T07:55:20.556Z Compiling peg-runtime v0.8.3
14612024-11-06T07:55:20.797Z Compiling xattr v1.3.1
14622024-11-06T07:55:21.074Z Compiling strum_macros v0.26.4
14632024-11-06T07:55:21.226Z Compiling filetime v0.2.25
14642024-11-06T07:55:21.564Z Compiling tar v0.4.42
14652024-11-06T07:55:24.494Z Compiling strum v0.26.3
14662024-11-06T07:55:24.933Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14672024-11-06T07:55:25.184Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14682024-11-06T07:55:30.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s
14692024-11-06T07:55:30.856Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14702024-11-06T07:55:30.906ZNov 06 07:55:29.264 INFO Starting download, target: Clickhouse
14712024-11-06T07:55:30.906ZNov 06 07:55:29.264 INFO Starting download, target: Cockroach
14722024-11-06T07:55:30.906ZNov 06 07:55:29.264 INFO Starting download, target: Console
14732024-11-06T07:55:30.906ZNov 06 07:55:29.264 INFO Starting download, target: DendriteOpenapi
14742024-11-06T07:55:30.908ZNov 06 07:55:29.265 INFO Starting download, target: DendriteStub
14752024-11-06T07:55:30.908ZNov 06 07:55:29.265 INFO Starting download, target: MaghemiteMgd
14762024-11-06T07:55:30.908ZNov 06 07:55:29.265 INFO Starting download, target: TransceiverControl
14772024-11-06T07:55:30.908ZNov 06 07:55:29.265 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14782024-11-06T07:55:30.908ZNov 06 07:55:29.265 INFO Downloading out/downloads/dpd-4067d742d832fa434217b95e4b149048d01ef54e.json (attempt 1/3), target: DendriteOpenapi
14792024-11-06T07:55:30.908ZNov 06 07:55:29.265 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14802024-11-06T07:55:30.908ZNov 06 07:55:29.265 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
14812024-11-06T07:55:30.908ZNov 06 07:55:29.266 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14822024-11-06T07:55:30.908ZNov 06 07:55:29.266 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14832024-11-06T07:55:30.908ZNov 06 07:55:29.266 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14842024-11-06T07:55:31.150ZNov 06 07:55:29.498 INFO Download complete, target: DendriteOpenapi
14852024-11-06T07:55:31.205ZNov 06 07:55:29.555 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14862024-11-06T07:55:31.658ZNov 06 07:55:29.993 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14872024-11-06T07:55:31.714ZNov 06 07:55:30.071 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14882024-11-06T07:55:31.763ZNov 06 07:55:30.121 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14892024-11-06T07:55:31.919ZNov 06 07:55:30.275 INFO Download complete, target: TransceiverControl
14902024-11-06T07:55:32.012ZNov 06 07:55:30.370 INFO Download complete, target: Console
14912024-11-06T07:55:32.568ZNov 06 07:55:30.927 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
14922024-11-06T07:55:32.568ZNov 06 07:55:30.927 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
14932024-11-06T07:55:33.403ZNov 06 07:55:31.762 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14942024-11-06T07:55:34.633ZNov 06 07:55:32.991 INFO Download complete, target: DendriteStub
14952024-11-06T07:55:34.695ZNov 06 07:55:33.053 INFO Download complete, target: MaghemiteMgd
14962024-11-06T07:55:39.933ZNov 06 07:55:38.290 INFO Checking that binary works, target: Cockroach
14972024-11-06T07:55:40.094ZNov 06 07:55:38.451 INFO Download complete, target: Cockroach
14982024-11-06T07:55:45.585ZNov 06 07:55:43.942 INFO Checking that binary works, target: Clickhouse
14992024-11-06T07:55:45.751ZNov 06 07:55:44.108 INFO Download complete, target: Clickhouse
15002024-11-06T07:55:45.773ZAll builder prerequisites installed successfully, and PATH looks valid
15012024-11-06T07:55:45.775Z
15022024-11-06T07:55:45.775Zreal 3:50.824435350
15032024-11-06T07:55:45.775Zuser 12:28.278552385
15042024-11-06T07:55:45.775Zsys 2:44.084001729
15052024-11-06T07:55:45.775Ztrap 0.429441058
15062024-11-06T07:55:45.775Ztflt 1.325395652
15072024-11-06T07:55:45.775Zdflt 1.498882397
15082024-11-06T07:55:45.775Zkflt 0.023964718
15092024-11-06T07:55:45.775Zlock 25:26.675218653
15102024-11-06T07:55:45.775Zslp 47:55.825769513
15112024-11-06T07:55:45.775Zlat 47.980423723
15122024-11-06T07:55:45.775Zstop 2:09.131112167
15132024-11-06T07:55:45.776Z+ banner ls-apis
15142024-11-06T07:55:45.778Z
15152024-11-06T07:55:45.778Z # #### ## ##### # ####
15162024-11-06T07:55:45.778Z # # # # # # # #
15172024-11-06T07:55:45.778Z # #### ##### # # # # # ####
15182024-11-06T07:55:45.778Z # # ###### ##### # #
15192024-11-06T07:55:45.778Z # # # # # # # # #
15202024-11-06T07:55:45.778Z ###### #### # # # # ####
15212024-11-06T07:55:45.778Z
15222024-11-06T07:55:45.778Z+ source ./tools/include/force-git-over-https.sh
15232024-11-06T07:55:45.778Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
15242024-11-06T07:55:45.782Z++ (( i = 0 ))
15252024-11-06T07:55:45.782Z++ (( i < 5 ))
15262024-11-06T07:55:45.782Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
15272024-11-06T07:55:45.784Z++ (( i++ ))
15282024-11-06T07:55:45.784Z++ (( i < 5 ))
15292024-11-06T07:55:45.784Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
15302024-11-06T07:55:45.786Z++ (( i++ ))
15312024-11-06T07:55:45.786Z++ (( i < 5 ))
15322024-11-06T07:55:45.787Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
15332024-11-06T07:55:45.789Z++ (( i++ ))
15342024-11-06T07:55:45.789Z++ (( i < 5 ))
15352024-11-06T07:55:45.789Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
15362024-11-06T07:55:45.791Z++ (( i++ ))
15372024-11-06T07:55:45.791Z++ (( i < 5 ))
15382024-11-06T07:55:45.791Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
15392024-11-06T07:55:45.794Z++ (( i++ ))
15402024-11-06T07:55:45.794Z++ (( i < 5 ))
15412024-11-06T07:55:45.794Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
15422024-11-06T07:55:45.794Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
15432024-11-06T07:55:45.794Z+ ptime -m cargo xtask ls-apis apis
15442024-11-06T07:55:46.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15452024-11-06T07:55:46.327Z Running `target/debug/xtask ls-apis apis`
15462024-11-06T07:55:47.126Z Compiling semver v0.1.20
15472024-11-06T07:55:47.245Z Compiling structmeta-derive v0.3.0
15482024-11-06T07:55:47.247Z Compiling cargo-platform v0.1.8
15492024-11-06T07:55:47.436Z Compiling cargo_metadata v0.18.1
15502024-11-06T07:55:47.448Z Compiling rustc_version v0.1.7
15512024-11-06T07:55:47.796Z Compiling newtype_derive v0.1.6
15522024-11-06T07:55:48.750Z Compiling structmeta v0.3.0
15532024-11-06T07:55:49.027Z Compiling parse-display-derive v0.10.0
15542024-11-06T07:55:51.122Z Compiling parse-display v0.10.0
15552024-11-06T07:55:51.274Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
15562024-11-06T07:55:55.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.44s
15572024-11-06T07:55:55.947Z Running `target/debug/ls-apis apis`
15582024-11-06T07:55:55.983Zloading metadata for workspace omicron from current workspace
15592024-11-06T07:56:00.507Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/Cargo.toml
15602024-11-06T07:56:00.511Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/b7b9d56/Cargo.toml
15612024-11-06T07:56:00.511Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/86101ea/Cargo.toml
15622024-11-06T07:56:19.768Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
15632024-11-06T07:56:23.432Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
15642024-11-06T07:56:23.450Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
15652024-11-06T07:56:23.614ZBootstrap Agent (client: bootstrap-agent-client)
15662024-11-06T07:56:23.614Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
15672024-11-06T07:56:23.614Z consumed by: wicketd (omicron/wicketd) via 2 paths
15682024-11-06T07:56:23.614Z
15692024-11-06T07:56:23.614ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
15702024-11-06T07:56:23.614Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
15712024-11-06T07:56:23.614Z
15722024-11-06T07:56:23.614ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
15732024-11-06T07:56:23.616Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
15742024-11-06T07:56:23.616Z
15752024-11-06T07:56:23.616ZCockroachDB Cluster Admin (client: cockroach-admin-client)
15762024-11-06T07:56:23.617Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
15772024-11-06T07:56:23.617Z
15782024-11-06T07:56:23.617ZCrucible Agent (client: crucible-agent-client)
15792024-11-06T07:56:23.617Z consumed by: omicron-nexus (omicron/nexus) via 1 path
15802024-11-06T07:56:23.617Z
15812024-11-06T07:56:23.617ZCrucible Control (for testing only) (client: crucible-control-client)
15822024-11-06T07:56:23.617Z
15832024-11-06T07:56:23.617ZCrucible Pantry (client: crucible-pantry-client)
15842024-11-06T07:56:23.617Z consumed by: omicron-nexus (omicron/nexus) via 1 path
15852024-11-06T07:56:23.617Z
15862024-11-06T07:56:23.617ZMaghemite DDM Admin (client: ddm-admin-client)
15872024-11-06T07:56:23.617Z consumed by: installinator (omicron/installinator) via 1 path
15882024-11-06T07:56:23.617Z consumed by: mgd (maghemite/mgd) via 1 path
15892024-11-06T07:56:23.617Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
15902024-11-06T07:56:23.617Z consumed by: wicketd (omicron/wicketd) via 1 path
15912024-11-06T07:56:23.617Z
15922024-11-06T07:56:23.617ZDNS Server (client: dns-service-client)
15932024-11-06T07:56:23.629Z consumed by: omicron-nexus (omicron/nexus) via 1 path
15942024-11-06T07:56:23.629Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
15952024-11-06T07:56:23.629Z
15962024-11-06T07:56:23.629ZDendrite DPD (client: dpd-client)
15972024-11-06T07:56:23.629Z consumed by: ddmd (maghemite/ddmd) via 2 paths
15982024-11-06T07:56:23.629Z consumed by: mgd (maghemite/mgd) via 1 path
15992024-11-06T07:56:23.629Z consumed by: omicron-nexus (omicron/nexus) via 1 path
16002024-11-06T07:56:23.629Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
16012024-11-06T07:56:23.629Z consumed by: tfportd (dendrite/tfportd) via 1 path
16022024-11-06T07:56:23.629Z consumed by: wicketd (omicron/wicketd) via 2 paths
16032024-11-06T07:56:23.629Z
16042024-11-06T07:56:23.629ZDownstairs Controller (debugging only) (client: dsc-client)
16052024-11-06T07:56:23.629Z
16062024-11-06T07:56:23.629ZManagement Gateway Service (client: gateway-client)
16072024-11-06T07:56:23.635Z consumed by: dpd (dendrite/dpd) via 1 path
16082024-11-06T07:56:23.635Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
16092024-11-06T07:56:23.635Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
16102024-11-06T07:56:23.635Z consumed by: wicketd (omicron/wicketd) via 3 paths
16112024-11-06T07:56:23.635Z
16122024-11-06T07:56:23.635ZWicketd Installinator (client: installinator-client)
16132024-11-06T07:56:23.635Z consumed by: installinator (omicron/installinator) via 1 path
16142024-11-06T07:56:23.635Z
16152024-11-06T07:56:23.635ZMaghemite MG Admin (client: mg-admin-client)
16162024-11-06T07:56:23.640Z consumed by: omicron-nexus (omicron/nexus) via 1 path
16172024-11-06T07:56:23.640Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
16182024-11-06T07:56:23.640Z
16192024-11-06T07:56:23.640ZNexus Internal API (client: nexus-client)
16202024-11-06T07:56:23.645Z consumed by: dpd (dendrite/dpd) via 1 path
16212024-11-06T07:56:23.645Z consumed by: omicron-nexus (omicron/nexus) via 1 path
16222024-11-06T07:56:23.645Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
16232024-11-06T07:56:23.645Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
16242024-11-06T07:56:23.645Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
16252024-11-06T07:56:23.645Z
16262024-11-06T07:56:23.645ZExternal API (client: oxide-client)
16272024-11-06T07:56:23.645Z
16282024-11-06T07:56:23.645ZOximeter (client: oximeter-client)
16292024-11-06T07:56:23.648Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
16302024-11-06T07:56:23.648Z
16312024-11-06T07:56:23.648ZPropolis (client: propolis-client)
16322024-11-06T07:56:23.648Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
16332024-11-06T07:56:23.648Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
16342024-11-06T07:56:23.648Z
16352024-11-06T07:56:23.648ZCrucible Repair (client: repair-client)
16362024-11-06T07:56:23.648Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
16372024-11-06T07:56:23.648Z
16382024-11-06T07:56:23.648ZRepo Depot API (client: repo-depot-client)
16392024-11-06T07:56:23.648Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
16402024-11-06T07:56:23.648Z
16412024-11-06T07:56:23.648ZSled Agent (client: sled-agent-client)
16422024-11-06T07:56:23.652Z consumed by: dpd (dendrite/dpd) via 1 path
16432024-11-06T07:56:23.652Z consumed by: omicron-nexus (omicron/nexus) via 7 paths
16442024-11-06T07:56:23.652Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
16452024-11-06T07:56:23.652Z
16462024-11-06T07:56:23.652ZWicketd (client: wicketd-client)
16472024-11-06T07:56:23.654Z
16482024-11-06T07:56:23.781Z
16492024-11-06T07:56:23.781Zreal 37.966174010
16502024-11-06T07:56:23.781Zuser 29.763010081
16512024-11-06T07:56:23.782Zsys 10.690286879
16522024-11-06T07:56:23.782Ztrap 0.012095923
16532024-11-06T07:56:23.782Ztflt 0.088826055
16542024-11-06T07:56:23.782Zdflt 0.254171587
16552024-11-06T07:56:23.782Zkflt 0.000000000
16562024-11-06T07:56:23.782Zlock 47.747697994
16572024-11-06T07:56:23.782Zslp 3:25.082691580
16582024-11-06T07:56:23.782Zlat 0.856096968
16592024-11-06T07:56:23.782Zstop 1.368767863
16602024-11-06T07:56:23.785Z+ ptime -m cargo xtask ls-apis deployment-units
16612024-11-06T07:56:24.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16622024-11-06T07:56:24.367Z Running `target/debug/xtask ls-apis deployment-units`
16632024-11-06T07:56:25.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
16642024-11-06T07:56:25.258Z Running `target/debug/ls-apis deployment-units`
16652024-11-06T07:56:25.298Zloading metadata for workspace omicron from current workspace
16662024-11-06T07:56:26.473Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/Cargo.toml
16672024-11-06T07:56:26.476Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/86101ea/Cargo.toml
16682024-11-06T07:56:26.482Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/b7b9d56/Cargo.toml
16692024-11-06T07:56:28.261Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
16702024-11-06T07:56:29.055Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
16712024-11-06T07:56:29.072Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
16722024-11-06T07:56:29.228ZClickhouse Admin
16732024-11-06T07:56:29.230Z omicron-clickhouse-admin (omicron/clickhouse-admin)
16742024-11-06T07:56:29.230Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
16752024-11-06T07:56:29.230Z
16762024-11-06T07:56:29.230Z
16772024-11-06T07:56:29.230ZCockroach Admin
16782024-11-06T07:56:29.230Z omicron-cockroach-admin (omicron/cockroach-admin)
16792024-11-06T07:56:29.230Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
16802024-11-06T07:56:29.230Z
16812024-11-06T07:56:29.230Z
16822024-11-06T07:56:29.230ZCrucible
16832024-11-06T07:56:29.231Z crucible-agent (crucible/agent)
16842024-11-06T07:56:29.231Z exposes: Crucible Agent (client = crucible-agent-client)
16852024-11-06T07:56:29.231Z
16862024-11-06T07:56:29.231Z crucible-downstairs (crucible/downstairs)
16872024-11-06T07:56:29.231Z exposes: Crucible Repair (client = repair-client)
16882024-11-06T07:56:29.234Z consumes: repair-client
16892024-11-06T07:56:29.234Z
16902024-11-06T07:56:29.234Z
16912024-11-06T07:56:29.234ZCrucible Pantry
16922024-11-06T07:56:29.234Z crucible-pantry (crucible/pantry)
16932024-11-06T07:56:29.234Z exposes: Crucible Pantry (client = crucible-pantry-client)
16942024-11-06T07:56:29.237Z
16952024-11-06T07:56:29.237Z
16962024-11-06T07:56:29.237ZDNS Server
16972024-11-06T07:56:29.237Z dns-server (omicron/dns-server)
16982024-11-06T07:56:29.237Z exposes: DNS Server (client = dns-service-client)
16992024-11-06T07:56:29.237Z
17002024-11-06T07:56:29.237Z
17012024-11-06T07:56:29.237ZHost OS
17022024-11-06T07:56:29.237Z ddmd (maghemite/ddmd)
17032024-11-06T07:56:29.237Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
17042024-11-06T07:56:29.240Z consumes: dpd-client
17052024-11-06T07:56:29.240Z
17062024-11-06T07:56:29.240Z dpd (dendrite/dpd)
17072024-11-06T07:56:29.240Z exposes: Dendrite DPD (client = dpd-client)
17082024-11-06T07:56:29.242Z consumes: gateway-client
17092024-11-06T07:56:29.242Z consumes: nexus-client
17102024-11-06T07:56:29.242Z consumes: sled-agent-client
17112024-11-06T07:56:29.242Z
17122024-11-06T07:56:29.242Z mgd (maghemite/mgd)
17132024-11-06T07:56:29.242Z exposes: Maghemite MG Admin (client = mg-admin-client)
17142024-11-06T07:56:29.244Z consumes: ddm-admin-client
17152024-11-06T07:56:29.244Z consumes: dpd-client
17162024-11-06T07:56:29.245Z
17172024-11-06T07:56:29.245Z omicron-gateway (omicron/gateway)
17182024-11-06T07:56:29.245Z exposes: Management Gateway Service (client = gateway-client)
17192024-11-06T07:56:29.247Z
17202024-11-06T07:56:29.247Z omicron-sled-agent (omicron/sled-agent)
17212024-11-06T07:56:29.247Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
17222024-11-06T07:56:29.247Z exposes: Repo Depot API (client = repo-depot-client)
17232024-11-06T07:56:29.247Z exposes: Sled Agent (client = sled-agent-client)
17242024-11-06T07:56:29.250Z consumes: bootstrap-agent-client
17252024-11-06T07:56:29.250Z consumes: ddm-admin-client
17262024-11-06T07:56:29.250Z consumes: dns-service-client
17272024-11-06T07:56:29.250Z consumes: dpd-client
17282024-11-06T07:56:29.250Z consumes: gateway-client
17292024-11-06T07:56:29.250Z consumes: mg-admin-client
17302024-11-06T07:56:29.250Z consumes: nexus-client
17312024-11-06T07:56:29.250Z consumes: propolis-client
17322024-11-06T07:56:29.250Z consumes: repo-depot-client
17332024-11-06T07:56:29.250Z consumes: sled-agent-client
17342024-11-06T07:56:29.250Z
17352024-11-06T07:56:29.250Z propolis-server (propolis/bin/propolis-server)
17362024-11-06T07:56:29.250Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
17372024-11-06T07:56:29.250Z exposes: Propolis (client = propolis-client)
17382024-11-06T07:56:29.253Z consumes: nexus-client
17392024-11-06T07:56:29.253Z
17402024-11-06T07:56:29.253Z tfportd (dendrite/tfportd)
17412024-11-06T07:56:29.253Z consumes: dpd-client
17422024-11-06T07:56:29.253Z
17432024-11-06T07:56:29.253Z wicketd (omicron/wicketd)
17442024-11-06T07:56:29.253Z exposes: Wicketd Installinator (client = installinator-client)
17452024-11-06T07:56:29.253Z exposes: Wicketd (client = wicketd-client)
17462024-11-06T07:56:29.253Z consumes: bootstrap-agent-client
17472024-11-06T07:56:29.253Z consumes: ddm-admin-client
17482024-11-06T07:56:29.253Z consumes: dpd-client
17492024-11-06T07:56:29.253Z consumes: gateway-client
17502024-11-06T07:56:29.253Z
17512024-11-06T07:56:29.253Z
17522024-11-06T07:56:29.253ZInstallinator
17532024-11-06T07:56:29.253Z installinator (omicron/installinator)
17542024-11-06T07:56:29.253Z consumes: ddm-admin-client
17552024-11-06T07:56:29.253Z consumes: installinator-client
17562024-11-06T07:56:29.253Z
17572024-11-06T07:56:29.253Z
17582024-11-06T07:56:29.253ZNexus
17592024-11-06T07:56:29.253Z omicron-nexus (omicron/nexus)
17602024-11-06T07:56:29.253Z exposes: Nexus Internal API (client = nexus-client)
17612024-11-06T07:56:29.253Z exposes: External API (client = oxide-client)
17622024-11-06T07:56:29.256Z consumes: clickhouse-admin-keeper-client
17632024-11-06T07:56:29.256Z consumes: clickhouse-admin-server-client
17642024-11-06T07:56:29.256Z consumes: cockroach-admin-client
17652024-11-06T07:56:29.256Z consumes: crucible-agent-client
17662024-11-06T07:56:29.256Z consumes: crucible-pantry-client
17672024-11-06T07:56:29.256Z consumes: dns-service-client
17682024-11-06T07:56:29.256Z consumes: dpd-client
17692024-11-06T07:56:29.256Z consumes: gateway-client
17702024-11-06T07:56:29.256Z consumes: mg-admin-client
17712024-11-06T07:56:29.256Z consumes: nexus-client
17722024-11-06T07:56:29.256Z consumes: oximeter-client
17732024-11-06T07:56:29.256Z consumes: propolis-client
17742024-11-06T07:56:29.256Z consumes: sled-agent-client
17752024-11-06T07:56:29.256Z
17762024-11-06T07:56:29.256Z
17772024-11-06T07:56:29.256ZOximeter
17782024-11-06T07:56:29.256Z oximeter-collector (omicron/oximeter/collector)
17792024-11-06T07:56:29.256Z exposes: Oximeter (client = oximeter-client)
17802024-11-06T07:56:29.259Z consumes: nexus-client
17812024-11-06T07:56:29.259Z
17822024-11-06T07:56:29.259Z
17832024-11-06T07:56:29.380Z
17842024-11-06T07:56:29.383Zreal 5.581673055
17852024-11-06T07:56:29.383Zuser 4.416992446
17862024-11-06T07:56:29.383Zsys 1.699497673
17872024-11-06T07:56:29.383Ztrap 0.002591446
17882024-11-06T07:56:29.383Ztflt 0.000000000
17892024-11-06T07:56:29.383Zdflt 0.000000000
17902024-11-06T07:56:29.383Zkflt 0.000000000
17912024-11-06T07:56:29.383Zlock 0.001959925
17922024-11-06T07:56:29.383Zslp 10.067042635
17932024-11-06T07:56:29.383Zlat 0.022554269
17942024-11-06T07:56:29.383Zstop 0.067306278
17952024-11-06T07:56:29.383Z+ ptime -m cargo xtask ls-apis servers
17962024-11-06T07:56:29.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17972024-11-06T07:56:29.884Z Running `target/debug/xtask ls-apis servers`
17982024-11-06T07:56:30.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
17992024-11-06T07:56:30.721Z Running `target/debug/ls-apis servers`
18002024-11-06T07:56:30.760Zloading metadata for workspace omicron from current workspace
18012024-11-06T07:56:31.937Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/Cargo.toml
18022024-11-06T07:56:31.941Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/86101ea/Cargo.toml
18032024-11-06T07:56:31.946Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/b7b9d56/Cargo.toml
18042024-11-06T07:56:33.716Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
18052024-11-06T07:56:34.477Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18062024-11-06T07:56:34.495Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18072024-11-06T07:56:34.647Zomicron-clickhouse-admin (omicron/clickhouse-admin)
18082024-11-06T07:56:34.647Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
18092024-11-06T07:56:34.649Z
18102024-11-06T07:56:34.649Zomicron-cockroach-admin (omicron/cockroach-admin)
18112024-11-06T07:56:34.649Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
18122024-11-06T07:56:34.649Z
18132024-11-06T07:56:34.649Zcrucible-agent (crucible/agent)
18142024-11-06T07:56:34.649Z exposes: Crucible Agent (client = crucible-agent-client)
18152024-11-06T07:56:34.649Z
18162024-11-06T07:56:34.649Zcrucible-downstairs (crucible/downstairs)
18172024-11-06T07:56:34.649Z exposes: Crucible Repair (client = repair-client)
18182024-11-06T07:56:34.653Z consumes: repair-client
18192024-11-06T07:56:34.653Z
18202024-11-06T07:56:34.653Zcrucible-pantry (crucible/pantry)
18212024-11-06T07:56:34.653Z exposes: Crucible Pantry (client = crucible-pantry-client)
18222024-11-06T07:56:34.656Z
18232024-11-06T07:56:34.656Zdns-server (omicron/dns-server)
18242024-11-06T07:56:34.656Z exposes: DNS Server (client = dns-service-client)
18252024-11-06T07:56:34.656Z
18262024-11-06T07:56:34.656Zomicron-sled-agent (omicron/sled-agent)
18272024-11-06T07:56:34.656Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
18282024-11-06T07:56:34.656Z exposes: Repo Depot API (client = repo-depot-client)
18292024-11-06T07:56:34.656Z exposes: Sled Agent (client = sled-agent-client)
18302024-11-06T07:56:34.658Z consumes: bootstrap-agent-client
18312024-11-06T07:56:34.658Z consumes: ddm-admin-client
18322024-11-06T07:56:34.658Z consumes: dns-service-client
18332024-11-06T07:56:34.658Z consumes: dpd-client
18342024-11-06T07:56:34.658Z consumes: gateway-client
18352024-11-06T07:56:34.658Z consumes: mg-admin-client
18362024-11-06T07:56:34.658Z consumes: nexus-client
18372024-11-06T07:56:34.658Z consumes: propolis-client
18382024-11-06T07:56:34.658Z consumes: repo-depot-client
18392024-11-06T07:56:34.658Z consumes: sled-agent-client
18402024-11-06T07:56:34.658Z
18412024-11-06T07:56:34.658Zpropolis-server (propolis/bin/propolis-server)
18422024-11-06T07:56:34.658Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
18432024-11-06T07:56:34.659Z exposes: Propolis (client = propolis-client)
18442024-11-06T07:56:34.661Z consumes: nexus-client
18452024-11-06T07:56:34.661Z
18462024-11-06T07:56:34.661Zddmd (maghemite/ddmd)
18472024-11-06T07:56:34.661Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
18482024-11-06T07:56:34.664Z consumes: dpd-client
18492024-11-06T07:56:34.664Z
18502024-11-06T07:56:34.664Zdpd (dendrite/dpd)
18512024-11-06T07:56:34.664Z exposes: Dendrite DPD (client = dpd-client)
18522024-11-06T07:56:34.666Z consumes: gateway-client
18532024-11-06T07:56:34.666Z consumes: nexus-client
18542024-11-06T07:56:34.666Z consumes: sled-agent-client
18552024-11-06T07:56:34.666Z
18562024-11-06T07:56:34.666Zmgd (maghemite/mgd)
18572024-11-06T07:56:34.666Z exposes: Maghemite MG Admin (client = mg-admin-client)
18582024-11-06T07:56:34.669Z consumes: ddm-admin-client
18592024-11-06T07:56:34.669Z consumes: dpd-client
18602024-11-06T07:56:34.670Z
18612024-11-06T07:56:34.670Zomicron-gateway (omicron/gateway)
18622024-11-06T07:56:34.670Z exposes: Management Gateway Service (client = gateway-client)
18632024-11-06T07:56:34.672Z
18642024-11-06T07:56:34.672Ztfportd (dendrite/tfportd)
18652024-11-06T07:56:34.672Z consumes: dpd-client
18662024-11-06T07:56:34.672Z
18672024-11-06T07:56:34.672Zwicketd (omicron/wicketd)
18682024-11-06T07:56:34.672Z exposes: Wicketd Installinator (client = installinator-client)
18692024-11-06T07:56:34.672Z exposes: Wicketd (client = wicketd-client)
18702024-11-06T07:56:34.672Z consumes: bootstrap-agent-client
18712024-11-06T07:56:34.672Z consumes: ddm-admin-client
18722024-11-06T07:56:34.672Z consumes: dpd-client
18732024-11-06T07:56:34.672Z consumes: gateway-client
18742024-11-06T07:56:34.672Z
18752024-11-06T07:56:34.672Zinstallinator (omicron/installinator)
18762024-11-06T07:56:34.672Z consumes: ddm-admin-client
18772024-11-06T07:56:34.672Z consumes: installinator-client
18782024-11-06T07:56:34.672Z
18792024-11-06T07:56:34.672Zomicron-nexus (omicron/nexus)
18802024-11-06T07:56:34.672Z exposes: Nexus Internal API (client = nexus-client)
18812024-11-06T07:56:34.672Z exposes: External API (client = oxide-client)
18822024-11-06T07:56:34.676Z consumes: clickhouse-admin-keeper-client
18832024-11-06T07:56:34.676Z consumes: clickhouse-admin-server-client
18842024-11-06T07:56:34.676Z consumes: cockroach-admin-client
18852024-11-06T07:56:34.676Z consumes: crucible-agent-client
18862024-11-06T07:56:34.676Z consumes: crucible-pantry-client
18872024-11-06T07:56:34.676Z consumes: dns-service-client
18882024-11-06T07:56:34.676Z consumes: dpd-client
18892024-11-06T07:56:34.676Z consumes: gateway-client
18902024-11-06T07:56:34.676Z consumes: mg-admin-client
18912024-11-06T07:56:34.676Z consumes: nexus-client
18922024-11-06T07:56:34.676Z consumes: oximeter-client
18932024-11-06T07:56:34.676Z consumes: propolis-client
18942024-11-06T07:56:34.676Z consumes: sled-agent-client
18952024-11-06T07:56:34.676Z
18962024-11-06T07:56:34.676Zoximeter-collector (omicron/oximeter/collector)
18972024-11-06T07:56:34.676Z exposes: Oximeter (client = oximeter-client)
18982024-11-06T07:56:34.679Z consumes: nexus-client
18992024-11-06T07:56:34.679Z
19002024-11-06T07:56:34.799Z
19012024-11-06T07:56:34.801Zreal 5.401336810
19022024-11-06T07:56:34.802Zuser 4.346999471
19032024-11-06T07:56:34.802Zsys 1.624964174
19042024-11-06T07:56:34.802Ztrap 0.000364804
19052024-11-06T07:56:34.802Ztflt 0.000000000
19062024-11-06T07:56:34.802Zdflt 0.000049272
19072024-11-06T07:56:34.802Zkflt 0.000000000
19082024-11-06T07:56:34.802Zlock 0.002013229
19092024-11-06T07:56:34.802Zslp 9.961775941
19102024-11-06T07:56:34.802Zlat 0.008033701
19112024-11-06T07:56:34.802Zstop 0.069206589
19122024-11-06T07:56:34.802Z+ banner build
19132024-11-06T07:56:34.805Z
19142024-11-06T07:56:34.805Z ##### # # # # #####
19152024-11-06T07:56:34.805Z # # # # # # # #
19162024-11-06T07:56:34.805Z ##### # # # # # #
19172024-11-06T07:56:34.805Z # # # # # # # #
19182024-11-06T07:56:34.805Z # # # # # # # #
19192024-11-06T07:56:34.805Z ##### #### # ###### #####
19202024-11-06T07:56:34.805Z
19212024-11-06T07:56:34.805Z+ export 'RUSTFLAGS=-D warnings'
19222024-11-06T07:56:34.805Z+ RUSTFLAGS='-D warnings'
19232024-11-06T07:56:34.805Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
19242024-11-06T07:56:34.806Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
19252024-11-06T07:56:34.806Z+ [[ illumos == \i\l\l\u\m\o\s ]]
19262024-11-06T07:56:34.806Z+ RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
19272024-11-06T07:56:34.806Z+ export TMPDIR=/var/tmp/omicron_tmp
19282024-11-06T07:56:34.806Z+ TMPDIR=/var/tmp/omicron_tmp
19292024-11-06T07:56:34.806Z+ export RUST_BACKTRACE=1
19302024-11-06T07:56:34.806Z+ RUST_BACKTRACE=1
19312024-11-06T07:56:34.806Z+ export CARGO_INCREMENTAL=0
19322024-11-06T07:56:34.806Z+ CARGO_INCREMENTAL=0
19332024-11-06T07:56:34.806Z+ export RUSTC_BOOTSTRAP=1
19342024-11-06T07:56:34.806Z+ RUSTC_BOOTSTRAP=1
19352024-11-06T07:56:34.806Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
19362024-11-06T07:56:36.411Z Dirty proc-macro2 v1.0.87: the rustflags changed
19372024-11-06T07:56:36.411Z Compiling proc-macro2 v1.0.87
19382024-11-06T07:56:36.411Z Dirty unicode-ident v1.0.13: the rustflags changed
19392024-11-06T07:56:36.411Z Compiling unicode-ident v1.0.13
19402024-11-06T07:56:36.411Z Dirty libc v0.2.161: the rustflags changed
19412024-11-06T07:56:36.411Z Compiling libc v0.2.161
19422024-11-06T07:56:36.415Z Dirty cfg-if v1.0.0: the rustflags changed
19432024-11-06T07:56:36.415Z Compiling cfg-if v1.0.0
19442024-11-06T07:56:36.415Z Dirty serde v1.0.210: the rustflags changed
19452024-11-06T07:56:36.415Z Compiling serde v1.0.210
19462024-11-06T07:56:36.415Z Dirty autocfg v1.4.0: the rustflags changed
19472024-11-06T07:56:36.415Z Compiling autocfg v1.4.0
19482024-11-06T07:56:36.415Z Dirty memchr v2.7.4: the rustflags changed
19492024-11-06T07:56:36.415Z Compiling memchr v2.7.4
19502024-11-06T07:56:36.415Z Dirty version_check v0.9.5: the rustflags changed
19512024-11-06T07:56:36.415Z Compiling version_check v0.9.5
19522024-11-06T07:56:36.415Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.87/build.rs --error-format=json --json=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=85060b19412e68a0 -C extra-filename=-85060b19412e68a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-85060b19412e68a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19532024-11-06T07:56:36.415Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.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=173a1241f5d67181 -C extra-filename=-173a1241f5d67181 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19542024-11-06T07:56:36.415Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.161/build.rs --error-format=json --json=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=272ab7884e0b53f6 -C extra-filename=-272ab7884e0b53f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-272ab7884e0b53f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19552024-11-06T07:56:36.415Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=3a9f8848cb985fb5 -C extra-filename=-3a9f8848cb985fb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19562024-11-06T07:56:36.415Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.210/build.rs --error-format=json --json=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=b40bed4ab477ed2f -C extra-filename=-b40bed4ab477ed2f --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-b40bed4ab477ed2f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19572024-11-06T07:56:36.572Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9cfbfcf28d644455 -C extra-filename=-9cfbfcf28d644455 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19582024-11-06T07:56:36.574Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=67e0a46ec2bfb252 -C extra-filename=-67e0a46ec2bfb252 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19592024-11-06T07:56:36.583Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe20cb8cb0cd687a -C extra-filename=-fe20cb8cb0cd687a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19602024-11-06T07:56:36.709Z Dirty value-bag v1.9.0: the rustflags changed
19612024-11-06T07:56:36.709Z Compiling value-bag v1.9.0
19622024-11-06T07:56:36.733Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name value_bag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/value-bag-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="inline-i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "error", "inline-i128", "owned", "seq", "serde", "serde1", "std", "sval", "sval2", "test", "value-bag-serde1", "value-bag-sval2"))' -C metadata=4b9018a8ed9f6852 -C extra-filename=-4b9018a8ed9f6852 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19632024-11-06T07:56:36.770Z Dirty scopeguard v1.2.0: the rustflags changed
19642024-11-06T07:56:36.770Z Compiling scopeguard v1.2.0
19652024-11-06T07:56:36.772Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=79a4fa8b8c133532 -C extra-filename=-79a4fa8b8c133532 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19662024-11-06T07:56:36.948Z Dirty once_cell v1.20.2: the rustflags changed
19672024-11-06T07:56:36.948Z Compiling once_cell v1.20.2
19682024-11-06T07:56:36.950Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=0c8674b965abf4ac -C extra-filename=-0c8674b965abf4ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19692024-11-06T07:56:37.159Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-b40bed4ab477ed2f/build-script-build`
19702024-11-06T07:56:37.205Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-85060b19412e68a0/build-script-build`
19712024-11-06T07:56:37.238Z Dirty log v0.4.22: the rustflags changed
19722024-11-06T07:56:37.238Z Compiling log v0.4.22
19732024-11-06T07:56:37.270Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="kv"' --cfg 'feature="kv_unstable"' --cfg 'feature="std"' --cfg 'feature="value-bag"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=81e3e574966e5fac -C extra-filename=-81e3e574966e5fac --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-4b9018a8ed9f6852.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19742024-11-06T07:56:37.359Z Dirty itoa v1.0.11: the rustflags changed
19752024-11-06T07:56:37.359Z Compiling itoa v1.0.11
19762024-11-06T07:56:37.361Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=2e2f4eb969836d3f -C extra-filename=-2e2f4eb969836d3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19772024-11-06T07:56:37.383Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-272ab7884e0b53f6/build-script-build`
19782024-11-06T07:56:37.411Z Dirty byteorder v1.5.0: the rustflags changed
19792024-11-06T07:56:37.411Z Compiling byteorder v1.5.0
19802024-11-06T07:56:37.413Z Dirty smallvec v1.13.2: the rustflags changed
19812024-11-06T07:56:37.414Z Compiling smallvec v1.13.2
19822024-11-06T07:56:37.414Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=e24dfd866924e567 -C extra-filename=-e24dfd866924e567 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19832024-11-06T07:56:37.430Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=8fb7374548f1bc5f -C extra-filename=-8fb7374548f1bc5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19842024-11-06T07:56:37.490Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.161/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=5e430ebab9bd9caf -C extra-filename=-5e430ebab9bd9caf --out-dir /work/oxidecomputer/omicron/target/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_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time64)' --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_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --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"))'`
19852024-11-06T07:56:37.611Z Dirty pin-project-lite v0.2.14: the rustflags changed
19862024-11-06T07:56:37.611Z Compiling pin-project-lite v0.2.14
19872024-11-06T07:56:37.641Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a362daa557157f0a -C extra-filename=-a362daa557157f0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19882024-11-06T07:56:37.647Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.87/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=d3cc06d503e9c7a6 -C extra-filename=-d3cc06d503e9c7a6 --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-173a1241f5d67181.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)'`
19892024-11-06T07:56:37.741Z Dirty lock_api v0.4.12: the rustflags changed
19902024-11-06T07:56:37.741Z Compiling lock_api v0.4.12
19912024-11-06T07:56:37.744Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=8d2c992c4324e299 -C extra-filename=-8d2c992c4324e299 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-8d2c992c4324e299 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-9cfbfcf28d644455.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19922024-11-06T07:56:37.763Z Dirty subtle v2.6.1: the rustflags changed
19932024-11-06T07:56:37.763Z Compiling subtle v2.6.1
19942024-11-06T07:56:37.783Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=00085ad90001767c -C extra-filename=-00085ad90001767c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19952024-11-06T07:56:37.846Z Dirty thiserror v1.0.64: the rustflags changed
19962024-11-06T07:56:37.846Z Compiling thiserror v1.0.64
19972024-11-06T07:56:37.849Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/build.rs --error-format=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=79da5c9c8ae8430c -C extra-filename=-79da5c9c8ae8430c --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-79da5c9c8ae8430c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19982024-11-06T07:56:37.886Z Dirty parking_lot_core v0.9.10: the rustflags changed
19992024-11-06T07:56:37.886Z Compiling parking_lot_core v0.9.10
20002024-11-06T07:56:37.888Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=85af3dfa215d34d3 -C extra-filename=-85af3dfa215d34d3 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-85af3dfa215d34d3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20012024-11-06T07:56:38.082Z Dirty typenum v1.17.0: the rustflags changed
20022024-11-06T07:56:38.082Z Compiling typenum v1.17.0
20032024-11-06T07:56:38.111Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=aeda8bd8a58f9e5d -C extra-filename=-aeda8bd8a58f9e5d --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-aeda8bd8a58f9e5d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20042024-11-06T07:56:38.121Z Dirty allocator-api2 v0.2.18: the rustflags changed
20052024-11-06T07:56:38.121Z Compiling allocator-api2 v0.2.18
20062024-11-06T07:56:38.123Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=078c021b779ee5b6 -C extra-filename=-078c021b779ee5b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20072024-11-06T07:56:38.150Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-8d2c992c4324e299/build-script-build`
20082024-11-06T07:56:38.176Z Dirty shlex v1.3.0: the rustflags changed
20092024-11-06T07:56:38.176Z Compiling shlex v1.3.0
20102024-11-06T07:56:38.216Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6765ee8c9d89c9cf -C extra-filename=-6765ee8c9d89c9cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20112024-11-06T07:56:38.321Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=65827c51d8b26ea9 -C extra-filename=-65827c51d8b26ea9 --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-79a4fa8b8c133532.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
20122024-11-06T07:56:38.408Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-85af3dfa215d34d3/build-script-build`
20132024-11-06T07:56:38.449Z Dirty generic-array v0.14.7: the rustflags changed
20142024-11-06T07:56:38.449Z Compiling generic-array v0.14.7
20152024-11-06T07:56:38.449Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=d49fc365cc84720e -C extra-filename=-d49fc365cc84720e --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-d49fc365cc84720e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fe20cb8cb0cd687a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20162024-11-06T07:56:38.508Z Dirty quote v1.0.37: the rustflags changed
20172024-11-06T07:56:38.508Z Compiling quote v1.0.37
20182024-11-06T07:56:38.511Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=144da2b2ea42a1d0 -C extra-filename=-144da2b2ea42a1d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20192024-11-06T07:56:38.647Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-79da5c9c8ae8430c/build-script-build`
20202024-11-06T07:56:38.813Z Dirty getrandom v0.2.15: the rustflags changed
20212024-11-06T07:56:38.813Z Compiling getrandom v0.2.15
20222024-11-06T07:56:38.816Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=590053dba71050d7 -C extra-filename=-590053dba71050d7 --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-3a9f8848cb985fb5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20232024-11-06T07:56:38.871Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=632b174ee59aabf8 -C extra-filename=-632b174ee59aabf8 --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-3a9f8848cb985fb5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-8fb7374548f1bc5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20242024-11-06T07:56:38.950Z Dirty syn v2.0.79: the rustflags changed
20252024-11-06T07:56:38.950Z Compiling syn v2.0.79
20262024-11-06T07:56:38.953Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.79/src/lib.rs --error-format=json --json=diagnostic-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=49c5bb9f5371ddd1 -C extra-filename=-49c5bb9f5371ddd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-173a1241f5d67181.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20272024-11-06T07:56:38.984Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-d49fc365cc84720e/build-script-build`
20282024-11-06T07:56:39.069Z Dirty rand_core v0.6.4: the rustflags changed
20292024-11-06T07:56:39.069Z Compiling rand_core v0.6.4
20302024-11-06T07:56:39.073Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=4d1a5cb9c29a1e88 -C extra-filename=-4d1a5cb9c29a1e88 --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-590053dba71050d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20312024-11-06T07:56:39.097Z Dirty jobserver v0.1.32: the rustflags changed
20322024-11-06T07:56:39.097Z Compiling jobserver v0.1.32
20332024-11-06T07:56:39.099Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5abb0df4b20b6ee2 -C extra-filename=-5abb0df4b20b6ee2 --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20342024-11-06T07:56:39.191Z Dirty futures-core v0.3.31: the rustflags changed
20352024-11-06T07:56:39.191Z Compiling futures-core v0.3.31
20362024-11-06T07:56:39.194Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --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"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=b5918c7bb1241671 -C extra-filename=-b5918c7bb1241671 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20372024-11-06T07:56:39.219Z Dirty ryu v1.0.18: the rustflags changed
20382024-11-06T07:56:39.219Z Compiling ryu v1.0.18
20392024-11-06T07:56:39.223Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=7e404b692f4fc795 -C extra-filename=-7e404b692f4fc795 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20402024-11-06T07:56:39.249Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-aeda8bd8a58f9e5d/build-script-main`
20412024-11-06T07:56:39.392Z Dirty parking_lot v0.12.3: the rustflags changed
20422024-11-06T07:56:39.392Z Compiling parking_lot v0.12.3
20432024-11-06T07:56:39.396Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=278271ef528ea378 -C extra-filename=-278271ef528ea378 --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-65827c51d8b26ea9.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-632b174ee59aabf8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20442024-11-06T07:56:39.461Z Dirty cc v1.1.30: the rustflags changed
20452024-11-06T07:56:39.461Z Compiling cc v1.1.30
20462024-11-06T07:56:39.463Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.1.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=c92522b5f64ce473 -C extra-filename=-c92522b5f64ce473 --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-5abb0df4b20b6ee2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-6765ee8c9d89c9cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20472024-11-06T07:56:39.507Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=328a86a25ec28f1d -C extra-filename=-328a86a25ec28f1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20482024-11-06T07:56:39.511Z Dirty signal-hook-registry v1.4.2: the rustflags changed
20492024-11-06T07:56:39.511Z Compiling signal-hook-registry v1.4.2
20502024-11-06T07:56:39.514Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=16475f3d81a69a38 -C extra-filename=-16475f3d81a69a38 --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20512024-11-06T07:56:39.569Z Dirty libm v0.2.8: the rustflags changed
20522024-11-06T07:56:39.569Z Compiling libm v0.2.8
20532024-11-06T07:56:39.572Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=7eef29719702a76f -C extra-filename=-7eef29719702a76f --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-7eef29719702a76f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20542024-11-06T07:56:39.609Z Dirty num-traits v0.2.19: the rustflags changed
20552024-11-06T07:56:39.609Z Compiling num-traits v0.2.19
20562024-11-06T07:56:39.612Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=22eb67a210682feb -C extra-filename=-22eb67a210682feb --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-22eb67a210682feb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-9cfbfcf28d644455.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20572024-11-06T07:56:39.963Z Dirty foldhash v0.1.3: the rustflags changed
20582024-11-06T07:56:39.963Z Compiling foldhash v0.1.3
20592024-11-06T07:56:39.963Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foldhash-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=57892c4e6e474adf -C extra-filename=-57892c4e6e474adf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20602024-11-06T07:56:39.994Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-7eef29719702a76f/build-script-build`
20612024-11-06T07:56:40.021Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-22eb67a210682feb/build-script-build`
20622024-11-06T07:56:40.057Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=2f9c9ac03fc1d9d2 -C extra-filename=-2f9c9ac03fc1d9d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20632024-11-06T07:56:40.258Z Dirty equivalent v1.0.1: the rustflags changed
20642024-11-06T07:56:40.258Z Compiling equivalent v1.0.1
20652024-11-06T07:56:40.282Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b693cdb7e3ed16ab -C extra-filename=-b693cdb7e3ed16ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20662024-11-06T07:56:40.287Z Dirty mio v1.0.2: the rustflags changed
20672024-11-06T07:56:40.287Z Compiling mio v1.0.2
20682024-11-06T07:56:40.290Z Dirty serde_json v1.0.128: the rustflags changed
20692024-11-06T07:56:40.290Z Compiling serde_json v1.0.128
20702024-11-06T07:56:40.290Z Dirty spin v0.9.8: the rustflags changed
20712024-11-06T07:56:40.290Z Compiling spin v0.9.8
20722024-11-06T07:56:40.290Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --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"))' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' -C metadata=37e4304872f28ac3 -C extra-filename=-37e4304872f28ac3 --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-5e430ebab9bd9caf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20732024-11-06T07:56:40.310Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/build.rs --error-format=json --json=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=230c49bc7785aa09 -C extra-filename=-230c49bc7785aa09 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-230c49bc7785aa09 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20742024-11-06T07:56:40.312Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=4e5ab92ea1014325 -C extra-filename=-4e5ab92ea1014325 --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-65827c51d8b26ea9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20752024-11-06T07:56:40.386Z Dirty hashbrown v0.15.0: the rustflags changed
20762024-11-06T07:56:40.386Z Compiling hashbrown v0.15.0
20772024-11-06T07:56:40.389Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-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="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", "borsh", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=12263ebdd16de34d -C extra-filename=-12263ebdd16de34d --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-078c021b779ee5b6.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-b693cdb7e3ed16ab.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-57892c4e6e474adf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20782024-11-06T07:56:40.693Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-230c49bc7785aa09/build-script-build`
20792024-11-06T07:56:40.720Z Dirty fnv v1.0.7: the rustflags changed
20802024-11-06T07:56:40.720Z Compiling fnv v1.0.7
20812024-11-06T07:56:40.723Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=562dd616f443bd7a -C extra-filename=-562dd616f443bd7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20822024-11-06T07:56:40.746Z Dirty socket2 v0.5.7: the rustflags changed
20832024-11-06T07:56:40.746Z Compiling socket2 v0.5.7
20842024-11-06T07:56:40.748Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=0e1e3b5e94906ac0 -C extra-filename=-0e1e3b5e94906ac0 --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20852024-11-06T07:56:40.856Z Dirty slab v0.4.9: the rustflags changed
20862024-11-06T07:56:40.856Z Compiling slab v0.4.9
20872024-11-06T07:56:40.858Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=62a329a3b6faa14a -C extra-filename=-62a329a3b6faa14a --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-62a329a3b6faa14a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-9cfbfcf28d644455.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20882024-11-06T07:56:40.880Z Dirty futures-io v0.3.31: the rustflags changed
20892024-11-06T07:56:40.880Z Compiling futures-io v0.3.31
20902024-11-06T07:56:40.892Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=ae42e329c8d69c33 -C extra-filename=-ae42e329c8d69c33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20912024-11-06T07:56:41.292Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=6660e290b0adf5ff -C extra-filename=-6660e290b0adf5ff --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-2f9c9ac03fc1d9d2.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)'`
20922024-11-06T07:56:41.297Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-62a329a3b6faa14a/build-script-build`
20932024-11-06T07:56:41.459Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=89b400fb2d230988 -C extra-filename=-89b400fb2d230988 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20942024-11-06T07:56:41.489Z Dirty const-oid v0.9.6: the rustflags changed
20952024-11-06T07:56:41.489Z Compiling const-oid v0.9.6
20962024-11-06T07:56:41.491Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=4774ceefd9811b02 -C extra-filename=-4774ceefd9811b02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20972024-11-06T07:56:41.524Z Dirty futures-sink v0.3.31: the rustflags changed
20982024-11-06T07:56:41.524Z Compiling futures-sink v0.3.31
20992024-11-06T07:56:41.526Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=df9c791ee9497e83 -C extra-filename=-df9c791ee9497e83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21002024-11-06T07:56:41.694Z Dirty regex-syntax v0.8.5: the rustflags changed
21012024-11-06T07:56:41.694Z Compiling regex-syntax v0.8.5
21022024-11-06T07:56:41.696Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=325b2837f6dab56c -C extra-filename=-325b2837f6dab56c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21032024-11-06T07:56:41.722Z Dirty aho-corasick v1.1.3: the rustflags changed
21042024-11-06T07:56:41.722Z Compiling aho-corasick v1.1.3
21052024-11-06T07:56:41.726Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=ec610d6212043b4f -C extra-filename=-ec610d6212043b4f --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-67e0a46ec2bfb252.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21062024-11-06T07:56:41.783Z Dirty pin-utils v0.1.0: the rustflags changed
21072024-11-06T07:56:41.783Z Compiling pin-utils v0.1.0
21082024-11-06T07:56:41.785Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c0e76bbe9c234d8a -C extra-filename=-c0e76bbe9c234d8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21092024-11-06T07:56:41.812Z Dirty cpufeatures v0.2.14: the rustflags changed
21102024-11-06T07:56:41.812Z Compiling cpufeatures v0.2.14
21112024-11-06T07:56:41.814Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=68208c04c9dfb23d -C extra-filename=-68208c04c9dfb23d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21122024-11-06T07:56:41.903Z Dirty pkg-config v0.3.31: the rustflags changed
21132024-11-06T07:56:41.903Z Compiling pkg-config v0.3.31
21142024-11-06T07:56:41.906Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7758a0649459c8d9 -C extra-filename=-7758a0649459c8d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21152024-11-06T07:56:41.930Z Dirty futures-channel v0.3.31: the rustflags changed
21162024-11-06T07:56:41.930Z Compiling futures-channel v0.3.31
21172024-11-06T07:56:41.930Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --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"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=bb45aa76554642b3 -C extra-filename=-bb45aa76554642b3 --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-b5918c7bb1241671.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df9c791ee9497e83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21182024-11-06T07:56:42.383Z Dirty futures-task v0.3.31: the rustflags changed
21192024-11-06T07:56:42.383Z Compiling futures-task v0.3.31
21202024-11-06T07:56:42.386Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=b2eb9c3ff2ae48fa -C extra-filename=-b2eb9c3ff2ae48fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21212024-11-06T07:56:42.708Z Dirty heck v0.5.0: the rustflags changed
21222024-11-06T07:56:42.708Z Compiling heck v0.5.0
21232024-11-06T07:56:42.710Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d3a2d607a5fdf8df -C extra-filename=-d3a2d607a5fdf8df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21242024-11-06T07:56:43.238Z Dirty rustix v0.38.37: the rustflags changed
21252024-11-06T07:56:43.238Z Compiling rustix v0.38.37
21262024-11-06T07:56:43.241Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --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"))' --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"))' -C metadata=e0bc6bc62d6438f1 -C extra-filename=-e0bc6bc62d6438f1 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-e0bc6bc62d6438f1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21272024-11-06T07:56:43.357Z Dirty errno v0.3.9: the rustflags changed
21282024-11-06T07:56:43.357Z Compiling errno v0.3.9
21292024-11-06T07:56:43.399Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=821a9b4151d268a7 -C extra-filename=-821a9b4151d268a7 --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21302024-11-06T07:56:43.401Z Dirty semver v1.0.23: the rustflags changed
21312024-11-06T07:56:43.402Z Compiling semver v1.0.23
21322024-11-06T07:56:43.404Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.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 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=98e583676e91f007 -C extra-filename=-98e583676e91f007 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-98e583676e91f007 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21332024-11-06T07:56:43.481Z Dirty iana-time-zone v0.1.61: the rustflags changed
21342024-11-06T07:56:43.481Z Compiling iana-time-zone v0.1.61
21352024-11-06T07:56:43.484Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.61/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=3bfbe37480da92fc -C extra-filename=-3bfbe37480da92fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21362024-11-06T07:56:43.569Z Dirty tracing-core v0.1.32: the rustflags changed
21372024-11-06T07:56:43.569Z Compiling tracing-core v0.1.32
21382024-11-06T07:56:43.571Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=5083f1ca097344db -C extra-filename=-5083f1ca097344db --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-0c8674b965abf4ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21392024-11-06T07:56:43.613Z Dirty syn v1.0.109: the rustflags changed
21402024-11-06T07:56:43.613Z Compiling syn v1.0.109
21412024-11-06T07:56:43.616Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=92f9ef77443292ec -C extra-filename=-92f9ef77443292ec --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-92f9ef77443292ec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21422024-11-06T07:56:43.965Z Dirty tinyvec_macros v0.1.1: the rustflags changed
21432024-11-06T07:56:43.965Z Compiling tinyvec_macros v0.1.1
21442024-11-06T07:56:43.968Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3524e34dfb71fbc5 -C extra-filename=-3524e34dfb71fbc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21452024-11-06T07:56:44.035Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-98e583676e91f007/build-script-build`
21462024-11-06T07:56:44.076Z Dirty tinyvec v1.8.0: the rustflags changed
21472024-11-06T07:56:44.076Z Compiling tinyvec v1.8.0
21482024-11-06T07:56:44.076Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "debugger_visualizer", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=4b5c7b8dd5a16f70 -C extra-filename=-4b5c7b8dd5a16f70 --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-3524e34dfb71fbc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21492024-11-06T07:56:44.113Z Dirty unicode-bidi v0.3.17: the rustflags changed
21502024-11-06T07:56:44.113Z Compiling unicode-bidi v0.3.17
21512024-11-06T07:56:44.115Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=b3bd218e77493777 -C extra-filename=-b3bd218e77493777 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21522024-11-06T07:56:44.142Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-e0bc6bc62d6438f1/build-script-build`
21532024-11-06T07:56:44.339Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-92f9ef77443292ec/build-script-build`
21542024-11-06T07:56:44.425Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=a5d19bab82be3de2 -C extra-filename=-a5d19bab82be3de2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-173a1241f5d67181.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
21552024-11-06T07:56:44.462Z Dirty percent-encoding v2.3.1: the rustflags changed
21562024-11-06T07:56:44.462Z Compiling percent-encoding v2.3.1
21572024-11-06T07:56:44.464Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d4f3330b78c89d7d -C extra-filename=-d4f3330b78c89d7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21582024-11-06T07:56:44.857Z Dirty dyn-clone v1.0.17: the rustflags changed
21592024-11-06T07:56:44.857Z Compiling dyn-clone v1.0.17
21602024-11-06T07:56:44.859Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1c6a03413b0b3797 -C extra-filename=-1c6a03413b0b3797 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21612024-11-06T07:56:44.897Z Dirty schemars v0.8.21: the rustflags changed
21622024-11-06T07:56:44.897Z Compiling schemars v0.8.21
21632024-11-06T07:56:44.900Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=d72461259651e58e -C extra-filename=-d72461259651e58e --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-d72461259651e58e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21642024-11-06T07:56:45.096Z Dirty vcpkg v0.2.15: the rustflags changed
21652024-11-06T07:56:45.096Z Compiling vcpkg v0.2.15
21662024-11-06T07:56:45.143Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7dd77e83823b2403 -C extra-filename=-7dd77e83823b2403 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21672024-11-06T07:56:45.342Z Dirty regex-automata v0.4.8: the rustflags changed
21682024-11-06T07:56:45.342Z Compiling regex-automata v0.4.8
21692024-11-06T07:56:45.344Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=f1e3a7c04597f989 -C extra-filename=-f1e3a7c04597f989 --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-ec610d6212043b4f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-325b2837f6dab56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21702024-11-06T07:56:45.472Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-d72461259651e58e/build-script-build`
21712024-11-06T07:56:45.511Z Dirty form_urlencoded v1.2.1: the rustflags changed
21722024-11-06T07:56:45.511Z Compiling form_urlencoded v1.2.1
21732024-11-06T07:56:45.514Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=54f603217e16f814 -C extra-filename=-54f603217e16f814 --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-d4f3330b78c89d7d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21742024-11-06T07:56:45.620Z Dirty unicode-normalization v0.1.24: the rustflags changed
21752024-11-06T07:56:45.620Z Compiling unicode-normalization v0.1.24
21762024-11-06T07:56:45.623Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=365aa1a7c82b17a1 -C extra-filename=-365aa1a7c82b17a1 --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-4b5c7b8dd5a16f70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21772024-11-06T07:56:45.835Z Dirty crossbeam-utils v0.8.20: the rustflags changed
21782024-11-06T07:56:45.836Z Compiling crossbeam-utils v0.8.20
21792024-11-06T07:56:45.838Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=67dd9b403c81ed30 -C extra-filename=-67dd9b403c81ed30 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-67dd9b403c81ed30 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21802024-11-06T07:56:46.538Z Dirty serde_derive_internals v0.29.1: the rustflags changed
21812024-11-06T07:56:46.539Z Compiling serde_derive_internals v0.29.1
21822024-11-06T07:56:46.541Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.29.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d31f76377cc5cb45 -C extra-filename=-d31f76377cc5cb45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21832024-11-06T07:56:46.739Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-67dd9b403c81ed30/build-script-build`
21842024-11-06T07:56:46.781Z Dirty httparse v1.9.5: the rustflags changed
21852024-11-06T07:56:46.781Z Compiling httparse v1.9.5
21862024-11-06T07:56:46.783Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.9.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' --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)' -C metadata=2cde08abbfc6e014 -C extra-filename=-2cde08abbfc6e014 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-2cde08abbfc6e014 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21872024-11-06T07:56:46.836Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=830fd7ccfcb0c526 -C extra-filename=-830fd7ccfcb0c526 --out-dir /work/oxidecomputer/omicron/target/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)'`
21882024-11-06T07:56:47.191Z Dirty ring v0.17.8: the rustflags changed
21892024-11-06T07:56:47.191Z Compiling ring v0.17.8
21902024-11-06T07:56:47.193Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' --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=f986f6d4d477ccae -C extra-filename=-f986f6d4d477ccae --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-f986f6d4d477ccae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c92522b5f64ce473.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21912024-11-06T07:56:47.691Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-2cde08abbfc6e014/build-script-build`
21922024-11-06T07:56:47.776Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' --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)' -C metadata=5d8a463318a86900 -C extra-filename=-5d8a463318a86900 --out-dir /work/oxidecomputer/omicron/target/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`
21932024-11-06T07:56:48.089Z Dirty idna v0.5.0: the rustflags changed
21942024-11-06T07:56:48.090Z Compiling idna v0.5.0
21952024-11-06T07:56:48.100Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=a830dcb06e464ecd -C extra-filename=-a830dcb06e464ecd --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-b3bd218e77493777.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-365aa1a7c82b17a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21962024-11-06T07:56:48.164Z Dirty adler2 v2.0.0: the rustflags changed
21972024-11-06T07:56:48.164Z Compiling adler2 v2.0.0
21982024-11-06T07:56:48.167Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler2-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=1f80b82e970a64b6 -C extra-filename=-1f80b82e970a64b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21992024-11-06T07:56:48.417Z Dirty miniz_oxide v0.8.0: the rustflags changed
22002024-11-06T07:56:48.418Z Compiling miniz_oxide v0.8.0
22012024-11-06T07:56:48.420Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --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"))' --check-cfg 'cfg(fuzzing)' -C metadata=0780a2bc915a4180 -C extra-filename=-0780a2bc915a4180 --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-1f80b82e970a64b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22022024-11-06T07:56:48.455Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-f986f6d4d477ccae/build-script-build`
22032024-11-06T07:56:48.599Z Dirty lazy_static v1.5.0: the rustflags changed
22042024-11-06T07:56:48.599Z Compiling lazy_static v1.5.0
22052024-11-06T07:56:48.601Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=802887cd43335884 -C extra-filename=-802887cd43335884 --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-4e5ab92ea1014325.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22062024-11-06T07:56:48.745Z Dirty untrusted v0.9.0: the rustflags changed
22072024-11-06T07:56:48.745Z Compiling untrusted v0.9.0
22082024-11-06T07:56:48.748Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f6565c5c75f6604f -C extra-filename=-f6565c5c75f6604f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22092024-11-06T07:56:48.937Z Dirty powerfmt v0.2.0: the rustflags changed
22102024-11-06T07:56:48.938Z Compiling powerfmt v0.2.0
22112024-11-06T07:56:48.942Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=1f85f9ae989c74c2 -C extra-filename=-1f85f9ae989c74c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22122024-11-06T07:56:49.141Z Dirty url v2.5.2: the rustflags changed
22132024-11-06T07:56:49.141Z Compiling url v2.5.2
22142024-11-06T07:56:49.144Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=3b9f39ea3ae51169 -C extra-filename=-3b9f39ea3ae51169 --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-54f603217e16f814.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-a830dcb06e464ecd.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-d4f3330b78c89d7d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22152024-11-06T07:56:49.333Z Dirty num-conv v0.1.0: the rustflags changed
22162024-11-06T07:56:49.333Z Compiling num-conv v0.1.0
22172024-11-06T07:56:49.335Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4ca1cd581bb258aa -C extra-filename=-4ca1cd581bb258aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22182024-11-06T07:56:49.628Z Dirty time-core v0.1.2: the rustflags changed
22192024-11-06T07:56:49.628Z Compiling time-core v0.1.2
22202024-11-06T07:56:49.631Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=37b79d50251167ab -C extra-filename=-37b79d50251167ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22212024-11-06T07:56:49.685Z Dirty base64ct v1.6.0: the rustflags changed
22222024-11-06T07:56:49.685Z Compiling base64ct v1.6.0
22232024-11-06T07:56:49.687Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=b84d62cfe5b37fff -C extra-filename=-b84d62cfe5b37fff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22242024-11-06T07:56:49.817Z Dirty atomic-waker v1.1.2: the rustflags changed
22252024-11-06T07:56:49.817Z Compiling atomic-waker v1.1.2
22262024-11-06T07:56:49.820Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=d6f71f9053019c8a -C extra-filename=-d6f71f9053019c8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22272024-11-06T07:56:49.957Z Dirty time-macros v0.2.18: the rustflags changed
22282024-11-06T07:56:49.957Z Compiling time-macros v0.2.18
22292024-11-06T07:56:49.960Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=3267e1ebc2fd832d -C extra-filename=-3267e1ebc2fd832d --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-4ca1cd581bb258aa.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-37b79d50251167ab.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22302024-11-06T07:56:50.020Z Dirty deranged v0.3.11: the rustflags changed
22312024-11-06T07:56:50.020Z Compiling deranged v0.3.11
22322024-11-06T07:56:50.023Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=0a2d667c2ea5fb8e -C extra-filename=-0a2d667c2ea5fb8e --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-1f85f9ae989c74c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22332024-11-06T07:56:50.336Z Dirty num_threads v0.1.7: the rustflags changed
22342024-11-06T07:56:50.336Z Compiling num_threads v0.1.7
22352024-11-06T07:56:50.338Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8ec21f56226f1f45 -C extra-filename=-8ec21f56226f1f45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22362024-11-06T07:56:50.448Z Dirty either v1.13.0: the rustflags changed
22372024-11-06T07:56:50.448Z Compiling either v1.13.0
22382024-11-06T07:56:50.451Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=4a9dc6afd4d7fafa -C extra-filename=-4a9dc6afd4d7fafa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22392024-11-06T07:56:50.886Z Dirty regex v1.11.0: the rustflags changed
22402024-11-06T07:56:50.886Z Compiling regex v1.11.0
22412024-11-06T07:56:50.889Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=956d5b2009c81213 -C extra-filename=-956d5b2009c81213 --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-ec610d6212043b4f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-f1e3a7c04597f989.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-325b2837f6dab56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22422024-11-06T07:56:50.913Z Dirty strsim v0.11.1: the rustflags changed
22432024-11-06T07:56:50.913Z Compiling strsim v0.11.1
22442024-11-06T07:56:50.913Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dcb55cc28a345ba7 -C extra-filename=-dcb55cc28a345ba7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22452024-11-06T07:56:51.815Z Dirty ahash v0.8.11: the rustflags changed
22462024-11-06T07:56:51.815Z Compiling ahash v0.8.11
22472024-11-06T07:56:51.817Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=eaff631ac002faae -C extra-filename=-eaff631ac002faae --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-eaff631ac002faae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fe20cb8cb0cd687a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22482024-11-06T07:56:51.936Z Dirty httpdate v1.0.3: the rustflags changed
22492024-11-06T07:56:51.936Z Compiling httpdate v1.0.3
22502024-11-06T07:56:51.939Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af67607d813e61c0 -C extra-filename=-af67607d813e61c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22512024-11-06T07:56:51.973Z Dirty try-lock v0.2.5: the rustflags changed
22522024-11-06T07:56:51.973Z Compiling try-lock v0.2.5
22532024-11-06T07:56:51.975Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5950bbcb251ff41f -C extra-filename=-5950bbcb251ff41f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22542024-11-06T07:56:52.120Z Dirty want v0.3.1: the rustflags changed
22552024-11-06T07:56:52.120Z Compiling want v0.3.1
22562024-11-06T07:56:52.123Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ce75b7221b83514b -C extra-filename=-ce75b7221b83514b --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-5950bbcb251ff41f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22572024-11-06T07:56:52.234Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-eaff631ac002faae/build-script-build`
22582024-11-06T07:56:52.317Z Dirty rustls-pki-types v1.9.0: the rustflags changed
22592024-11-06T07:56:52.317Z Compiling rustls-pki-types v1.9.0
22602024-11-06T07:56:52.333Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=a3def94b599e812e -C extra-filename=-a3def94b599e812e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22612024-11-06T07:56:52.383Z Dirty pem-rfc7468 v0.7.0: the rustflags changed
22622024-11-06T07:56:52.383Z Compiling pem-rfc7468 v0.7.0
22632024-11-06T07:56:52.407Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=5bba9131e5a5a9a7 -C extra-filename=-5bba9131e5a5a9a7 --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-b84d62cfe5b37fff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22642024-11-06T07:56:52.424Z Dirty base64 v0.22.1: the rustflags changed
22652024-11-06T07:56:52.424Z Compiling base64 v0.22.1
22662024-11-06T07:56:52.426Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=031d0c34245e6fe3 -C extra-filename=-031d0c34245e6fe3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22672024-11-06T07:56:52.649Z Dirty serde_derive v1.0.210: the rustflags changed
22682024-11-06T07:56:52.649Z Compiling serde_derive v1.0.210
22692024-11-06T07:56:52.652Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.210/src/lib.rs --error-format=json --json=diagnostic-rendered-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=e5552635b571d05f -C extra-filename=-e5552635b571d05f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22702024-11-06T07:56:53.100Z Dirty zeroize_derive v1.4.2: the rustflags changed
22712024-11-06T07:56:53.100Z Compiling zeroize_derive v1.4.2
22722024-11-06T07:56:53.103Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1f126fa511f1c7ca -C extra-filename=-1f126fa511f1c7ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22732024-11-06T07:56:53.133Z Dirty thiserror-impl v1.0.64: the rustflags changed
22742024-11-06T07:56:53.133Z Compiling thiserror-impl v1.0.64
22752024-11-06T07:56:53.136Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.64/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --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=1319bb1810e7e7a0 -C extra-filename=-1319bb1810e7e7a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22762024-11-06T07:56:53.208Z Dirty zerocopy-derive v0.7.35: the rustflags changed
22772024-11-06T07:56:53.208Z Compiling zerocopy-derive v0.7.35
22782024-11-06T07:56:53.210Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ee7472bcf5eed286 -C extra-filename=-ee7472bcf5eed286 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22792024-11-06T07:56:53.440Z Dirty tokio-macros v2.4.0: the rustflags changed
22802024-11-06T07:56:53.440Z Compiling tokio-macros v2.4.0
22812024-11-06T07:56:53.443Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7e5878493990a260 -C extra-filename=-7e5878493990a260 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22822024-11-06T07:56:54.169Z Dirty futures-macro v0.3.31: the rustflags changed
22832024-11-06T07:56:54.170Z Compiling futures-macro v0.3.31
22842024-11-06T07:56:54.173Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(futures_sanitizer)' -C metadata=b01ec0607f15867b -C extra-filename=-b01ec0607f15867b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22852024-11-06T07:56:54.816Z Dirty zeroize v1.8.1: the rustflags changed
22862024-11-06T07:56:54.816Z Compiling zeroize v1.8.1
22872024-11-06T07:56:54.818Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=8d3af01ce68ce958 -C extra-filename=-8d3af01ce68ce958 --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-1f126fa511f1c7ca.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22882024-11-06T07:56:55.216Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=1bf707952bf72afc -C extra-filename=-1bf707952bf72afc --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-328a86a25ec28f1d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
22892024-11-06T07:56:55.242Z Dirty tracing-attributes v0.1.27: the rustflags changed
22902024-11-06T07:56:55.242Z Compiling tracing-attributes v0.1.27
22912024-11-06T07:56:55.245Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=5688d755582bc9f5 -C extra-filename=-5688d755582bc9f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22922024-11-06T07:56:55.618Z Dirty zerocopy v0.7.35: the rustflags changed
22932024-11-06T07:56:55.618Z Compiling zerocopy v0.7.35
22942024-11-06T07:56:55.621Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=65ce327e1c84bc7e -C extra-filename=-65ce327e1c84bc7e --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-e24dfd866924e567.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-ee7472bcf5eed286.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22952024-11-06T07:56:56.262Z Dirty futures-util v0.3.31: the rustflags changed
22962024-11-06T07:56:56.262Z Compiling futures-util v0.3.31
22972024-11-06T07:56:56.264Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --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"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=4d996534faf1d453 -C extra-filename=-4d996534faf1d453 --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-bb45aa76554642b3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ae42e329c8d69c33.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-b01ec0607f15867b.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df9c791ee9497e83.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2eb9c3ff2ae48fa.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-c0e76bbe9c234d8a.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-89b400fb2d230988.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22982024-11-06T07:56:56.469Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e6b2108c6fa77141 -C extra-filename=-e6b2108c6fa77141 --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-1319bb1810e7e7a0.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)'`
22992024-11-06T07:56:56.647Z Dirty schemars_derive v0.8.21: the rustflags changed
23002024-11-06T07:56:56.647Z Compiling schemars_derive v0.8.21
23012024-11-06T07:56:56.649Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dce65c141f01ff1c -C extra-filename=-dce65c141f01ff1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-d31f76377cc5cb45.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23022024-11-06T07:56:56.757Z Dirty crypto-common v0.1.6: the rustflags changed
23032024-11-06T07:56:56.757Z Compiling crypto-common v0.1.6
23042024-11-06T07:56:56.760Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=d784a9f2661e9bce -C extra-filename=-d784a9f2661e9bce --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-1bf707952bf72afc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-328a86a25ec28f1d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23052024-11-06T07:56:57.019Z Dirty block-buffer v0.10.4: the rustflags changed
23062024-11-06T07:56:57.019Z Compiling block-buffer v0.10.4
23072024-11-06T07:56:57.022Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=904ebb0964b7459e -C extra-filename=-904ebb0964b7459e --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-1bf707952bf72afc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23082024-11-06T07:56:57.161Z Dirty ppv-lite86 v0.2.20: the rustflags changed
23092024-11-06T07:56:57.161Z Compiling ppv-lite86 v0.2.20
23102024-11-06T07:56:57.163Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=5c49fbb69bb8f904 -C extra-filename=-5c49fbb69bb8f904 --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-65ce327e1c84bc7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23112024-11-06T07:56:57.240Z Dirty block-padding v0.3.3: the rustflags changed
23122024-11-06T07:56:57.240Z Compiling block-padding v0.3.3
23132024-11-06T07:56:57.242Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=b45d5f40f97f3d22 -C extra-filename=-b45d5f40f97f3d22 --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-1bf707952bf72afc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23142024-11-06T07:56:57.308Z Dirty digest v0.10.7: the rustflags changed
23152024-11-06T07:56:57.308Z Compiling digest v0.10.7
23162024-11-06T07:56:57.311Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=14c62e65ff922fd4 -C extra-filename=-14c62e65ff922fd4 --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-904ebb0964b7459e.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-4774ceefd9811b02.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-d784a9f2661e9bce.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23172024-11-06T07:56:57.523Z Dirty inout v0.1.3: the rustflags changed
23182024-11-06T07:56:57.523Z Compiling inout v0.1.3
23192024-11-06T07:56:57.525Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=a5aa95a529ec771a -C extra-filename=-a5aa95a529ec771a --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-b45d5f40f97f3d22.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1bf707952bf72afc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23202024-11-06T07:56:57.599Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' --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=3acb9ca4c018b540 -C extra-filename=-3acb9ca4c018b540 --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-3a9f8848cb985fb5.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-590053dba71050d7.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4e5ab92ea1014325.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-f6565c5c75f6604f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
23212024-11-06T07:56:57.829Z Dirty cipher v0.4.4: the rustflags changed
23222024-11-06T07:56:57.829Z Compiling cipher v0.4.4
23232024-11-06T07:56:57.832Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=70cb51caf15fac61 -C extra-filename=-70cb51caf15fac61 --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-d784a9f2661e9bce.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-a5aa95a529ec771a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23242024-11-06T07:56:57.858Z Dirty hmac v0.12.1: the rustflags changed
23252024-11-06T07:56:57.858Z Compiling hmac v0.12.1
23262024-11-06T07:56:57.886Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=3716f9bff5f1ecbe -C extra-filename=-3716f9bff5f1ecbe --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-14c62e65ff922fd4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23272024-11-06T07:56:58.064Z Dirty rand_chacha v0.3.1: the rustflags changed
23282024-11-06T07:56:58.064Z Compiling rand_chacha v0.3.1
23292024-11-06T07:56:58.066Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=c6397b142e62362c -C extra-filename=-c6397b142e62362c --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-5c49fbb69bb8f904.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23302024-11-06T07:56:58.122Z Dirty sha2 v0.10.8: the rustflags changed
23312024-11-06T07:56:58.122Z Compiling sha2 v0.10.8
23322024-11-06T07:56:58.125Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=e4d54c27a8484378 -C extra-filename=-e4d54c27a8484378 --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-3a9f8848cb985fb5.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-68208c04c9dfb23d.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-14c62e65ff922fd4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23332024-11-06T07:56:58.432Z Dirty time v0.3.36: the rustflags changed
23342024-11-06T07:56:58.432Z Compiling time v0.3.36
23352024-11-06T07:56:58.436Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=b7ea25faceb1c102 -C extra-filename=-b7ea25faceb1c102 --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-0a2d667c2ea5fb8e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-2e2f4eb969836d3f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-4ca1cd581bb258aa.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-8ec21f56226f1f45.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-1f85f9ae989c74c2.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-37b79d50251167ab.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-3267e1ebc2fd832d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23362024-11-06T07:56:59.133Z Dirty tracing v0.1.40: the rustflags changed
23372024-11-06T07:56:59.133Z Compiling tracing v0.1.40
23382024-11-06T07:56:59.135Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=0b9ddd1e546431a8 -C extra-filename=-0b9ddd1e546431a8 --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-81e3e574966e5fac.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-5688d755582bc9f5.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-5083f1ca097344db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23392024-11-06T07:56:59.676Z Dirty rand v0.8.5: the rustflags changed
23402024-11-06T07:56:59.676Z Compiling rand v0.8.5
23412024-11-06T07:56:59.680Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=4a487f61bb67ee42 -C extra-filename=-4a487f61bb67ee42 --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-5e430ebab9bd9caf.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c6397b142e62362c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23422024-11-06T07:57:00.081Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=3a57e7e4e88d8557 -C extra-filename=-3a57e7e4e88d8557 --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-3a9f8848cb985fb5.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-590053dba71050d7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-65ce327e1c84bc7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
23432024-11-06T07:57:00.423Z Dirty gimli v0.31.1: the rustflags changed
23442024-11-06T07:57:00.423Z Compiling gimli v0.31.1
23452024-11-06T07:57:00.426Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.31.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=a6bc639732af044d -C extra-filename=-a6bc639732af044d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23462024-11-06T07:57:00.686Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.210/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=269908bc00c83ab7 -C extra-filename=-269908bc00c83ab7 --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-e5552635b571d05f.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)'`
23472024-11-06T07:57:00.713Z Dirty slog v2.7.0: the rustflags changed
23482024-11-06T07:57:00.713Z Compiling slog v2.7.0
23492024-11-06T07:57:00.714Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=cd6cca163263a855 -C extra-filename=-cd6cca163263a855 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-cd6cca163263a855 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23502024-11-06T07:57:01.318Z Dirty tower-service v0.3.3: the rustflags changed
23512024-11-06T07:57:01.318Z Compiling tower-service v0.3.3
23522024-11-06T07:57:01.320Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3737aa8bd4a33f57 -C extra-filename=-3737aa8bd4a33f57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23532024-11-06T07:57:01.460Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-cd6cca163263a855/build-script-build`
23542024-11-06T07:57:01.500Z Dirty der_derive v0.7.3: the rustflags changed
23552024-11-06T07:57:01.500Z Compiling der_derive v0.7.3
23562024-11-06T07:57:01.503Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der_derive-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e99cd8e68cb78ad0 -C extra-filename=-e99cd8e68cb78ad0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23572024-11-06T07:57:01.554Z Dirty async-trait v0.1.83: the rustflags changed
23582024-11-06T07:57:01.555Z Compiling async-trait v0.1.83
23592024-11-06T07:57:01.555Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --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=4c8e06103831ec1b -C extra-filename=-4c8e06103831ec1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23602024-11-06T07:57:01.749Z Dirty object v0.36.5: the rustflags changed
23612024-11-06T07:57:01.749Z Compiling object v0.36.5
23622024-11-06T07:57:01.753Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.36.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=8758f15d0699dcf9 -C extra-filename=-8758f15d0699dcf9 --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-67e0a46ec2bfb252.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23632024-11-06T07:57:01.879Z Dirty rustc-demangle v0.1.24: the rustflags changed
23642024-11-06T07:57:01.880Z Compiling rustc-demangle v0.1.24
23652024-11-06T07:57:01.918Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=e258805ac413cd42 -C extra-filename=-e258805ac413cd42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23662024-11-06T07:57:02.629Z Dirty anyhow v1.0.92: the rustflags changed
23672024-11-06T07:57:02.629Z Compiling anyhow v1.0.92
23682024-11-06T07:57:02.632Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.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="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=b347bd552aab11a3 -C extra-filename=-b347bd552aab11a3 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-b347bd552aab11a3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23692024-11-06T07:57:02.827Z Dirty flagset v0.4.6: the rustflags changed
23702024-11-06T07:57:02.827Z Compiling flagset v0.4.6
23712024-11-06T07:57:02.830Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=5c3bf8e2e91c29b7 -C extra-filename=-5c3bf8e2e91c29b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23722024-11-06T07:57:03.061Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=214af69608e7a4f8 -C extra-filename=-214af69608e7a4f8 --out-dir /work/oxidecomputer/omicron/target/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`
23732024-11-06T07:57:03.344Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-b347bd552aab11a3/build-script-build`
23742024-11-06T07:57:03.675Z Dirty rustls-webpki v0.102.8: the rustflags changed
23752024-11-06T07:57:03.675Z Compiling rustls-webpki v0.102.8
23762024-11-06T07:57:03.678Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=c0e7a4d96fa1943c -C extra-filename=-c0e7a4d96fa1943c --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-3acb9ca4c018b540.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a3def94b599e812e.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-f6565c5c75f6604f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out`
23772024-11-06T07:57:03.845Z Dirty aes v0.8.4: the rustflags changed
23782024-11-06T07:57:03.845Z Compiling aes v0.8.4
23792024-11-06T07:57:03.866Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=e833f65031fdede9 -C extra-filename=-e833f65031fdede9 --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-3a9f8848cb985fb5.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-70cb51caf15fac61.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-68208c04c9dfb23d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23802024-11-06T07:57:03.987Z Dirty pbkdf2 v0.12.2: the rustflags changed
23812024-11-06T07:57:03.987Z Compiling pbkdf2 v0.12.2
23822024-11-06T07:57:03.990Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=37538b7feee1db88 -C extra-filename=-37538b7feee1db88 --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-14c62e65ff922fd4.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3716f9bff5f1ecbe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23832024-11-06T07:57:04.172Z Dirty der v0.7.9: the rustflags changed
23842024-11-06T07:57:04.172Z Compiling der v0.7.9
23852024-11-06T07:57:04.175Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=33f4d8fc2dec0d4b -C extra-filename=-33f4d8fc2dec0d4b --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-4774ceefd9811b02.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-e99cd8e68cb78ad0.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-5c3bf8e2e91c29b7.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5bba9131e5a5a9a7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23862024-11-06T07:57:04.199Z Dirty openssl-sys v0.9.103: the rustflags changed
23872024-11-06T07:57:04.199Z Compiling openssl-sys v0.9.103
23882024-11-06T07:57:04.202Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/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=1e22ec177c9b5530 -C extra-filename=-1e22ec177c9b5530 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-1e22ec177c9b5530 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c92522b5f64ce473.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-7758a0649459c8d9.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-7dd77e83823b2403.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23892024-11-06T07:57:04.520Z Dirty mime v0.3.17: the rustflags changed
23902024-11-06T07:57:04.520Z Compiling mime v0.3.17
23912024-11-06T07:57:04.522Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d9c84f3cc4dc8e05 -C extra-filename=-d9c84f3cc4dc8e05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23922024-11-06T07:57:05.143Z Dirty addr2line v0.24.2: the rustflags changed
23932024-11-06T07:57:05.143Z Compiling addr2line v0.24.2
23942024-11-06T07:57:05.145Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "bin", "cargo-all", "compiler_builtins", "core", "cpp_demangle", "default", "fallible-iterator", "loader", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std"))' -C metadata=c7eb6512e8dce22f -C extra-filename=-c7eb6512e8dce22f --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-a6bc639732af044d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23952024-11-06T07:57:05.433Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-1e22ec177c9b5530/build-script-main`
23962024-11-06T07:57:05.561Z Dirty salsa20 v0.10.2: the rustflags changed
23972024-11-06T07:57:05.561Z Compiling salsa20 v0.10.2
23982024-11-06T07:57:05.563Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name salsa20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salsa20-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=384471b4515b6720 -C extra-filename=-384471b4515b6720 --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-70cb51caf15fac61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23992024-11-06T07:57:05.615Z Dirty cbc v0.1.2: the rustflags changed
24002024-11-06T07:57:05.615Z Compiling cbc v0.1.2
24012024-11-06T07:57:05.618Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cbc-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "std", "zeroize"))' -C metadata=4514ea4332137eea -C extra-filename=-4514ea4332137eea --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-70cb51caf15fac61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24022024-11-06T07:57:05.733Z Dirty ipnet v2.10.1: the rustflags changed
24032024-11-06T07:57:05.733Z Compiling ipnet v2.10.1
24042024-11-06T07:57:05.740Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=1633ce11f04956d7 -C extra-filename=-1633ce11f04956d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24052024-11-06T07:57:05.810Z Dirty rustversion v1.0.17: the rustflags changed
24062024-11-06T07:57:05.810Z Compiling rustversion v1.0.17
24072024-11-06T07:57:05.812Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.17/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7dd659e890c6eb41 -C extra-filename=-7dd659e890c6eb41 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-7dd659e890c6eb41 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24082024-11-06T07:57:05.877Z Dirty scrypt v0.11.0: the rustflags changed
24092024-11-06T07:57:05.877Z Compiling scrypt v0.11.0
24102024-11-06T07:57:05.880Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name scrypt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scrypt-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "password-hash", "simple", "std"))' -C metadata=7e3a73f41a3491a0 -C extra-filename=-7e3a73f41a3491a0 --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-37538b7feee1db88.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-384471b4515b6720.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24112024-11-06T07:57:05.880Z Dirty futures-executor v0.3.31: the rustflags changed
24122024-11-06T07:57:05.880Z Compiling futures-executor v0.3.31
24132024-11-06T07:57:05.902Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=0be3e2fa45f57271 -C extra-filename=-0be3e2fa45f57271 --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-b5918c7bb1241671.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2eb9c3ff2ae48fa.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24142024-11-06T07:57:06.447Z Dirty spki v0.7.3: the rustflags changed
24152024-11-06T07:57:06.447Z Compiling spki v0.7.3
24162024-11-06T07:57:06.451Z Dirty camino v1.1.9: the rustflags changed
24172024-11-06T07:57:06.451Z Compiling camino v1.1.9
24182024-11-06T07:57:06.451Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=37fe07d65ecb9243 -C extra-filename=-37fe07d65ecb9243 --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-33f4d8fc2dec0d4b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24192024-11-06T07:57:06.451Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=14b435e1be281bf4 -C extra-filename=-14b435e1be281bf4 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-14b435e1be281bf4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24202024-11-06T07:57:06.624Z Dirty bytes v1.7.2: the rustflags changed
24212024-11-06T07:57:06.624Z Compiling bytes v1.7.2
24222024-11-06T07:57:06.627Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=28b401de3dbe7ac5 -C extra-filename=-28b401de3dbe7ac5 --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-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24232024-11-06T07:57:06.736Z Dirty bitflags v2.6.0: the rustflags changed
24242024-11-06T07:57:06.736Z Compiling bitflags v2.6.0
24252024-11-06T07:57:06.738Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=35b1b2b889dfc8ca -C extra-filename=-35b1b2b889dfc8ca --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-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24262024-11-06T07:57:06.852Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=a6676cb1ce4dfa3f -C extra-filename=-a6676cb1ce4dfa3f --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-2e2f4eb969836d3f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-7e404b692f4fc795.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.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"))'`
24272024-11-06T07:57:06.926Z Dirty indexmap v2.6.0: the rustflags changed
24282024-11-06T07:57:06.926Z Compiling indexmap v2.6.0
24292024-11-06T07:57:06.929Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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 '--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=ee00718e200e680a -C extra-filename=-ee00718e200e680a --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-b693cdb7e3ed16ab.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-12263ebdd16de34d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24302024-11-06T07:57:06.961Z Dirty chrono v0.4.38: the rustflags changed
24312024-11-06T07:57:06.961Z Compiling chrono v0.4.38
24322024-11-06T07:57:06.997Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.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="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=5fc87bb715fd1f15 -C extra-filename=-5fc87bb715fd1f15 --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-3bfbe37480da92fc.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6660e290b0adf5ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24332024-11-06T07:57:07.161Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --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"))' --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"))' -C metadata=d0fcbeecaf580e1a -C extra-filename=-d0fcbeecaf580e1a --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-35b1b2b889dfc8ca.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-821a9b4151d268a7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
24342024-11-06T07:57:07.192Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-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 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=a374647bdc2bcfe2 -C extra-filename=-a374647bdc2bcfe2 --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-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)' --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)'`
24352024-11-06T07:57:07.512Z Dirty tokio v1.40.0: the rustflags changed
24362024-11-06T07:57:07.512Z Compiling tokio v1.40.0
24372024-11-06T07:57:07.514Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=4b6201970a001ba1 -C extra-filename=-4b6201970a001ba1 --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-28b401de3dbe7ac5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-37e4304872f28ac3.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-278271ef528ea378.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-16475f3d81a69a38.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-0e1e3b5e94906ac0.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-7e5878493990a260.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24382024-11-06T07:57:07.922Z Dirty uuid v1.10.0: the rustflags changed
24392024-11-06T07:57:07.922Z Compiling uuid v1.10.0
24402024-11-06T07:57:07.926Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs -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=7f2110bc8e9998e8 -C extra-filename=-7f2110bc8e9998e8 --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-590053dba71050d7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24412024-11-06T07:57:07.975Z Dirty http v1.1.0: the rustflags changed
24422024-11-06T07:57:07.975Z Compiling http v1.1.0
24432024-11-06T07:57:07.978Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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=99e5f16a5ee6c372 -C extra-filename=-99e5f16a5ee6c372 --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-28b401de3dbe7ac5.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-562dd616f443bd7a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-2e2f4eb969836d3f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24442024-11-06T07:57:08.529Z Dirty toml_datetime v0.6.8: the rustflags changed
24452024-11-06T07:57:08.529Z Compiling toml_datetime v0.6.8
24462024-11-06T07:57:08.531Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=60f59f901f5af4f1 -C extra-filename=-60f59f901f5af4f1 --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-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24472024-11-06T07:57:09.094Z Dirty serde_spanned v0.6.8: the rustflags changed
24482024-11-06T07:57:09.094Z Compiling serde_spanned v0.6.8
24492024-11-06T07:57:09.096Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=dd42b71a02c2db23 -C extra-filename=-dd42b71a02c2db23 --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-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24502024-11-06T07:57:09.351Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=622da48e4f8d7f3e -C extra-filename=-622da48e4f8d7f3e --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-28b401de3dbe7ac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-1c6a03413b0b3797.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-dce65c141f01ff1c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
24512024-11-06T07:57:09.508Z Dirty serde_tokenstream v0.2.2: the rustflags changed
24522024-11-06T07:57:09.508Z Compiling serde_tokenstream v0.2.2
24532024-11-06T07:57:09.511Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a85680cc9908cb93 -C extra-filename=-a85680cc9908cb93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24542024-11-06T07:57:09.729Z Dirty http-body v1.0.1: the rustflags changed
24552024-11-06T07:57:09.730Z Compiling http-body v1.0.1
24562024-11-06T07:57:09.732Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=91f8536d070c9a73 -C extra-filename=-91f8536d070c9a73 --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-28b401de3dbe7ac5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24572024-11-06T07:57:10.000Z Dirty backtrace v0.3.74: the rustflags changed
24582024-11-06T07:57:10.000Z Compiling backtrace v0.3.74
24592024-11-06T07:57:10.003Z Dirty rustc_version v0.4.1: the rustflags changed
24602024-11-06T07:57:10.003Z Compiling rustc_version v0.4.1
24612024-11-06T07:57:10.003Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.74/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dl_iterate_phdr", "dladdr", "kernel32", "libunwind", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=791dd1508ace908d -C extra-filename=-791dd1508ace908d --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-c7eb6512e8dce22f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-0780a2bc915a4180.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-8758f15d0699dcf9.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-e258805ac413cd42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24622024-11-06T07:57:10.003Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c6962bd1b9121721 -C extra-filename=-c6962bd1b9121721 --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-a374647bdc2bcfe2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24632024-11-06T07:57:10.169Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-7dd659e890c6eb41/build-script-build`
24642024-11-06T07:57:10.251Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=33a9d417a525d47f -C extra-filename=-33a9d417a525d47f --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"))'`
24652024-11-06T07:57:10.506Z Dirty pkcs5 v0.7.1: the rustflags changed
24662024-11-06T07:57:10.506Z Compiling pkcs5 v0.7.1
24672024-11-06T07:57:10.509Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs5-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pbes2"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "pbes2", "sha1-insecure"))' -C metadata=1432c434e681d04b -C extra-filename=-1432c434e681d04b --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-e833f65031fdede9.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-4514ea4332137eea.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-33f4d8fc2dec0d4b.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-37538b7feee1db88.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-7e3a73f41a3491a0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-37fe07d65ecb9243.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24682024-11-06T07:57:10.660Z Dirty http-body-util v0.1.2: the rustflags changed
24692024-11-06T07:57:10.660Z Compiling http-body-util v0.1.2
24702024-11-06T07:57:10.664Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-util-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=056a0dd1da668fce -C extra-filename=-056a0dd1da668fce --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-28b401de3dbe7ac5.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-91f8536d070c9a73.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24712024-11-06T07:57:10.807Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-14b435e1be281bf4/build-script-build`
24722024-11-06T07:57:10.889Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-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="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=46c96921d480f96d -C extra-filename=-46c96921d480f96d --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-791dd1508ace908d.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)'`
24732024-11-06T07:57:11.191Z Dirty pkcs8 v0.10.2: the rustflags changed
24742024-11-06T07:57:11.191Z Compiling pkcs8 v0.10.2
24752024-11-06T07:57:11.194Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="encryption"' --cfg 'feature="pem"' --cfg 'feature="pkcs5"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=1bcd6e7431d0c529 -C extra-filename=-1bcd6e7431d0c529 --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-33f4d8fc2dec0d4b.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-1432c434e681d04b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-37fe07d65ecb9243.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24762024-11-06T07:57:11.713Z Dirty serde_urlencoded v0.7.1: the rustflags changed
24772024-11-06T07:57:11.713Z Compiling serde_urlencoded v0.7.1
24782024-11-06T07:57:11.715Z Dirty futures v0.3.31: the rustflags changed
24792024-11-06T07:57:11.715Z Compiling futures v0.3.31
24802024-11-06T07:57:11.715Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f375a8680b12c94c -C extra-filename=-f375a8680b12c94c --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-54f603217e16f814.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-2e2f4eb969836d3f.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-7e404b692f4fc795.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24812024-11-06T07:57:11.716Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --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"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=cd991068aa84087e -C extra-filename=-cd991068aa84087e --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-bb45aa76554642b3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-0be3e2fa45f57271.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ae42e329c8d69c33.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df9c791ee9497e83.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2eb9c3ff2ae48fa.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24822024-11-06T07:57:11.847Z Dirty encoding_rs v0.8.34: the rustflags changed
24832024-11-06T07:57:11.847Z Compiling encoding_rs v0.8.34
24842024-11-06T07:57:11.875Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "any_all_workaround", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "serde", "simd-accel"))' -C metadata=00b6a6fc1cfba432 -C extra-filename=-00b6a6fc1cfba432 --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-3a9f8848cb985fb5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24852024-11-06T07:57:11.879Z Dirty utf8parse v0.2.2: the rustflags changed
24862024-11-06T07:57:11.879Z Compiling utf8parse v0.2.2
24872024-11-06T07:57:11.885Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=045a5788be1472cc -C extra-filename=-045a5788be1472cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24882024-11-06T07:57:11.916Z Dirty foreign-types-shared v0.1.1: the rustflags changed
24892024-11-06T07:57:11.916Z Compiling foreign-types-shared v0.1.1
24902024-11-06T07:57:11.918Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1b72d5de6d68180 -C extra-filename=-f1b72d5de6d68180 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24912024-11-06T07:57:12.052Z Dirty winnow v0.6.20: the rustflags changed
24922024-11-06T07:57:12.052Z Compiling winnow v0.6.20
24932024-11-06T07:57:12.056Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=56790cb1d81dbf36 -C extra-filename=-56790cb1d81dbf36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24942024-11-06T07:57:12.075Z Dirty openssl v0.10.66: the rustflags changed
24952024-11-06T07:57:12.075Z Compiling openssl v0.10.66
24962024-11-06T07:57:12.108Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/build.rs --error-format=json --json=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=e2780f3f231fad2a -C extra-filename=-e2780f3f231fad2a --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-e2780f3f231fad2a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24972024-11-06T07:57:12.248Z Dirty openssl-probe v0.1.5: the rustflags changed
24982024-11-06T07:57:12.248Z Compiling openssl-probe v0.1.5
24992024-11-06T07:57:12.251Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=93810288b6c0d5c3 -C extra-filename=-93810288b6c0d5c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25002024-11-06T07:57:12.508Z Dirty data-encoding v2.6.0: the rustflags changed
25012024-11-06T07:57:12.508Z Compiling data-encoding v2.6.0
25022024-11-06T07:57:12.510Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=84e888d97715bed6 -C extra-filename=-84e888d97715bed6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25032024-11-06T07:57:12.574Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-e2780f3f231fad2a/build-script-build`
25042024-11-06T07:57:12.608Z Dirty foreign-types v0.3.2: the rustflags changed
25052024-11-06T07:57:12.608Z Compiling foreign-types v0.3.2
25062024-11-06T07:57:12.612Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cc8768000459eec0 -C extra-filename=-cc8768000459eec0 --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-f1b72d5de6d68180.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25072024-11-06T07:57:12.644Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=2dae76f465709689 -C extra-filename=-2dae76f465709689 --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-269908bc00c83ab7.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)'`
25082024-11-06T07:57:12.716Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=b844cef669ebfa72 -C extra-filename=-b844cef669ebfa72 --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-5e430ebab9bd9caf.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"))' --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(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)'`
25092024-11-06T07:57:12.941Z Dirty rustls-pemfile v2.2.0: the rustflags changed
25102024-11-06T07:57:12.941Z Compiling rustls-pemfile v2.2.0
25112024-11-06T07:57:12.943Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e2ed480392ef3b43 -C extra-filename=-e2ed480392ef3b43 --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-a3def94b599e812e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25122024-11-06T07:57:13.313Z Dirty openssl-macros v0.1.1: the rustflags changed
25132024-11-06T07:57:13.314Z Compiling openssl-macros v0.1.1
25142024-11-06T07:57:13.316Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c3e9e34eca3d594 -C extra-filename=-9c3e9e34eca3d594 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25152024-11-06T07:57:13.372Z Dirty unicode-width v0.1.14: the rustflags changed
25162024-11-06T07:57:13.372Z Compiling unicode-width v0.1.14
25172024-11-06T07:57:13.374Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=05e53f56471964f5 -C extra-filename=-05e53f56471964f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25182024-11-06T07:57:13.644Z Dirty rustls v0.23.14: the rustflags changed
25192024-11-06T07:57:13.644Z Compiling rustls v0.23.14
25202024-11-06T07:57:13.647Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=1f61ef7cdf49a0be -C extra-filename=-1f61ef7cdf49a0be --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-1f61ef7cdf49a0be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25212024-11-06T07:57:13.930Z Dirty winnow v0.5.40: the rustflags changed
25222024-11-06T07:57:13.930Z Compiling winnow v0.5.40
25232024-11-06T07:57:13.932Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=a43003c458181d75 -C extra-filename=-a43003c458181d75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25242024-11-06T07:57:14.025Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-1f61ef7cdf49a0be/build-script-build`
25252024-11-06T07:57:14.066Z Dirty is-terminal v0.4.13: the rustflags changed
25262024-11-06T07:57:14.066Z Compiling is-terminal v0.4.13
25272024-11-06T07:57:14.069Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5650e16c205792da -C extra-filename=-5650e16c205792da --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25282024-11-06T07:57:14.138Z Dirty anstyle v1.0.8: the rustflags changed
25292024-11-06T07:57:14.138Z Compiling anstyle v1.0.8
25302024-11-06T07:57:14.141Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-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 '--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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b47e140518d235ae -C extra-filename=-b47e140518d235ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25312024-11-06T07:57:14.211Z Dirty native-tls v0.2.12: the rustflags changed
25322024-11-06T07:57:14.211Z Compiling native-tls v0.2.12
25332024-11-06T07:57:14.211Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=373eb9d960119dad -C extra-filename=-373eb9d960119dad --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-373eb9d960119dad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25342024-11-06T07:57:14.247Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/src/lib.rs --error-format=json --json=diagnostic-rendered-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=476f121024fb3157 -C extra-filename=-476f121024fb3157 --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-35b1b2b889dfc8ca.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-cc8768000459eec0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-9c3e9e34eca3d594.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-b844cef669ebfa72.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"))' --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(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)'`
25352024-11-06T07:57:14.615Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.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="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=84e2854ef48233c5 -C extra-filename=-84e2854ef48233c5 --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-81e3e574966e5fac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3acb9ca4c018b540.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a3def94b599e812e.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-c0e7a4d96fa1943c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
25362024-11-06T07:57:14.644Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-373eb9d960119dad/build-script-build`
25372024-11-06T07:57:14.685Z Dirty openapiv3 v2.0.0: the rustflags changed
25382024-11-06T07:57:14.685Z Compiling openapiv3 v2.0.0
25392024-11-06T07:57:14.687Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=a34bfbee80b10aa7 -C extra-filename=-a34bfbee80b10aa7 --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-ee00718e200e680a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25402024-11-06T07:57:14.844Z Dirty sha1 v0.10.6: the rustflags changed
25412024-11-06T07:57:14.844Z Compiling sha1 v0.10.6
25422024-11-06T07:57:14.847Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=167f82d4d67f511e -C extra-filename=-167f82d4d67f511e --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-3a9f8848cb985fb5.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-68208c04c9dfb23d.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-14c62e65ff922fd4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25432024-11-06T07:57:15.272Z Dirty cookie v0.18.1: the rustflags changed
25442024-11-06T07:57:15.272Z Compiling cookie v0.18.1
25452024-11-06T07:57:15.275Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=254ed89bc090748a -C extra-filename=-254ed89bc090748a --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-254ed89bc090748a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fe20cb8cb0cd687a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25462024-11-06T07:57:15.654Z Dirty siphasher v0.3.11: the rustflags changed
25472024-11-06T07:57:15.655Z Compiling siphasher v0.3.11
25482024-11-06T07:57:15.657Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=fc914b4c37e5af60 -C extra-filename=-fc914b4c37e5af60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25492024-11-06T07:57:15.978Z Dirty tokio-util v0.7.12: the rustflags changed
25502024-11-06T07:57:15.978Z Compiling tokio-util v0.7.12
25512024-11-06T07:57:15.981Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=69b8803d85495fb4 -C extra-filename=-69b8803d85495fb4 --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-28b401de3dbe7ac5.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df9c791ee9497e83.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25522024-11-06T07:57:16.054Z Dirty ucd-trie v0.1.7: the rustflags changed
25532024-11-06T07:57:16.054Z Compiling ucd-trie v0.1.7
25542024-11-06T07:57:16.057Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7fe14b009d4c42e7 -C extra-filename=-7fe14b009d4c42e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25552024-11-06T07:57:16.220Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-254ed89bc090748a/build-script-build`
25562024-11-06T07:57:16.309Z Dirty pest v2.7.14: the rustflags changed
25572024-11-06T07:57:16.309Z Compiling pest v2.7.14
25582024-11-06T07:57:16.312Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=69209e0ad65cd788 -C extra-filename=-69209e0ad65cd788 --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-67e0a46ec2bfb252.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-7fe14b009d4c42e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25592024-11-06T07:57:16.694Z Dirty idna v0.3.0: the rustflags changed
25602024-11-06T07:57:16.694Z Compiling idna v0.3.0
25612024-11-06T07:57:16.697Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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=8a53ec700b1a21a8 -C extra-filename=-8a53ec700b1a21a8 --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-b3bd218e77493777.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-365aa1a7c82b17a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25622024-11-06T07:57:17.398Z Dirty h2 v0.4.6: the rustflags changed
25632024-11-06T07:57:17.398Z Compiling h2 v0.4.6
25642024-11-06T07:57:17.400Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' --check-cfg 'cfg(fuzzing)' -C metadata=19e004036eaf1865 -C extra-filename=-19e004036eaf1865 --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-d6f71f9053019c8a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-562dd616f443bd7a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df9c791ee9497e83.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-89b400fb2d230988.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25652024-11-06T07:57:17.730Z Dirty toml_edit v0.19.15: the rustflags changed
25662024-11-06T07:57:17.730Z Compiling toml_edit v0.19.15
25672024-11-06T07:57:17.733Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=2d004079115bc03a -C extra-filename=-2d004079115bc03a --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-ee00718e200e680a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-dd42b71a02c2db23.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-60f59f901f5af4f1.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-a43003c458181d75.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25682024-11-06T07:57:18.440Z Dirty dirs-sys-next v0.1.2: the rustflags changed
25692024-11-06T07:57:18.440Z Compiling dirs-sys-next v0.1.2
25702024-11-06T07:57:18.443Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d618d3f64b790482 -C extra-filename=-d618d3f64b790482 --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25712024-11-06T07:57:18.930Z Dirty psl-types v2.0.11: the rustflags changed
25722024-11-06T07:57:18.930Z Compiling psl-types v2.0.11
25732024-11-06T07:57:18.933Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/psl-types-2.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6c5198b6689b3958 -C extra-filename=-6c5198b6689b3958 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25742024-11-06T07:57:19.111Z Dirty pest_meta v2.7.14: the rustflags changed
25752024-11-06T07:57:19.111Z Compiling pest_meta v2.7.14
25762024-11-06T07:57:19.114Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=48266c17942496f2 -C extra-filename=-48266c17942496f2 --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-0c8674b965abf4ac.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-69209e0ad65cd788.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25772024-11-06T07:57:19.159Z Dirty publicsuffix v2.2.3: the rustflags changed
25782024-11-06T07:57:19.159Z Compiling publicsuffix v2.2.3
25792024-11-06T07:57:19.161Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/publicsuffix-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 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=ab1d70608d3ca855 -C extra-filename=-ab1d70608d3ca855 --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-8a53ec700b1a21a8.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-6c5198b6689b3958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25802024-11-06T07:57:19.417Z Dirty dirs-next v2.0.0: the rustflags changed
25812024-11-06T07:57:19.417Z Compiling dirs-next v2.0.0
25822024-11-06T07:57:19.421Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3dbb3921a916ebf2 -C extra-filename=-3dbb3921a916ebf2 --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-3a9f8848cb985fb5.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-d618d3f64b790482.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25832024-11-06T07:57:19.486Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=48ba4fa9dc043f65 -C extra-filename=-48ba4fa9dc043f65 --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-d4f3330b78c89d7d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b7ea25faceb1c102.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25842024-11-06T07:57:19.634Z Dirty toml_edit v0.22.22: the rustflags changed
25852024-11-06T07:57:19.634Z Compiling toml_edit v0.22.22
25862024-11-06T07:57:19.637Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=4f9d309aee4b7b19 -C extra-filename=-4f9d309aee4b7b19 --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-ee00718e200e680a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-dd42b71a02c2db23.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-60f59f901f5af4f1.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-56790cb1d81dbf36.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25872024-11-06T07:57:20.568Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=ca792fdd9a1721fa -C extra-filename=-ca792fdd9a1721fa --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-81e3e574966e5fac.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-476f121024fb3157.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-93810288b6c0d5c3.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-b844cef669ebfa72.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`
25882024-11-06T07:57:21.196Z Dirty tokio-rustls v0.26.0: the rustflags changed
25892024-11-06T07:57:21.196Z Compiling tokio-rustls v0.26.0
25902024-11-06T07:57:21.199Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=59a4aff6f226326f -C extra-filename=-59a4aff6f226326f --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-84e2854ef48233c5.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a3def94b599e812e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out`
25912024-11-06T07:57:21.682Z Dirty tokio-native-tls v0.3.1: the rustflags changed
25922024-11-06T07:57:21.682Z Compiling tokio-native-tls v0.3.1
25932024-11-06T07:57:21.685Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=750d71e4a0e6ea8b -C extra-filename=-750d71e4a0e6ea8b --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-ca792fdd9a1721fa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
25942024-11-06T07:57:21.988Z Dirty anstyle-parse v0.2.5: the rustflags changed
25952024-11-06T07:57:21.988Z Compiling anstyle-parse v0.2.5
25962024-11-06T07:57:21.990Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=3838d279233ce32b -C extra-filename=-3838d279233ce32b --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-045a5788be1472cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972024-11-06T07:57:22.335Z Dirty signature v2.2.0: the rustflags changed
25982024-11-06T07:57:22.335Z Compiling signature v2.2.0
25992024-11-06T07:57:22.338Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=f860fa672f8c28a7 -C extra-filename=-f860fa672f8c28a7 --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-14c62e65ff922fd4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26002024-11-06T07:57:22.399Z Dirty webpki-roots v0.26.6: the rustflags changed
26012024-11-06T07:57:22.399Z Compiling webpki-roots v0.26.6
26022024-11-06T07:57:22.402Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.26.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=749aba53f670d508 -C extra-filename=-749aba53f670d508 --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-a3def94b599e812e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26032024-11-06T07:57:22.639Z Dirty scroll_derive v0.12.0: the rustflags changed
26042024-11-06T07:57:22.639Z Compiling scroll_derive v0.12.0
26052024-11-06T07:57:22.639Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9dbdd97ad0839584 -C extra-filename=-9dbdd97ad0839584 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26062024-11-06T07:57:22.667Z Dirty heck v0.4.1: the rustflags changed
26072024-11-06T07:57:22.667Z Compiling heck v0.4.1
26082024-11-06T07:57:22.670Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=1050d0d9df4c1c3b -C extra-filename=-1050d0d9df4c1c3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26092024-11-06T07:57:23.004Z Dirty colorchoice v1.0.2: the rustflags changed
26102024-11-06T07:57:23.004Z Compiling colorchoice v1.0.2
26112024-11-06T07:57:23.006Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2b02ce755817abd8 -C extra-filename=-2b02ce755817abd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26122024-11-06T07:57:23.175Z Dirty anstyle-query v1.1.1: the rustflags changed
26132024-11-06T07:57:23.175Z Compiling anstyle-query v1.1.1
26142024-11-06T07:57:23.199Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=60757b50ddee6931 -C extra-filename=-60757b50ddee6931 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26152024-11-06T07:57:23.203Z Dirty is_terminal_polyfill v1.70.1: the rustflags changed
26162024-11-06T07:57:23.203Z Compiling is_terminal_polyfill v1.70.1
26172024-11-06T07:57:23.206Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_terminal_polyfill-1.70.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=40f6e498db77dae9 -C extra-filename=-40f6e498db77dae9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26182024-11-06T07:57:23.356Z Dirty anstream v0.6.15: the rustflags changed
26192024-11-06T07:57:23.357Z Compiling anstream v0.6.15
26202024-11-06T07:57:23.360Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=3b8a84549d553e9d -C extra-filename=-3b8a84549d553e9d --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-b47e140518d235ae.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-3838d279233ce32b.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-60757b50ddee6931.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-2b02ce755817abd8.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-40f6e498db77dae9.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-045a5788be1472cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26212024-11-06T07:57:23.391Z Dirty pest_generator v2.7.14: the rustflags changed
26222024-11-06T07:57:23.392Z Compiling pest_generator v2.7.14
26232024-11-06T07:57:23.394Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=02beb29b2a4b8a09 -C extra-filename=-02beb29b2a4b8a09 --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-69209e0ad65cd788.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-48266c17942496f2.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26242024-11-06T07:57:23.797Z Dirty cookie_store v0.21.0: the rustflags changed
26252024-11-06T07:57:23.797Z Compiling cookie_store v0.21.0
26262024-11-06T07:57:23.800Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="publicsuffix"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "indexmap", "log_secure_cookie_values", "preserve_order", "public_suffix", "publicsuffix", "wasm-bindgen"))' -C metadata=b7d23389242b5b24 -C extra-filename=-b7d23389242b5b24 --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-48ba4fa9dc043f65.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-a830dcb06e464ecd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-ab1d70608d3ca855.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e5552635b571d05f.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b7ea25faceb1c102.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26272024-11-06T07:57:24.102Z Dirty term v0.7.0: the rustflags changed
26282024-11-06T07:57:24.102Z Compiling term v0.7.0
26292024-11-06T07:57:24.104Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=2c9865cb6e9a9cfd -C extra-filename=-2c9865cb6e9a9cfd --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-3dbb3921a916ebf2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26302024-11-06T07:57:24.311Z Dirty scroll v0.12.0: the rustflags changed
26312024-11-06T07:57:24.311Z Compiling scroll v0.12.0
26322024-11-06T07:57:24.314Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=e7547f0c18fb9451 -C extra-filename=-e7547f0c18fb9451 --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-9dbdd97ad0839584.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26332024-11-06T07:57:24.910Z Dirty hyper v1.4.1: the rustflags changed
26342024-11-06T07:57:24.910Z Compiling hyper v1.4.1
26352024-11-06T07:57:24.912Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --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("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' -C metadata=ff2735b603ee25b6 -C extra-filename=-ff2735b603ee25b6 --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-28b401de3dbe7ac5.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-bb45aa76554642b3.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-19e004036eaf1865.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-91f8536d070c9a73.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5d8a463318a86900.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-af67607d813e61c0.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-2e2f4eb969836d3f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-8fb7374548f1bc5f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-ce75b7221b83514b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26362024-11-06T07:57:25.295Z Dirty terminal_size v0.4.0: the rustflags changed
26372024-11-06T07:57:25.295Z Compiling terminal_size v0.4.0
26382024-11-06T07:57:25.307Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=76f3047f3819792f -C extra-filename=-76f3047f3819792f --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-d0fcbeecaf580e1a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26392024-11-06T07:57:25.349Z Dirty sync_wrapper v1.0.1: the rustflags changed
26402024-11-06T07:57:25.349Z Compiling sync_wrapper v1.0.1
26412024-11-06T07:57:25.411Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=c410210361622bed -C extra-filename=-c410210361622bed --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-b5918c7bb1241671.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26422024-11-06T07:57:25.491Z Dirty unicode-segmentation v1.12.0: the rustflags changed
26432024-11-06T07:57:25.491Z Compiling unicode-segmentation v1.12.0
26442024-11-06T07:57:25.494Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=3b8587e0c7ea651d -C extra-filename=-3b8587e0c7ea651d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26452024-11-06T07:57:25.525Z Dirty plain v0.2.3: the rustflags changed
26462024-11-06T07:57:25.525Z Compiling plain v0.2.3
26472024-11-06T07:57:25.528Z Dirty clap_lex v0.7.2: the rustflags changed
26482024-11-06T07:57:25.528Z Compiling clap_lex v0.7.2
26492024-11-06T07:57:25.528Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e0f5d47f3efa4183 -C extra-filename=-e0f5d47f3efa4183 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26502024-11-06T07:57:25.528Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.2/src/lib.rs --error-format=json --json=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::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_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=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' '--allow=clippy::multiple_bound_locations' '--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' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7de0337dc3a55bb3 -C extra-filename=-7de0337dc3a55bb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26512024-11-06T07:57:25.578Z Dirty pest_derive v2.7.14: the rustflags changed
26522024-11-06T07:57:25.578Z Compiling pest_derive v2.7.14
26532024-11-06T07:57:25.581Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=bf279a852d80e1bd -C extra-filename=-bf279a852d80e1bd --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-69209e0ad65cd788.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-02beb29b2a4b8a09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26542024-11-06T07:57:25.709Z Dirty goblin v0.8.2: the rustflags changed
26552024-11-06T07:57:25.709Z Compiling goblin v0.8.2
26562024-11-06T07:57:25.711Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=727a7b2d074d5af3 -C extra-filename=-727a7b2d074d5af3 --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-81e3e574966e5fac.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-e0f5d47f3efa4183.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-e7547f0c18fb9451.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26572024-11-06T07:57:26.106Z Dirty clap_builder v4.5.20: the rustflags changed
26582024-11-06T07:57:26.107Z Compiling clap_builder v4.5.20
26592024-11-06T07:57:26.109Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.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' '--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=ff72a15d5abbbcbb -C extra-filename=-ff72a15d5abbbcbb --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-3b8a84549d553e9d.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-b47e140518d235ae.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-7de0337dc3a55bb3.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-dcb55cc28a345ba7.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-76f3047f3819792f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26602024-11-06T07:57:26.378Z Dirty clap_derive v4.5.18: the rustflags changed
26612024-11-06T07:57:26.378Z Compiling clap_derive v4.5.18
26622024-11-06T07:57:26.381Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.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=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::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=ab4aa719f8c0a07a -C extra-filename=-ab4aa719f8c0a07a --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-d3a2d607a5fdf8df.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26632024-11-06T07:57:26.609Z Dirty usdt-impl v0.5.0: the rustflags changed
26642024-11-06T07:57:26.609Z Compiling usdt-impl v0.5.0
26652024-11-06T07:57:26.612Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=b285b8894122c5a8 -C extra-filename=-b285b8894122c5a8 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-b285b8894122c5a8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fe20cb8cb0cd687a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26662024-11-06T07:57:27.057Z Dirty crc32fast v1.4.2: the rustflags changed
26672024-11-06T07:57:27.059Z Compiling crc32fast v1.4.2
26682024-11-06T07:57:27.060Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=7add7d581a0a3d92 -C extra-filename=-7add7d581a0a3d92 --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-3a9f8848cb985fb5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26692024-11-06T07:57:27.443Z Dirty hyper-util v0.1.9: the rustflags changed
26702024-11-06T07:57:27.443Z Compiling hyper-util v0.1.9
26712024-11-06T07:57:27.446Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.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="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=d0913e5e06d0a664 -C extra-filename=-d0913e5e06d0a664 --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-28b401de3dbe7ac5.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-bb45aa76554642b3.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-91f8536d070c9a73.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-0e1e3b5e94906ac0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-3737aa8bd4a33f57.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26722024-11-06T07:57:27.512Z Dirty pretty-hex v0.4.1: the rustflags changed
26732024-11-06T07:57:27.512Z Compiling pretty-hex v0.4.1
26742024-11-06T07:57:27.515Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=85586f0010100645 -C extra-filename=-85586f0010100645 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26752024-11-06T07:57:27.567Z Dirty base16ct v0.2.0: the rustflags changed
26762024-11-06T07:57:27.567Z Compiling base16ct v0.2.0
26772024-11-06T07:57:27.582Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=8480a90d47051b07 -C extra-filename=-8480a90d47051b07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26782024-11-06T07:57:27.754Z Dirty sec1 v0.7.3: the rustflags changed
26792024-11-06T07:57:27.754Z Compiling sec1 v0.7.3
26802024-11-06T07:57:27.757Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=803be08526a01892 -C extra-filename=-803be08526a01892 --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-8480a90d47051b07.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-33f4d8fc2dec0d4b.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1bf707952bf72afc.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1bcd6e7431d0c529.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26812024-11-06T07:57:27.811Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-b285b8894122c5a8/build-script-build`
26822024-11-06T07:57:27.873Z Dirty dtrace-parser v0.2.0: the rustflags changed
26832024-11-06T07:57:27.873Z Compiling dtrace-parser v0.2.0
26842024-11-06T07:57:27.876Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c1820da4db54e810 -C extra-filename=-c1820da4db54e810 --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-69209e0ad65cd788.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-bf279a852d80e1bd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26852024-11-06T07:57:27.971Z Dirty num-integer v0.1.46: the rustflags changed
26862024-11-06T07:57:27.971Z Compiling num-integer v0.1.46
26872024-11-06T07:57:27.974Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=705691fbe0070fa7 -C extra-filename=-705691fbe0070fa7 --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-6660e290b0adf5ff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26882024-11-06T07:57:28.383Z Dirty ff v0.13.0: the rustflags changed
26892024-11-06T07:57:28.383Z Compiling ff v0.13.0
26902024-11-06T07:57:28.386Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=9e1b6ce8fcb9eb7b -C extra-filename=-9e1b6ce8fcb9eb7b --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-4d1a5cb9c29a1e88.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26912024-11-06T07:57:28.642Z Dirty thread-id v4.2.2: the rustflags changed
26922024-11-06T07:57:28.642Z Compiling thread-id v4.2.2
26932024-11-06T07:57:28.645Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8a1ce789dac41d55 -C extra-filename=-8a1ce789dac41d55 --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942024-11-06T07:57:28.786Z Dirty group v0.13.0: the rustflags changed
26952024-11-06T07:57:28.786Z Compiling group v0.13.0
26962024-11-06T07:57:28.789Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=153758aceb3cd21b -C extra-filename=-153758aceb3cd21b --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-9e1b6ce8fcb9eb7b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26972024-11-06T07:57:28.813Z Dirty toml v0.8.19: the rustflags changed
26982024-11-06T07:57:28.813Z Compiling toml v0.8.19
26992024-11-06T07:57:28.816Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=1dd9127ea51b9cb5 -C extra-filename=-1dd9127ea51b9cb5 --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-269908bc00c83ab7.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-dd42b71a02c2db23.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-60f59f901f5af4f1.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-4f9d309aee4b7b19.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27002024-11-06T07:57:29.024Z Dirty hkdf v0.12.4: the rustflags changed
27012024-11-06T07:57:29.024Z Compiling hkdf v0.12.4
27022024-11-06T07:57:29.027Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=91722d65ff8a2813 -C extra-filename=-91722d65ff8a2813 --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-3716f9bff5f1ecbe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27032024-11-06T07:57:29.141Z Dirty crypto-bigint v0.5.5: the rustflags changed
27042024-11-06T07:57:29.141Z Compiling crypto-bigint v0.5.5
27052024-11-06T07:57:29.143Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=eb41c55900003dae -C extra-filename=-eb41c55900003dae --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-1bf707952bf72afc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27062024-11-06T07:57:29.295Z Dirty crossbeam-epoch v0.9.18: the rustflags changed
27072024-11-06T07:57:29.295Z Compiling crossbeam-epoch v0.9.18
27082024-11-06T07:57:29.298Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=42d0637fa497cb3d -C extra-filename=-42d0637fa497cb3d --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-830fd7ccfcb0c526.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27092024-11-06T07:57:29.974Z Dirty hyper-rustls v0.27.3: the rustflags changed
27102024-11-06T07:57:29.974Z Compiling hyper-rustls v0.27.3
27112024-11-06T07:57:29.976Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=6641fcdd36cf9769 -C extra-filename=-6641fcdd36cf9769 --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-4d996534faf1d453.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d0913e5e06d0a664.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-84e2854ef48233c5.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a3def94b599e812e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-59a4aff6f226326f.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-3737aa8bd4a33f57.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-749aba53f670d508.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out`
27122024-11-06T07:57:30.091Z Dirty hyper-tls v0.6.0: the rustflags changed
27132024-11-06T07:57:30.091Z Compiling hyper-tls v0.6.0
27142024-11-06T07:57:30.094Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=08ff3211e7a80015 -C extra-filename=-08ff3211e7a80015 --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-28b401de3dbe7ac5.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d0913e5e06d0a664.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-ca792fdd9a1721fa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-750d71e4a0e6ea8b.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-3737aa8bd4a33f57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
27152024-11-06T07:57:30.478Z Dirty reqwest v0.12.8: the rustflags changed
27162024-11-06T07:57:30.478Z Compiling reqwest v0.12.8
27172024-11-06T07:57:30.481Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --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="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-no-provider", "rustls-tls-webpki-roots", "socks", "stream", "trust-dns", "zstd"))' --check-cfg 'cfg(reqwest_unstable)' -C metadata=e446866df3701d85 -C extra-filename=-e446866df3701d85 --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-031d0c34245e6fe3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-48ba4fa9dc043f65.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-b7d23389242b5b24.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-00b6a6fc1cfba432.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-bb45aa76554642b3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-19e004036eaf1865.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-91f8536d070c9a73.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6641fcdd36cf9769.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-08ff3211e7a80015.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d0913e5e06d0a664.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-1633ce11f04956d7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-d9c84f3cc4dc8e05.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-ca792fdd9a1721fa.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-d4f3330b78c89d7d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-84e2854ef48233c5.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e2ed480392ef3b43.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a3def94b599e812e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-c410210361622bed.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-750d71e4a0e6ea8b.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-59a4aff6f226326f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-3737aa8bd4a33f57.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-749aba53f670d508.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64`
27182024-11-06T07:57:30.522Z Dirty utf-8 v0.7.6: the rustflags changed
27192024-11-06T07:57:30.522Z Compiling utf-8 v0.7.6
27202024-11-06T07:57:30.525Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=41c8d522324e4d83 -C extra-filename=-41c8d522324e4d83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27212024-11-06T07:57:30.597Z Dirty rayon-core v1.12.1: the rustflags changed
27222024-11-06T07:57:30.597Z Compiling rayon-core v1.12.1
27232024-11-06T07:57:30.600Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=be273ddca95773e5 -C extra-filename=-be273ddca95773e5 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-be273ddca95773e5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27242024-11-06T07:57:30.758Z Dirty static_assertions v1.1.0: the rustflags changed
27252024-11-06T07:57:30.758Z Compiling static_assertions v1.1.0
27262024-11-06T07:57:30.781Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=87acb18cbf645a3b -C extra-filename=-87acb18cbf645a3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27272024-11-06T07:57:30.847Z Dirty bitflags v1.3.2: the rustflags changed
27282024-11-06T07:57:30.847Z Compiling bitflags v1.3.2
27292024-11-06T07:57:30.850Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=0a29f9290229ca2f -C extra-filename=-0a29f9290229ca2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27302024-11-06T07:57:30.888Z Dirty paste v1.0.15: the rustflags changed
27312024-11-06T07:57:30.889Z Compiling paste v1.0.15
27322024-11-06T07:57:30.892Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ba9ab7396cdea7bd -C extra-filename=-ba9ab7396cdea7bd --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-ba9ab7396cdea7bd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27332024-11-06T07:57:30.938Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-be273ddca95773e5/build-script-build`
27342024-11-06T07:57:30.978Z Dirty hex v0.4.3: the rustflags changed
27352024-11-06T07:57:30.978Z Compiling hex v0.4.3
27362024-11-06T07:57:30.980Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=bea150908669ba2d -C extra-filename=-bea150908669ba2d --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-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27372024-11-06T07:57:31.007Z Dirty itertools v0.10.5: the rustflags changed
27382024-11-06T07:57:31.007Z Compiling itertools v0.10.5
27392024-11-06T07:57:31.007Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=cf391c8b3491fee0 -C extra-filename=-cf391c8b3491fee0 --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-4a9dc6afd4d7fafa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27402024-11-06T07:57:31.372Z Dirty clap v4.5.20: the rustflags changed
27412024-11-06T07:57:31.373Z Compiling clap v4.5.20
27422024-11-06T07:57:31.376Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.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' '--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=5165bd1b3e54bd2d -C extra-filename=-5165bd1b3e54bd2d --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-ff72a15d5abbbcbb.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-ab4aa719f8c0a07a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27432024-11-06T07:57:31.485Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-ba9ab7396cdea7bd/build-script-build`
27442024-11-06T07:57:31.519Z Dirty dof v0.3.0: the rustflags changed
27452024-11-06T07:57:31.519Z Compiling dof v0.3.0
27462024-11-06T07:57:31.521Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=2d24512202c3edb4 -C extra-filename=-2d24512202c3edb4 --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-727a7b2d074d5af3.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-85586f0010100645.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-65ce327e1c84bc7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27472024-11-06T07:57:31.569Z Dirty bit-vec v0.6.3: the rustflags changed
27482024-11-06T07:57:31.569Z Compiling bit-vec v0.6.3
27492024-11-06T07:57:31.573Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=a2750eff915f90df -C extra-filename=-a2750eff915f90df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27502024-11-06T07:57:31.640Z Dirty stable_deref_trait v1.2.0: the rustflags changed
27512024-11-06T07:57:31.640Z Compiling stable_deref_trait v1.2.0
27522024-11-06T07:57:31.772Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=0470307aa641b20e -C extra-filename=-0470307aa641b20e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27532024-11-06T07:57:31.775Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=525d494fc166b762 -C extra-filename=-525d494fc166b762 --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"))'`
27542024-11-06T07:57:32.062Z Dirty bit-set v0.5.3: the rustflags changed
27552024-11-06T07:57:32.062Z Compiling bit-set v0.5.3
27562024-11-06T07:57:32.065Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=80ad4cd7f0cddf1a -C extra-filename=-80ad4cd7f0cddf1a --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-a2750eff915f90df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27572024-11-06T07:57:32.379Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=42e66d799d40a197 -C extra-filename=-42e66d799d40a197 --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-e24dfd866924e567.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-2d24512202c3edb4.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-c1820da4db54e810.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-8a1ce789dac41d55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
27582024-11-06T07:57:33.066Z Dirty elliptic-curve v0.13.8: the rustflags changed
27592024-11-06T07:57:33.066Z Compiling elliptic-curve v0.13.8
27602024-11-06T07:57:33.087Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "dev", "digest", "ecdh", "ff", "group", "hash2curve", "hazmat", "jwk", "pem", "pkcs8", "sec1", "serde", "std", "voprf"))' -C metadata=2766537d8ac0b1c3 -C extra-filename=-2766537d8ac0b1c3 --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-8480a90d47051b07.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-eb41c55900003dae.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-14c62e65ff922fd4.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9e1b6ce8fcb9eb7b.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1bf707952bf72afc.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-153758aceb3cd21b.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91722d65ff8a2813.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5bba9131e5a5a9a7.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1bcd6e7431d0c529.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-803be08526a01892.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27612024-11-06T07:57:33.611Z Dirty crossbeam-deque v0.8.5: the rustflags changed
27622024-11-06T07:57:33.611Z Compiling crossbeam-deque v0.8.5
27632024-11-06T07:57:33.614Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=454f7915573dda69 -C extra-filename=-454f7915573dda69 --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-42d0637fa497cb3d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-830fd7ccfcb0c526.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27642024-11-06T07:57:33.888Z Dirty num-iter v0.1.45: the rustflags changed
27652024-11-06T07:57:33.888Z Compiling num-iter v0.1.45
27662024-11-06T07:57:33.891Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=491118f9ec503a05 -C extra-filename=-491118f9ec503a05 --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-705691fbe0070fa7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6660e290b0adf5ff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27672024-11-06T07:57:33.950Z Dirty flate2 v1.0.34: the rustflags changed
27682024-11-06T07:57:33.950Z Compiling flate2 v1.0.34
27692024-11-06T07:57:33.952Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.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="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=f24cf5ecde8382e3 -C extra-filename=-f24cf5ecde8382e3 --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-7add7d581a0a3d92.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-0780a2bc915a4180.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27702024-11-06T07:57:33.979Z Dirty curve25519-dalek v4.1.3: the rustflags changed
27712024-11-06T07:57:33.979Z Compiling curve25519-dalek v4.1.3
27722024-11-06T07:57:33.981Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=3e4f0b75cd8c623d -C extra-filename=-3e4f0b75cd8c623d --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-3e4f0b75cd8c623d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c6962bd1b9121721.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27732024-11-06T07:57:34.007Z Dirty crossbeam-channel v0.5.13: the rustflags changed
27742024-11-06T07:57:34.007Z Compiling crossbeam-channel v0.5.13
27752024-11-06T07:57:34.010Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4b624fa19efe616d -C extra-filename=-4b624fa19efe616d --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-830fd7ccfcb0c526.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27762024-11-06T07:57:34.088Z Dirty memmap v0.7.0: the rustflags changed
27772024-11-06T07:57:34.088Z Compiling memmap v0.7.0
27782024-11-06T07:57:34.090Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af135560e41d5231 -C extra-filename=-af135560e41d5231 --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27792024-11-06T07:57:34.480Z Dirty thread_local v1.1.8: the rustflags changed
27802024-11-06T07:57:34.480Z Compiling thread_local v1.1.8
27812024-11-06T07:57:34.483Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=4d20fbaa74cd0864 -C extra-filename=-4d20fbaa74cd0864 --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-3a9f8848cb985fb5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27822024-11-06T07:57:34.762Z Dirty num-bigint-dig v0.8.4: the rustflags changed
27832024-11-06T07:57:34.762Z Compiling num-bigint-dig v0.8.4
27842024-11-06T07:57:34.764Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=c68374765820bca2 -C extra-filename=-c68374765820bca2 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-c68374765820bca2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27852024-11-06T07:57:34.975Z Dirty slog-async v2.8.0: the rustflags changed
27862024-11-06T07:57:34.975Z Compiling slog-async v2.8.0
27872024-11-06T07:57:34.987Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=f8fbb14228ee6a69 -C extra-filename=-f8fbb14228ee6a69 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-f8fbb14228ee6a69 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27882024-11-06T07:57:35.049Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-3e4f0b75cd8c623d/build-script-build`
27892024-11-06T07:57:35.093Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=11c1ffc60bd5ec2b -C extra-filename=-11c1ffc60bd5ec2b --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-454f7915573dda69.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-830fd7ccfcb0c526.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902024-11-06T07:57:35.141Z Dirty toml v0.7.8: the rustflags changed
27912024-11-06T07:57:35.141Z Compiling toml v0.7.8
27922024-11-06T07:57:35.143Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=896f8a38cf2a3f95 -C extra-filename=-896f8a38cf2a3f95 --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-269908bc00c83ab7.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-dd42b71a02c2db23.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-60f59f901f5af4f1.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d004079115bc03a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27932024-11-06T07:57:35.171Z Dirty phf_shared v0.11.2: the rustflags changed
27942024-11-06T07:57:35.171Z Compiling phf_shared v0.11.2
27952024-11-06T07:57:35.177Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=e07776025399bf26 -C extra-filename=-e07776025399bf26 --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-fc914b4c37e5af60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27962024-11-06T07:57:35.177Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-c68374765820bca2/build-script-build`
27972024-11-06T07:57:35.236Z Dirty rfc6979 v0.4.0: the rustflags changed
27982024-11-06T07:57:35.236Z Compiling rfc6979 v0.4.0
27992024-11-06T07:57:35.259Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rfc6979-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b26ad2deb39aceb3 -C extra-filename=-b26ad2deb39aceb3 --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-3716f9bff5f1ecbe.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28002024-11-06T07:57:35.364Z Dirty curve25519-dalek-derive v0.1.1: the rustflags changed
28012024-11-06T07:57:35.364Z Compiling curve25519-dalek-derive v0.1.1
28022024-11-06T07:57:35.366Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c11610974370f970 -C extra-filename=-c11610974370f970 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28032024-11-06T07:57:35.443Z Dirty zerocopy-derive v0.6.6: the rustflags changed
28042024-11-06T07:57:35.443Z Compiling zerocopy-derive v0.6.6
28052024-11-06T07:57:35.446Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dabc8af87c2f3123 -C extra-filename=-dabc8af87c2f3123 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28062024-11-06T07:57:35.570Z Dirty bstr v1.10.0: the rustflags changed
28072024-11-06T07:57:35.570Z Compiling bstr v1.10.0
28082024-11-06T07:57:35.570Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=b51e3ea9db37203e -C extra-filename=-b51e3ea9db37203e --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-67e0a46ec2bfb252.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-f1e3a7c04597f989.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28092024-11-06T07:57:35.598Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-f8fbb14228ee6a69/build-script-build`
28102024-11-06T07:57:35.650Z Dirty usdt-macro v0.5.0: the rustflags changed
28112024-11-06T07:57:35.650Z Compiling usdt-macro v0.5.0
28122024-11-06T07:57:35.652Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=90a66ed60c19fee5 -C extra-filename=-90a66ed60c19fee5 --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-c1820da4db54e810.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a85680cc9908cb93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-42e66d799d40a197.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28132024-11-06T07:57:35.680Z Dirty usdt-attr-macro v0.5.0: the rustflags changed
28142024-11-06T07:57:35.680Z Compiling usdt-attr-macro v0.5.0
28152024-11-06T07:57:35.684Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=f1131b310d6f6a25 -C extra-filename=-f1131b310d6f6a25 --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-c1820da4db54e810.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a85680cc9908cb93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-42e66d799d40a197.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28162024-11-06T07:57:36.768Z Dirty take_mut v0.2.2: the rustflags changed
28172024-11-06T07:57:36.768Z Compiling take_mut v0.2.2
28182024-11-06T07:57:36.771Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2dcf7827a1f4d9f8 -C extra-filename=-2dcf7827a1f4d9f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28192024-11-06T07:57:36.797Z Dirty rustls v0.22.4: the rustflags changed
28202024-11-06T07:57:36.797Z Compiling rustls v0.22.4
28212024-11-06T07:57:36.797Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=9e051d999dc1eb9d -C extra-filename=-9e051d999dc1eb9d --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-9e051d999dc1eb9d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28222024-11-06T07:57:36.953Z Dirty managed v0.8.0: the rustflags changed
28232024-11-06T07:57:36.953Z Compiling managed v0.8.0
28242024-11-06T07:57:36.956Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=efebdf221d3b73ad -C extra-filename=-efebdf221d3b73ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28252024-11-06T07:57:36.986Z Dirty signal-hook v0.3.17: the rustflags changed
28262024-11-06T07:57:36.987Z Compiling signal-hook v0.3.17
28272024-11-06T07:57:36.989Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=2fb8cf680648f425 -C extra-filename=-2fb8cf680648f425 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-2fb8cf680648f425 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28282024-11-06T07:57:37.144Z Dirty fixedbitset v0.4.2: the rustflags changed
28292024-11-06T07:57:37.144Z Compiling fixedbitset v0.4.2
28302024-11-06T07:57:37.175Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=6f4d34828a647125 -C extra-filename=-6f4d34828a647125 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28312024-11-06T07:57:37.328Z Dirty match_cfg v0.1.0: the rustflags changed
28322024-11-06T07:57:37.328Z Compiling match_cfg v0.1.0
28332024-11-06T07:57:37.331Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=68c262d7f93fb904 -C extra-filename=-68c262d7f93fb904 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28342024-11-06T07:57:37.392Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-2fb8cf680648f425/build-script-build`
28352024-11-06T07:57:37.397Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-9e051d999dc1eb9d/build-script-build`
28362024-11-06T07:57:37.399Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=f12c971a1db56268 -C extra-filename=-f12c971a1db56268 --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-3a9f8848cb985fb5.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-68208c04c9dfb23d.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-c11610974370f970.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-14c62e65ff922fd4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.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"'`
28372024-11-06T07:57:37.444Z Dirty petgraph v0.6.5: the rustflags changed
28382024-11-06T07:57:37.444Z Compiling petgraph v0.6.5
28392024-11-06T07:57:37.447Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=5ef2f1f3258ec3e6 -C extra-filename=-5ef2f1f3258ec3e6 --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-4b624fa19efe616d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-2dcf7827a1f4d9f8.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-4d20fbaa74cd0864.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
28402024-11-06T07:57:37.447Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=b2e86226233d43a5 -C extra-filename=-b2e86226233d43a5 --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-6f4d34828a647125.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e5552635b571d05f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28412024-11-06T07:57:37.492Z Dirty hostname v0.3.1: the rustflags changed
28422024-11-06T07:57:37.492Z Compiling hostname v0.3.1
28432024-11-06T07:57:37.492Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=e7c0914443023527 -C extra-filename=-e7c0914443023527 --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-5e430ebab9bd9caf.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-68c262d7f93fb904.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28442024-11-06T07:57:37.518Z Dirty usdt v0.5.0: the rustflags changed
28452024-11-06T07:57:37.518Z Compiling usdt v0.5.0
28462024-11-06T07:57:37.527Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=dc96afe696808903 -C extra-filename=-dc96afe696808903 --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-2d24512202c3edb4.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-c1820da4db54e810.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-727a7b2d074d5af3.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-af135560e41d5231.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-f1131b310d6f6a25.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-42e66d799d40a197.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-90a66ed60c19fee5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28472024-11-06T07:57:37.622Z Dirty ecdsa v0.16.9: the rustflags changed
28482024-11-06T07:57:37.622Z Compiling ecdsa v0.16.9
28492024-11-06T07:57:37.634Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ecdsa-0.16.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rfc6979"' --cfg 'feature="signing"' --cfg 'feature="spki"' --cfg 'feature="std"' --cfg 'feature="verifying"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "der", "dev", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "serde", "serdect", "sha2", "signing", "spki", "std", "verifying"))' -C metadata=5a997561f72bb41f -C extra-filename=-5a997561f72bb41f --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-33f4d8fc2dec0d4b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-14c62e65ff922fd4.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2766537d8ac0b1c3.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-b26ad2deb39aceb3.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f860fa672f8c28a7.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-37fe07d65ecb9243.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502024-11-06T07:57:37.724Z Dirty zerocopy v0.6.6: the rustflags changed
28512024-11-06T07:57:37.724Z Compiling zerocopy v0.6.6
28522024-11-06T07:57:37.734Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=3689f5d55485dcf2 -C extra-filename=-3689f5d55485dcf2 --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-e24dfd866924e567.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-dabc8af87c2f3123.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28532024-11-06T07:57:37.790Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=b950497410d08f2b -C extra-filename=-b950497410d08f2b --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-e24dfd866924e567.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-802887cd43335884.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-2f9c9ac03fc1d9d2.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-705691fbe0070fa7.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-491118f9ec503a05.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6660e290b0adf5ff.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-8fb7374548f1bc5f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
28542024-11-06T07:57:38.017Z Dirty slog-term v2.9.1: the rustflags changed
28552024-11-06T07:57:38.017Z Compiling slog-term v2.9.1
28562024-11-06T07:57:38.020Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=749ad3a1be8c2d89 -C extra-filename=-749ad3a1be8c2d89 --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-5650e16c205792da.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-2c9865cb6e9a9cfd.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-4d20fbaa74cd0864.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b7ea25faceb1c102.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28572024-11-06T07:57:38.522Z Dirty phf_shared v0.10.0: the rustflags changed
28582024-11-06T07:57:38.522Z Compiling phf_shared v0.10.0
28592024-11-06T07:57:38.524Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=4b8cf4553fc66351 -C extra-filename=-4b8cf4553fc66351 --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-fc914b4c37e5af60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28602024-11-06T07:57:38.598Z Dirty pkcs1 v0.7.5: the rustflags changed
28612024-11-06T07:57:38.598Z Compiling pkcs1 v0.7.5
28622024-11-06T07:57:38.621Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=dbe027f7e6cbbe8c -C extra-filename=-dbe027f7e6cbbe8c --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-33f4d8fc2dec0d4b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1bcd6e7431d0c529.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-37fe07d65ecb9243.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28632024-11-06T07:57:38.626Z Dirty bzip2-sys v0.1.11+1.0.8: the rustflags changed
28642024-11-06T07:57:38.626Z Compiling bzip2-sys v0.1.11+1.0.8
28652024-11-06T07:57:38.643Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=684941941b022a97 -C extra-filename=-684941941b022a97 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-684941941b022a97 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c92522b5f64ce473.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-7758a0649459c8d9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28662024-11-06T07:57:38.938Z Dirty new_debug_unreachable v1.0.6: the rustflags changed
28672024-11-06T07:57:38.938Z Compiling new_debug_unreachable v1.0.6
28682024-11-06T07:57:38.940Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d9b0c534740f2088 -C extra-filename=-d9b0c534740f2088 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28692024-11-06T07:57:39.065Z Dirty minimal-lexical v0.2.1: the rustflags changed
28702024-11-06T07:57:39.065Z Compiling minimal-lexical v0.2.1
28712024-11-06T07:57:39.069Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=4037166a91b76217 -C extra-filename=-4037166a91b76217 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28722024-11-06T07:57:39.275Z Dirty unicode-xid v0.2.6: the rustflags changed
28732024-11-06T07:57:39.275Z Compiling unicode-xid v0.2.6
28742024-11-06T07:57:39.278Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=6b8f6d0757d70170 -C extra-filename=-6b8f6d0757d70170 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28752024-11-06T07:57:39.353Z Dirty precomputed-hash v0.1.1: the rustflags changed
28762024-11-06T07:57:39.353Z Compiling precomputed-hash v0.1.1
28772024-11-06T07:57:39.356Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cca414a78edc2c0e -C extra-filename=-cca414a78edc2c0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782024-11-06T07:57:39.473Z Dirty nom v7.1.3: the rustflags changed
28792024-11-06T07:57:39.473Z Compiling nom v7.1.3
28802024-11-06T07:57:39.496Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=f31c551e32c21fb6 -C extra-filename=-f31c551e32c21fb6 --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-67e0a46ec2bfb252.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-4037166a91b76217.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28812024-11-06T07:57:39.500Z Dirty string_cache v0.8.7: the rustflags changed
28822024-11-06T07:57:39.500Z Compiling string_cache v0.8.7
28832024-11-06T07:57:39.503Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_support"))' -C metadata=d1899eb74ee961d4 -C extra-filename=-d1899eb74ee961d4 --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-d9b0c534740f2088.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-278271ef528ea378.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-4b8cf4553fc66351.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-cca414a78edc2c0e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28842024-11-06T07:57:39.568Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-684941941b022a97/build-script-build`
28852024-11-06T07:57:39.597Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=5cbb0261a2c523b5 -C extra-filename=-5cbb0261a2c523b5 --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-81e3e574966e5fac.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3acb9ca4c018b540.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a3def94b599e812e.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-c0e7a4d96fa1943c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out`
28862024-11-06T07:57:39.956Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=78ac86b264e9f763 -C extra-filename=-78ac86b264e9f763 --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-5e430ebab9bd9caf.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-16475f3d81a69a38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28872024-11-06T07:57:40.916Z Dirty rsa v0.9.6: the rustflags changed
28882024-11-06T07:57:40.916Z Compiling rsa v0.9.6
28892024-11-06T07:57:40.919Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' --cfg 'feature="u64_digit"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "hazmat", "nightly", "pem", "pkcs5", "serde", "sha1", "sha2", "std", "u64_digit"))' -C metadata=d83515ae026c9753 -C extra-filename=-d83515ae026c9753 --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-4774ceefd9811b02.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-14c62e65ff922fd4.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b950497410d08f2b.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-705691fbe0070fa7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6660e290b0adf5ff.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-dbe027f7e6cbbe8c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1bcd6e7431d0c529.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f860fa672f8c28a7.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-37fe07d65ecb9243.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28902024-11-06T07:57:41.223Z Dirty ed25519 v2.2.3: the rustflags changed
28912024-11-06T07:57:41.223Z Compiling ed25519 v2.2.3
28922024-11-06T07:57:41.226Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=fce264fdae4ae9ca -C extra-filename=-fce264fdae4ae9ca --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-1bcd6e7431d0c529.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f860fa672f8c28a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28932024-11-06T07:57:41.544Z Dirty hubpack_derive v0.1.1: the rustflags changed
28942024-11-06T07:57:41.544Z Compiling hubpack_derive v0.1.1
28952024-11-06T07:57:41.547Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=be416952c63d6b74 -C extra-filename=-be416952c63d6b74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a5d19bab82be3de2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962024-11-06T07:57:42.178Z Dirty multer v3.1.0: the rustflags changed
28972024-11-06T07:57:42.178Z Compiling multer v3.1.0
28982024-11-06T07:57:42.181Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=575096ee1911e6ef -C extra-filename=-575096ee1911e6ef --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-575096ee1911e6ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fe20cb8cb0cd687a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28992024-11-06T07:57:42.569Z Dirty quick-error v1.2.3: the rustflags changed
29002024-11-06T07:57:42.569Z Compiling quick-error v1.2.3
29012024-11-06T07:57:42.604Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c8b754fad6fc079c -C extra-filename=-c8b754fad6fc079c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29022024-11-06T07:57:42.661Z Dirty hubpack v0.1.2: the rustflags changed
29032024-11-06T07:57:42.661Z Compiling hubpack v0.1.2
29042024-11-06T07:57:42.663Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=511ffae39571fcdb -C extra-filename=-511ffae39571fcdb --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-be416952c63d6b74.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29052024-11-06T07:57:42.737Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-575096ee1911e6ef/build-script-build`
29062024-11-06T07:57:42.826Z Dirty ed25519-dalek v2.1.1: the rustflags changed
29072024-11-06T07:57:42.826Z Compiling ed25519-dalek v2.1.1
29082024-11-06T07:57:42.853Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-dalek-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="fast"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="signature"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "asm", "batch", "default", "digest", "fast", "hazmat", "legacy_compatibility", "merlin", "pem", "pkcs8", "rand_core", "serde", "signature", "std", "zeroize"))' -C metadata=f670185fe28d0078 -C extra-filename=-f670185fe28d0078 --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-f12c971a1db56268.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-fce264fdae4ae9ca.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f860fa672f8c28a7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29092024-11-06T07:57:43.127Z Dirty heapless v0.7.17: the rustflags changed
29102024-11-06T07:57:43.128Z Compiling heapless v0.7.17
29112024-11-06T07:57:43.130Z Dirty slog-json v2.6.1: the rustflags changed
29122024-11-06T07:57:43.130Z Compiling slog-json v2.6.1
29132024-11-06T07:57:43.130Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=dbf61326827696a1 -C extra-filename=-dbf61326827696a1 --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-5e430ebab9bd9caf.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-06807dd4dc388691/out/lib -l static=bz2`
29142024-11-06T07:57:43.130Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=e5eb12a5b4094c76 -C extra-filename=-e5eb12a5b4094c76 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-e5eb12a5b4094c76 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c6962bd1b9121721.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29152024-11-06T07:57:43.131Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=eb0cb57cfe573841 -C extra-filename=-eb0cb57cfe573841 --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-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b7ea25faceb1c102.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29162024-11-06T07:57:43.285Z Dirty x509-cert v0.2.5: the rustflags changed
29172024-11-06T07:57:43.285Z Compiling x509-cert v0.2.5
29182024-11-06T07:57:43.288Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=a17316c84dfe119d -C extra-filename=-a17316c84dfe119d --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-4774ceefd9811b02.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-33f4d8fc2dec0d4b.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-37fe07d65ecb9243.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29192024-11-06T07:57:43.576Z Dirty async-stream-impl v0.3.6: the rustflags changed
29202024-11-06T07:57:43.576Z Compiling async-stream-impl v0.3.6
29212024-11-06T07:57:43.579Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bf4ef024f9db5a24 -C extra-filename=-bf4ef024f9db5a24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29222024-11-06T07:57:43.738Z Dirty enum-as-inner v0.6.1: the rustflags changed
29232024-11-06T07:57:43.738Z Compiling enum-as-inner v0.6.1
29242024-11-06T07:57:43.741Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2dbbab2a7d707c67 -C extra-filename=-2dbbab2a7d707c67 --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-d3a2d607a5fdf8df.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29252024-11-06T07:57:44.140Z Dirty tokio-rustls v0.25.0: the rustflags changed
29262024-11-06T07:57:44.140Z Compiling tokio-rustls v0.25.0
29272024-11-06T07:57:44.143Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=3931f4b09c53e3e4 -C extra-filename=-3931f4b09c53e3e4 --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-5cbb0261a2c523b5.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a3def94b599e812e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out`
29282024-11-06T07:57:44.609Z Dirty itertools v0.12.1: the rustflags changed
29292024-11-06T07:57:44.609Z Compiling itertools v0.12.1
29302024-11-06T07:57:44.612Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=4606acc70281245d -C extra-filename=-4606acc70281245d --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-4a9dc6afd4d7fafa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29312024-11-06T07:57:45.012Z Dirty idna v0.4.0: the rustflags changed
29322024-11-06T07:57:45.012Z Compiling idna v0.4.0
29332024-11-06T07:57:45.013Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=9a613912a37dc712 -C extra-filename=-9a613912a37dc712 --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-b3bd218e77493777.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-365aa1a7c82b17a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29342024-11-06T07:57:45.103Z Dirty dropshot v0.12.0: the rustflags changed
29352024-11-06T07:57:45.103Z Compiling dropshot v0.12.0
29362024-11-06T07:57:45.105Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.12.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=544ed9a98bd2a107 -C extra-filename=-544ed9a98bd2a107 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-544ed9a98bd2a107 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fe20cb8cb0cd687a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29372024-11-06T07:57:45.495Z Dirty debug-ignore v1.0.5: the rustflags changed
29382024-11-06T07:57:45.495Z Compiling debug-ignore v1.0.5
29392024-11-06T07:57:45.497Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=06a5fd56a58d72b1 -C extra-filename=-06a5fd56a58d72b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29402024-11-06T07:57:45.523Z Dirty lalrpop-util v0.19.12: the rustflags changed
29412024-11-06T07:57:45.523Z Compiling lalrpop-util v0.19.12
29422024-11-06T07:57:45.526Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lexer", "regex", "std"))' -C metadata=52313d9d65cb49f4 -C extra-filename=-52313d9d65cb49f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29432024-11-06T07:57:45.671Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-544ed9a98bd2a107/build-script-build`
29442024-11-06T07:57:45.753Z Dirty async-stream v0.3.6: the rustflags changed
29452024-11-06T07:57:45.753Z Compiling async-stream v0.3.6
29462024-11-06T07:57:45.756Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aa7346985812904d -C extra-filename=-aa7346985812904d --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-bf4ef024f9db5a24.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29472024-11-06T07:57:45.912Z Dirty hickory-proto v0.24.1: the rustflags changed
29482024-11-06T07:57:45.912Z Compiling hickory-proto v0.24.1
29492024-11-06T07:57:45.915Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=3424bbf8ce57e058 -C extra-filename=-3424bbf8ce57e058 --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-4c8e06103831ec1b.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-84e888d97715bed6.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-2dbbab2a7d707c67.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-bb45aa76554642b3.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ae42e329c8d69c33.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9a613912a37dc712.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-1633ce11f04956d7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-4b5c7b8dd5a16f70.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29502024-11-06T07:57:46.083Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-e5eb12a5b4094c76/build-script-build`
29512024-11-06T07:57:46.171Z Dirty slog-bunyan v2.5.0: the rustflags changed
29522024-11-06T07:57:46.171Z Compiling slog-bunyan v2.5.0
29532024-11-06T07:57:46.173Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=781fdb0910cc187e -C extra-filename=-781fdb0910cc187e --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-e7c0914443023527.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-eb0cb57cfe573841.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b7ea25faceb1c102.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29542024-11-06T07:57:46.411Z Dirty bzip2 v0.4.4: the rustflags changed
29552024-11-06T07:57:46.411Z Compiling bzip2 v0.4.4
29562024-11-06T07:57:46.414Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=6a0b59fe5a5d56a0 -C extra-filename=-6a0b59fe5a5d56a0 --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-dbf61326827696a1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.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-06807dd4dc388691/out/lib`
29572024-11-06T07:57:46.613Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=7d453c2c60ab2121 -C extra-filename=-7d453c2c60ab2121 --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-28b401de3dbe7ac5.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-00b6a6fc1cfba432.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5d8a463318a86900.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-d9c84f3cc4dc8e05.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4e5ab92ea1014325.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29582024-11-06T07:57:46.815Z Dirty signal-hook-mio v0.2.4: the rustflags changed
29592024-11-06T07:57:46.815Z Compiling signal-hook-mio v0.2.4
29602024-11-06T07:57:46.830Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-1_0"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=821c11c76c817bba -C extra-filename=-821c11c76c817bba --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-5e430ebab9bd9caf.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-37e4304872f28ac3.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-78ac86b264e9f763.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29612024-11-06T07:57:47.009Z Dirty console v0.15.8: the rustflags changed
29622024-11-06T07:57:47.009Z Compiling console v0.15.8
29632024-11-06T07:57:47.012Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.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="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=1fadb5960a8d19a8 -C extra-filename=-1fadb5960a8d19a8 --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-802887cd43335884.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29642024-11-06T07:57:47.695Z Dirty dropshot_endpoint v0.12.0: the rustflags changed
29652024-11-06T07:57:47.695Z Compiling dropshot_endpoint v0.12.0
29662024-11-06T07:57:47.697Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot_endpoint-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=704eba9bc78670f8 -C extra-filename=-704eba9bc78670f8 --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-d3a2d607a5fdf8df.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a85680cc9908cb93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29672024-11-06T07:57:47.882Z Dirty serde_path_to_error v0.1.16: the rustflags changed
29682024-11-06T07:57:47.882Z Compiling serde_path_to_error v0.1.16
29692024-11-06T07:57:47.884Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8ebf534aa119cf7e -C extra-filename=-8ebf534aa119cf7e --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-2e2f4eb969836d3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29702024-11-06T07:57:48.072Z Dirty waitgroup v0.1.2: the rustflags changed
29712024-11-06T07:57:48.072Z Compiling waitgroup v0.1.2
29722024-11-06T07:57:48.075Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=84a61c1709cea45f -C extra-filename=-84a61c1709cea45f --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-d6f71f9053019c8a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29732024-11-06T07:57:48.319Z Dirty hostname v0.4.0: the rustflags changed
29742024-11-06T07:57:48.319Z Compiling hostname v0.4.0
29752024-11-06T07:57:48.322Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=2680ff2796872663 -C extra-filename=-2680ff2796872663 --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-3a9f8848cb985fb5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29762024-11-06T07:57:48.612Z Dirty hash32 v0.2.1: the rustflags changed
29772024-11-06T07:57:48.612Z Compiling hash32 v0.2.1
29782024-11-06T07:57:48.615Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7bd519207083c438 -C extra-filename=-7bd519207083c438 --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-e24dfd866924e567.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29792024-11-06T07:57:48.638Z Dirty portable-atomic v1.9.0: the rustflags changed
29802024-11-06T07:57:48.638Z Compiling portable-atomic v1.9.0
29812024-11-06T07:57:48.640Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.9.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --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"))' --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)' -C metadata=d1ccff0fa1274dff -C extra-filename=-d1ccff0fa1274dff --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-d1ccff0fa1274dff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29822024-11-06T07:57:48.666Z Dirty smoltcp v0.9.1: the rustflags changed
29832024-11-06T07:57:48.666Z Compiling smoltcp v0.9.1
29842024-11-06T07:57:48.669Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=b995c55bd7bcad00 -C extra-filename=-b995c55bd7bcad00 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-b995c55bd7bcad00 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29852024-11-06T07:57:48.809Z Dirty linked-hash-map v0.5.6: the rustflags changed
29862024-11-06T07:57:48.809Z Compiling linked-hash-map v0.5.6
29872024-11-06T07:57:48.839Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=3aa6e11da5df3b14 -C extra-filename=-3aa6e11da5df3b14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29882024-11-06T07:57:49.018Z Dirty unicode-properties v0.1.3: the rustflags changed
29892024-11-06T07:57:49.018Z Compiling unicode-properties v0.1.3
29902024-11-06T07:57:49.020Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-properties-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="emoji"' --cfg 'feature="general-category"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=2062cfe082417c8c -C extra-filename=-2062cfe082417c8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29912024-11-06T07:57:49.174Z Dirty predicates-core v1.0.8: the rustflags changed
29922024-11-06T07:57:49.174Z Compiling predicates-core v1.0.8
29932024-11-06T07:57:49.177Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=04ddfe6f69a0dea9 -C extra-filename=-04ddfe6f69a0dea9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29942024-11-06T07:57:49.205Z Dirty lru-cache v0.1.2: the rustflags changed
29952024-11-06T07:57:49.205Z Compiling lru-cache v0.1.2
29962024-11-06T07:57:49.235Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=8ff4fd01cbe58fb5 -C extra-filename=-8ff4fd01cbe58fb5 --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-3aa6e11da5df3b14.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29972024-11-06T07:57:49.410Z Dirty stringprep v0.1.5: the rustflags changed
29982024-11-06T07:57:49.410Z Compiling stringprep v0.1.5
29992024-11-06T07:57:49.413Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ef03d475db04af85 -C extra-filename=-ef03d475db04af85 --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-b3bd218e77493777.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-365aa1a7c82b17a1.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-2062cfe082417c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30002024-11-06T07:57:49.439Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=23b6744b78459df4 -C extra-filename=-23b6744b78459df4 --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-7bd519207083c438.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4e5ab92ea1014325.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-0470307aa641b20e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
30012024-11-06T07:57:49.472Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-b995c55bd7bcad00/build-script-build`
30022024-11-06T07:57:49.513Z Dirty crossterm v0.28.1: the rustflags changed
30032024-11-06T07:57:49.513Z Compiling crossterm v0.28.1
30042024-11-06T07:57:49.516Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=59d3c2f4b4dae7d2 -C extra-filename=-59d3c2f4b4dae7d2 --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-35b1b2b889dfc8ca.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-37e4304872f28ac3.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-278271ef528ea378.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d0fcbeecaf580e1a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-78ac86b264e9f763.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-821c11c76c817bba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30052024-11-06T07:57:49.539Z Dirty similar v2.6.0: the rustflags changed
30062024-11-06T07:57:49.539Z Compiling similar v2.6.0
30072024-11-06T07:57:49.541Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=408a063a4091fdbc -C extra-filename=-408a063a4091fdbc --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-b51e3ea9db37203e.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3b8587e0c7ea651d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30082024-11-06T07:57:49.783Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-d1ccff0fa1274dff/build-script-build`
30092024-11-06T07:57:49.871Z Dirty rayon v1.10.0: the rustflags changed
30102024-11-06T07:57:49.871Z Compiling rayon v1.10.0
30112024-11-06T07:57:49.874Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=67b93f86f9ca9639 -C extra-filename=-67b93f86f9ca9639 --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-4a9dc6afd4d7fafa.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-11c1ffc60bd5ec2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30122024-11-06T07:57:50.564Z Dirty tokio-stream v0.1.16: the rustflags changed
30132024-11-06T07:57:50.565Z Compiling tokio-stream v0.1.16
30142024-11-06T07:57:50.601Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=6c9a16967fd14933 -C extra-filename=-6c9a16967fd14933 --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-b5918c7bb1241671.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30152024-11-06T07:57:50.700Z Dirty md-5 v0.10.6: the rustflags changed
30162024-11-06T07:57:50.700Z Compiling md-5 v0.10.6
30172024-11-06T07:57:50.704Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=8c303ce35af43ac9 -C extra-filename=-8c303ce35af43ac9 --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-3a9f8848cb985fb5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-14c62e65ff922fd4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30182024-11-06T07:57:50.995Z Dirty float-cmp v0.9.0: the rustflags changed
30192024-11-06T07:57:50.995Z Compiling float-cmp v0.9.0
30202024-11-06T07:57:50.998Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=b06a3a0e37a27d50 -C extra-filename=-b06a3a0e37a27d50 --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-6660e290b0adf5ff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30212024-11-06T07:57:51.250Z Dirty fs-err v2.11.0: the rustflags changed
30222024-11-06T07:57:51.250Z Compiling fs-err v2.11.0
30232024-11-06T07:57:51.252Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=5abf95b3526007fd -C extra-filename=-5abf95b3526007fd --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-5abf95b3526007fd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-9cfbfcf28d644455.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30242024-11-06T07:57:51.431Z Dirty fallible-iterator v0.2.0: the rustflags changed
30252024-11-06T07:57:51.431Z Compiling fallible-iterator v0.2.0
30262024-11-06T07:57:51.434Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d5406de707b00213 -C extra-filename=-d5406de707b00213 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30272024-11-06T07:57:51.602Z Dirty normalize-line-endings v0.3.0: the rustflags changed
30282024-11-06T07:57:51.602Z Compiling normalize-line-endings v0.3.0
30292024-11-06T07:57:51.605Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d5761b3ce4a8984e -C extra-filename=-d5761b3ce4a8984e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30302024-11-06T07:57:51.641Z Dirty difflib v0.4.0: the rustflags changed
30312024-11-06T07:57:51.641Z Compiling difflib v0.4.0
30322024-11-06T07:57:51.644Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=80c812ca333ebf3d -C extra-filename=-80c812ca333ebf3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30332024-11-06T07:57:51.753Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-5abf95b3526007fd/build-script-build`
30342024-11-06T07:57:51.913Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=10c30e8b402a74f5 -C extra-filename=-10c30e8b402a74f5 --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-0a29f9290229ca2f.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-e24dfd866924e567.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-23b6744b78459df4.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-efebdf221d3b73ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30352024-11-06T07:57:51.941Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --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"))' --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)' -C metadata=8d2fad38ecfc9afb -C extra-filename=-8d2fad38ecfc9afb --out-dir /work/oxidecomputer/omicron/target/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"))'`
30362024-11-06T07:57:52.137Z Dirty postgres-protocol v0.6.7: the rustflags changed
30372024-11-06T07:57:52.137Z Compiling postgres-protocol v0.6.7
30382024-11-06T07:57:52.140Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=aa65528d66dc6018 -C extra-filename=-aa65528d66dc6018 --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-031d0c34245e6fe3.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-e24dfd866924e567.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d5406de707b00213.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3716f9bff5f1ecbe.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-8c303ce35af43ac9.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-ef03d475db04af85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30392024-11-06T07:57:52.324Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=7384040dbc2a43ac -C extra-filename=-7384040dbc2a43ac --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-aa7346985812904d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-704eba9bc78670f8.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-54f603217e16f814.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-2680ff2796872663.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d0913e5e06d0a664.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-7d453c2c60ab2121.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-d4f3330b78c89d7d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5cbb0261a2c523b5.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e2ed480392ef3b43.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-79a4fa8b8c133532.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-8ebf534aa119cf7e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-167f82d4d67f511e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-781fdb0910cc187e.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-eb0cb57cfe573841.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-3931f4b09c53e3e4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-84a61c1709cea45f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out`
30402024-11-06T07:57:53.226Z Dirty predicates v3.1.2: the rustflags changed
30412024-11-06T07:57:53.226Z Compiling predicates v3.1.2
30422024-11-06T07:57:53.229Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=14d9a8a394afa972 -C extra-filename=-14d9a8a394afa972 --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-b47e140518d235ae.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-80c812ca333ebf3d.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-b06a3a0e37a27d50.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-d5761b3ce4a8984e.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-04ddfe6f69a0dea9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30432024-11-06T07:57:53.255Z Dirty zip v0.6.6: the rustflags changed
30442024-11-06T07:57:53.256Z Compiling zip v0.6.6
30452024-11-06T07:57:53.258Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes", "aes-crypto", "bzip2", "constant_time_eq", "default", "deflate", "deflate-miniz", "deflate-zlib", "flate2", "hmac", "pbkdf2", "sha1", "time", "unreserved", "zstd"))' -C metadata=56e91e2c6f079a37 -C extra-filename=-56e91e2c6f079a37 --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-e24dfd866924e567.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-6a0b59fe5a5d56a0.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-7add7d581a0a3d92.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.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-06807dd4dc388691/out/lib`
30462024-11-06T07:57:53.320Z Dirty resolv-conf v0.7.0: the rustflags changed
30472024-11-06T07:57:53.320Z Compiling resolv-conf v0.7.0
30482024-11-06T07:57:53.323Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("hostname", "system"))' -C metadata=9529a80f903030d6 -C extra-filename=-9529a80f903030d6 --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-e7c0914443023527.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-c8b754fad6fc079c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30492024-11-06T07:57:53.529Z Dirty phf v0.11.2: the rustflags changed
30502024-11-06T07:57:53.529Z Compiling phf v0.11.2
30512024-11-06T07:57:53.531Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=bcff8eb39b7bf28f -C extra-filename=-bcff8eb39b7bf28f --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-e07776025399bf26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30522024-11-06T07:57:53.859Z Dirty tungstenite v0.24.0: the rustflags changed
30532024-11-06T07:57:53.859Z Compiling tungstenite v0.24.0
30542024-11-06T07:57:53.887Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=2dbb7dfb2e765824 -C extra-filename=-2dbb7dfb2e765824 --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-e24dfd866924e567.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-84e888d97715bed6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5d8a463318a86900.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-167f82d4d67f511e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-41c8d522324e4d83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30552024-11-06T07:57:54.085Z Dirty strum_macros v0.25.3: the rustflags changed
30562024-11-06T07:57:54.085Z Compiling strum_macros v0.25.3
30572024-11-06T07:57:54.088Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=affc2af8f2dac199 -C extra-filename=-affc2af8f2dac199 --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-1050d0d9df4c1c3b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-33a9d417a525d47f.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30582024-11-06T07:57:54.140Z Dirty serde-big-array v0.5.1: the rustflags changed
30592024-11-06T07:57:54.140Z Compiling serde-big-array v0.5.1
30602024-11-06T07:57:54.143Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f7520c5dde00647a -C extra-filename=-f7520c5dde00647a --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-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30612024-11-06T07:57:54.401Z Dirty serde_repr v0.1.19: the rustflags changed
30622024-11-06T07:57:54.401Z Compiling serde_repr v0.1.19
30632024-11-06T07:57:54.404Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2fe095fa1d31d208 -C extra-filename=-2fe095fa1d31d208 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30642024-11-06T07:57:54.714Z Dirty number_prefix v0.4.0: the rustflags changed
30652024-11-06T07:57:54.714Z Compiling number_prefix v0.4.0
30662024-11-06T07:57:54.717Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f91b01a53cf9da41 -C extra-filename=-f91b01a53cf9da41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30672024-11-06T07:57:54.776Z Dirty peg-runtime v0.8.3: the rustflags changed
30682024-11-06T07:57:54.776Z Compiling peg-runtime v0.8.3
30692024-11-06T07:57:54.779Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-runtime-0.8.3/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "unstable"))' -C metadata=8877ffe90b8dd028 -C extra-filename=-8877ffe90b8dd028 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30702024-11-06T07:57:54.966Z Dirty indicatif v0.17.8: the rustflags changed
30712024-11-06T07:57:54.966Z Compiling indicatif v0.17.8
30722024-11-06T07:57:54.968Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-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="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=33d63d8362b3dd13 -C extra-filename=-33d63d8362b3dd13 --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-1fadb5960a8d19a8.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-f91b01a53cf9da41.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-8d2fad38ecfc9afb.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-67b93f86f9ca9639.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30732024-11-06T07:57:54.995Z Dirty tokio-tungstenite v0.24.0: the rustflags changed
30742024-11-06T07:57:54.995Z Compiling tokio-tungstenite v0.24.0
30752024-11-06T07:57:54.995Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=2d9b91e42db9704f -C extra-filename=-2d9b91e42db9704f --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-4d996534faf1d453.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-2dbb7dfb2e765824.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30762024-11-06T07:57:55.457Z Dirty hickory-resolver v0.24.1: the rustflags changed
30772024-11-06T07:57:55.457Z Compiling hickory-resolver v0.24.1
30782024-11-06T07:57:55.459Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-resolver-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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("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=2edc41f0e746cd80 -C extra-filename=-2edc41f0e746cd80 --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-3a9f8848cb985fb5.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-8ff4fd01cbe58fb5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-278271ef528ea378.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-9529a80f903030d6.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-8fb7374548f1bc5f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30792024-11-06T07:57:55.571Z Dirty postgres-types v0.2.8: the rustflags changed
30802024-11-06T07:57:55.571Z Compiling postgres-types v0.2.8
30812024-11-06T07:57:55.573Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array-impls", "array-init", "bit-vec-06", "chrono-04", "cidr-02", "derive", "eui48-04", "eui48-1", "geo-types-06", "geo-types-0_7", "jiff-01", "js", "postgres-derive", "serde-1", "serde_json-1", "smol_str-01", "time-02", "time-03", "uuid-08", "uuid-1", "with-bit-vec-0_6", "with-chrono-0_4", "with-cidr-0_2", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=dfedfaede04f1cd8 -C extra-filename=-dfedfaede04f1cd8 --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-28b401de3dbe7ac5.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d5406de707b00213.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-aa65528d66dc6018.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30822024-11-06T07:57:55.743Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=8ecdeec849edc631 -C extra-filename=-8ecdeec849edc631 --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-4b6201970a001ba1.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)'`
30832024-11-06T07:57:55.977Z Dirty derive-where v1.2.7: the rustflags changed
30842024-11-06T07:57:55.977Z Compiling derive-where v1.2.7
30852024-11-06T07:57:55.980Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "safe", "zeroize", "zeroize-on-drop"))' -C metadata=d97bd0ec0dbf820c -C extra-filename=-d97bd0ec0dbf820c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30862024-11-06T07:57:56.195Z Dirty whoami v1.5.2: the rustflags changed
30872024-11-06T07:57:56.195Z Compiling whoami v1.5.2
30882024-11-06T07:57:56.197Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' --check-cfg 'cfg(daku)' -C metadata=1f7ae8f5d2c44572 -C extra-filename=-1f7ae8f5d2c44572 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30892024-11-06T07:57:56.645Z Dirty tokio-postgres v0.7.12: the rustflags changed
30902024-11-06T07:57:56.645Z Compiling tokio-postgres v0.7.12
30912024-11-06T07:57:56.648Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array-impls", "default", "js", "runtime", "with-bit-vec-0_6", "with-chrono-0_4", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=0b0db03d454adf1c -C extra-filename=-0b0db03d454adf1c --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-4c8e06103831ec1b.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-e24dfd866924e567.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d5406de707b00213.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-bb45aa76554642b3.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-278271ef528ea378.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-d4f3330b78c89d7d.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-bcff8eb39b7bf28f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-aa65528d66dc6018.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-dfedfaede04f1cd8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-0e1e3b5e94906ac0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-1f7ae8f5d2c44572.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30922024-11-06T07:57:56.853Z Compiling hashbrown v0.14.5
30932024-11-06T07:57:56.856Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=5c206b67312ff43a -C extra-filename=-5c206b67312ff43a --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-3a57e7e4e88d8557.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-078c021b779ee5b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30942024-11-06T07:57:57.052Z Compiling unsafe-libyaml v0.2.11
30952024-11-06T07:57:57.056Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=960b7d634cceef80 -C extra-filename=-960b7d634cceef80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30962024-11-06T07:57:57.106Z Compiling progenitor-client v0.8.0
30972024-11-06T07:57:57.109Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-client-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=674c0e3bf5ef2549 -C extra-filename=-674c0e3bf5ef2549 --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-28b401de3dbe7ac5.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-d4f3330b78c89d7d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64`
30982024-11-06T07:57:57.595Z Dirty fastrand v2.1.1: the rustflags changed
30992024-11-06T07:57:57.595Z Compiling fastrand v2.1.1
31002024-11-06T07:57:57.598Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=81f8dbca40fb40c8 -C extra-filename=-81f8dbca40fb40c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31012024-11-06T07:57:58.181Z Compiling regress v0.10.1
31022024-11-06T07:57:58.184Z Compiling ident_case v1.0.1
31032024-11-06T07:57:58.184Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=b0558860a9f57932 -C extra-filename=-b0558860a9f57932 --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-5c206b67312ff43a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31042024-11-06T07:57:58.184Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=db83d79ad623a547 -C extra-filename=-db83d79ad623a547 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052024-11-06T07:57:58.220Z Dirty gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475): the rustflags changed
31062024-11-06T07:57:58.220Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
31072024-11-06T07:57:58.220Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=8afd7a32597e698d -C extra-filename=-8afd7a32597e698d --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-35b1b2b889dfc8ca.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-511ffae39571fcdb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-f7520c5dde00647a.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-2fe095fa1d31d208.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-10c30e8b402a74f5.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-affc2af8f2dac199.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3689f5d55485dcf2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31082024-11-06T07:57:58.434Z Compiling serde_yaml v0.9.34+deprecated
31092024-11-06T07:57:58.438Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.34+deprecated/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a91852fa20df3de8 -C extra-filename=-a91852fa20df3de8 --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-ee00718e200e680a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-2e2f4eb969836d3f.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-7e404b692f4fc795.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-960b7d634cceef80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31102024-11-06T07:57:59.072Z Compiling darling_core v0.20.10
31112024-11-06T07:57:59.075Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=27a7c63dfdd9768d -C extra-filename=-27a7c63dfdd9768d --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-562dd616f443bd7a.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-db83d79ad623a547.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-dcb55cc28a345ba7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31122024-11-06T07:57:59.625Z Dirty qorb v0.2.0: the rustflags changed
31132024-11-06T07:57:59.626Z Compiling qorb v0.2.0
31142024-11-06T07:57:59.629Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/qorb-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="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=2d9f201d99cbadd5 -C extra-filename=-2d9f201d99cbadd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d97bd0ec0dbf820c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-2d9b91e42db9704f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out`
31152024-11-06T07:58:01.540Z Compiling ipnetwork v0.20.0
31162024-11-06T07:58:01.543Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=e93687f563e14a1a -C extra-filename=-e93687f563e14a1a --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-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31172024-11-06T07:58:01.875Z Compiling tempfile v3.13.0
31182024-11-06T07:58:01.878Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=666d070415f4a622 -C extra-filename=-666d070415f4a622 --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-3a9f8848cb985fb5.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-81f8dbca40fb40c8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d0fcbeecaf580e1a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192024-11-06T07:58:02.309Z Compiling typify-impl v0.2.0
31202024-11-06T07:58:02.312Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-impl-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2a3b4a849d907497 -C extra-filename=-2a3b4a849d907497 --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-d3a2d607a5fdf8df.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b0558860a9f57932.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-173a1241f5d67181.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212024-11-06T07:58:02.462Z Dirty strum_macros v0.26.4: the rustflags changed
31222024-11-06T07:58:02.462Z Compiling strum_macros v0.26.4
31232024-11-06T07:58:02.464Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4f33e6e51849c596 -C extra-filename=-4f33e6e51849c596 --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-d3a2d607a5fdf8df.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-33a9d417a525d47f.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31242024-11-06T07:58:02.634Z Compiling newtype-uuid v1.1.2
31252024-11-06T07:58:02.636Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08", "serde", "std", "v4"))' -C metadata=895f8bcd08c072d3 -C extra-filename=-895f8bcd08c072d3 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype-uuid-895f8bcd08c072d3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31262024-11-06T07:58:02.761Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
31272024-11-06T07:58:02.764Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/7dacd26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=97eab9c7e64ab1b9 -C extra-filename=-97eab9c7e64ab1b9 --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-e93687f563e14a1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31282024-11-06T07:58:03.010Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-895f8bcd08c072d3/build-script-build`
31292024-11-06T07:58:03.050Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08", "serde", "std", "v4"))' -C metadata=e34685acac44cbed -C extra-filename=-e34685acac44cbed --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-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'`
31302024-11-06T07:58:03.206Z Dirty structmeta-derive v0.3.0: the rustflags changed
31312024-11-06T07:58:03.206Z Compiling structmeta-derive v0.3.0
31322024-11-06T07:58:03.208Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=29b03390efdae473 -C extra-filename=-29b03390efdae473 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31332024-11-06T07:58:03.413Z Compiling instant v0.1.13
31342024-11-06T07:58:03.418Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=8c1f09ab07597f0a -C extra-filename=-8c1f09ab07597f0a --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-3a9f8848cb985fb5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31352024-11-06T07:58:03.575Z Compiling regress v0.9.1
31362024-11-06T07:58:03.578Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=bc1dba9d1e60e316 -C extra-filename=-bc1dba9d1e60e316 --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-5c206b67312ff43a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31372024-11-06T07:58:03.602Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31382024-11-06T07:58:03.605Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' -C metadata=f2bfd114d6ea0444 -C extra-filename=-f2bfd114d6ea0444 --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-e34685acac44cbed.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31392024-11-06T07:58:03.953Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31402024-11-06T07:58:03.956Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=e6818d8f5907607b -C extra-filename=-e6818d8f5907607b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31412024-11-06T07:58:04.895Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31422024-11-06T07:58:04.898Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=534f0e50a5f36d13 -C extra-filename=-534f0e50a5f36d13 --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-214af69608e7a4f8.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-e6818d8f5907607b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31432024-11-06T07:58:05.096Z Compiling backoff v0.4.0
31442024-11-06T07:58:05.099Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=51013d43a4b80945 -C extra-filename=-51013d43a4b80945 --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-b5918c7bb1241671.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-590053dba71050d7.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-8c1f09ab07597f0a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31452024-11-06T07:58:05.195Z Compiling macaddr v1.0.1
31462024-11-06T07:58:05.198Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=66b484afaea79a74 -C extra-filename=-66b484afaea79a74 --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-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31472024-11-06T07:58:05.484Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
31482024-11-06T07:58:05.487Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5fb4a8c9af38b7b5 -C extra-filename=-5fb4a8c9af38b7b5 --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-bea150908669ba2d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31492024-11-06T07:58:05.660Z Compiling wait-timeout v0.2.0
31502024-11-06T07:58:05.660Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cdcfd34194b1af4c -C extra-filename=-cdcfd34194b1af4c --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31512024-11-06T07:58:05.688Z Compiling structmeta-derive v0.2.0
31522024-11-06T07:58:05.691Z Compiling darling_macro v0.20.10
31532024-11-06T07:58:05.691Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=93ca92d9a09609a4 -C extra-filename=-93ca92d9a09609a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31542024-11-06T07:58:05.710Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ef61841d236bceae -C extra-filename=-ef61841d236bceae --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-27a7c63dfdd9768d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31552024-11-06T07:58:06.097Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31562024-11-06T07:58:06.100Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c05489eefd293e58 -C extra-filename=-c05489eefd293e58 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-c05489eefd293e58 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-3a57e7e4e88d8557.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ec610d6212043b4f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-8480a90d47051b07.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-b84d62cfe5b37fff.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-80ad4cd7f0cddf1a.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a2750eff915f90df.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0a29f9290229ca2f.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-35b1b2b889dfc8ca.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b51e3ea9db37203e.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-e24dfd866924e567.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c92522b5f64ce473.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-70cb51caf15fac61.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-ff72a15d5abbbcbb.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-1fadb5960a8d19a8.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-48ba4fa9dc043f65.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-42d0637fa497cb3d.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-830fd7ccfcb0c526.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-d784a9f2661e9bce.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f12c971a1db56268.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-14c62e65ff922fd4.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-2d24512202c3edb4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-5a997561f72bb41f.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f670185fe28d0078.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2766537d8ac0b1c3.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9e1b6ce8fcb9eb7b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-bb45aa76554642b3.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ae42e329c8d69c33.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df9c791ee9497e83.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2eb9c3ff2ae48fa.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1bf707952bf72afc.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-590053dba71050d7.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-153758aceb3cd21b.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-12263ebdd16de34d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3716f9bff5f1ecbe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6641fcdd36cf9769.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d0913e5e06d0a664.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-a5aa95a529ec771a.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-cf391c8b3491fee0.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4606acc70281245d.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-52313d9d65cb49f4.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-802887cd43335884.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-efebdf221d3b73ad.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-37e4304872f28ac3.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-f31c551e32c21fb6.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b950497410d08f2b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-705691fbe0070fa7.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-491118f9ec503a05.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6660e290b0adf5ff.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-8877ffe90b8dd028.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5bba9131e5a5a9a7.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-bcff8eb39b7bf28f.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-e07776025399bf26.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1bcd6e7431d0c529.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-dfedfaede04f1cd8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-14d9a8a394afa972.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2d9f201d99cbadd5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-f1e3a7c04597f989.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-325b2837f6dab56c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3acb9ca4c018b540.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d83515ae026c9753.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d0fcbeecaf580e1a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-84e2854ef48233c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-79a4fa8b8c133532.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-167f82d4d67f511e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-408a063a4091fdbc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-8fb7374548f1bc5f.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4e5ab92ea1014325.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-d1899eb74ee961d4.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a5d19bab82be3de2.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b7ea25faceb1c102.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-3267e1ebc2fd832d.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-59a4aff6f226326f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-896f8a38cf2a3f95.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-60f59f901f5af4f1.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d004079115bc03a.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-4f9d309aee4b7b19.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-b3bd218e77493777.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-365aa1a7c82b17a1.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-6b8f6d0757d70170.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-42e66d799d40a197.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a17316c84dfe119d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-65ce327e1c84bc7e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-56e91e2c6f079a37.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
31572024-11-06T07:58:06.192Z Compiling rusty-fork v0.3.0
31582024-11-06T07:58:06.195Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=a17f1b8f4c395571 -C extra-filename=-a17f1b8f4c395571 --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-562dd616f443bd7a.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-c8b754fad6fc079c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-cdcfd34194b1af4c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31592024-11-06T07:58:06.293Z Dirty structmeta v0.3.0: the rustflags changed
31602024-11-06T07:58:06.293Z Compiling structmeta v0.3.0
31612024-11-06T07:58:06.295Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6bce5d8d30b4dc13 -C extra-filename=-6bce5d8d30b4dc13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-29b03390efdae473.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31622024-11-06T07:58:06.448Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-c05489eefd293e58/build-script-build`
31632024-11-06T07:58:06.490Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2021 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=05a996d3c8307a60 -C extra-filename=-05a996d3c8307a60 --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-3a57e7e4e88d8557.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ec610d6212043b4f.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-8480a90d47051b07.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-b84d62cfe5b37fff.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-80ad4cd7f0cddf1a.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a2750eff915f90df.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0a29f9290229ca2f.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-35b1b2b889dfc8ca.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b51e3ea9db37203e.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-e24dfd866924e567.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-70cb51caf15fac61.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-ff72a15d5abbbcbb.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-1fadb5960a8d19a8.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-48ba4fa9dc043f65.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-42d0637fa497cb3d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-830fd7ccfcb0c526.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-d784a9f2661e9bce.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f12c971a1db56268.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-14c62e65ff922fd4.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-2d24512202c3edb4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-5a997561f72bb41f.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f670185fe28d0078.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2766537d8ac0b1c3.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9e1b6ce8fcb9eb7b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-bb45aa76554642b3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ae42e329c8d69c33.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df9c791ee9497e83.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2eb9c3ff2ae48fa.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1bf707952bf72afc.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-590053dba71050d7.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-153758aceb3cd21b.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-12263ebdd16de34d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3716f9bff5f1ecbe.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6641fcdd36cf9769.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d0913e5e06d0a664.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-a5aa95a529ec771a.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-cf391c8b3491fee0.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4606acc70281245d.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-52313d9d65cb49f4.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-802887cd43335884.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-efebdf221d3b73ad.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-37e4304872f28ac3.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-f31c551e32c21fb6.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b950497410d08f2b.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-705691fbe0070fa7.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-491118f9ec503a05.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6660e290b0adf5ff.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-8877ffe90b8dd028.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5bba9131e5a5a9a7.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-bcff8eb39b7bf28f.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-e07776025399bf26.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1bcd6e7431d0c529.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-dfedfaede04f1cd8.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-14d9a8a394afa972.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2d9f201d99cbadd5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-f1e3a7c04597f989.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-325b2837f6dab56c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3acb9ca4c018b540.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d83515ae026c9753.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d0fcbeecaf580e1a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-84e2854ef48233c5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-79a4fa8b8c133532.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-167f82d4d67f511e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-408a063a4091fdbc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-8fb7374548f1bc5f.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4e5ab92ea1014325.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-d1899eb74ee961d4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b7ea25faceb1c102.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-59a4aff6f226326f.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-896f8a38cf2a3f95.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-60f59f901f5af4f1.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d004079115bc03a.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-4f9d309aee4b7b19.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-b3bd218e77493777.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-365aa1a7c82b17a1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-42e66d799d40a197.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a17316c84dfe119d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-65ce327e1c84bc7e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-56e91e2c6f079a37.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
31642024-11-06T07:58:06.609Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31652024-11-06T07:58:06.621Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f53e26fec1489110 -C extra-filename=-f53e26fec1489110 --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-05a996d3c8307a60.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
31662024-11-06T07:58:06.730Z Dirty parse-display-derive v0.10.0: the rustflags changed
31672024-11-06T07:58:06.730Z Compiling parse-display-derive v0.10.0
31682024-11-06T07:58:06.756Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a1a97ac1c132c721 -C extra-filename=-a1a97ac1c132c721 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-325b2837f6dab56c.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-6bce5d8d30b4dc13.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31692024-11-06T07:58:06.832Z Compiling darling v0.20.10
31702024-11-06T07:58:06.837Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=31eecee60364af63 -C extra-filename=-31eecee60364af63 --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-27a7c63dfdd9768d.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-ef61841d236bceae.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31712024-11-06T07:58:06.905Z Compiling rand_xorshift v0.3.0
31722024-11-06T07:58:06.907Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=a7500ff609bfc855 -C extra-filename=-a7500ff609bfc855 --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-4d1a5cb9c29a1e88.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31732024-11-06T07:58:06.968Z Compiling serde_with_macros v3.11.0
31742024-11-06T07:58:06.971Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("schemars_0_8"))' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' -C metadata=603057993205f826 -C extra-filename=-603057993205f826 --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-31eecee60364af63.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752024-11-06T07:58:07.228Z Compiling unarray v0.1.4
31762024-11-06T07:58:07.231Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2bf266422463d40b -C extra-filename=-2bf266422463d40b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31772024-11-06T07:58:07.395Z Compiling proptest v1.5.0
31782024-11-06T07:58:07.398Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "fork", "hardware-rng", "lazy_static", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=a5ca38db4f9d145a -C extra-filename=-a5ca38db4f9d145a --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-80ad4cd7f0cddf1a.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a2750eff915f90df.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-35b1b2b889dfc8ca.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-802887cd43335884.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6660e290b0adf5ff.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c6397b142e62362c.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-a7500ff609bfc855.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-325b2837f6dab56c.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-a17f1b8f4c395571.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-2bf266422463d40b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31792024-11-06T07:58:07.498Z Dirty strum v0.26.3: the rustflags changed
31802024-11-06T07:58:07.498Z Compiling strum v0.26.3
31812024-11-06T07:58:07.501Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=f270455a2911be9b -C extra-filename=-f270455a2911be9b --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-4f33e6e51849c596.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31822024-11-06T07:58:07.525Z Compiling camino-tempfile v1.1.1
31832024-11-06T07:58:07.528Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=02886f86a1bf7c50 -C extra-filename=-02886f86a1bf7c50 --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-2dae76f465709689.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31842024-11-06T07:58:07.693Z Dirty proc-macro-error-attr v1.0.4: the rustflags changed
31852024-11-06T07:58:07.694Z Compiling proc-macro-error-attr v1.0.4
31862024-11-06T07:58:07.696Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f9b6ab3f83011d37 -C extra-filename=-f9b6ab3f83011d37 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-f9b6ab3f83011d37 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fe20cb8cb0cd687a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31872024-11-06T07:58:07.997Z Dirty proc-macro-error v1.0.4: the rustflags changed
31882024-11-06T07:58:07.997Z Compiling proc-macro-error v1.0.4
31892024-11-06T07:58:08.006Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=8f8b230ae9f69857 -C extra-filename=-8f8b230ae9f69857 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-8f8b230ae9f69857 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fe20cb8cb0cd687a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902024-11-06T07:58:08.075Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-f9b6ab3f83011d37/build-script-build`
31912024-11-06T07:58:08.159Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3d707f169d2aebf6 -C extra-filename=-3d707f169d2aebf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31922024-11-06T07:58:08.439Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-8f8b230ae9f69857/build-script-build`
31932024-11-06T07:58:08.624Z Compiling proc-macro-crate v1.3.1
31942024-11-06T07:58:08.627Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6ad797eb5e62974f -C extra-filename=-6ad797eb5e62974f --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-0c8674b965abf4ac.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d004079115bc03a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31952024-11-06T07:58:08.659Z Compiling structmeta v0.2.0
31962024-11-06T07:58:08.662Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=725d6a122753b3c4 -C extra-filename=-725d6a122753b3c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-93ca92d9a09609a4.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31972024-11-06T07:58:08.750Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31982024-11-06T07:58:08.752Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1c27de72720b2619 -C extra-filename=-1c27de72720b2619 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-1c27de72720b2619 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31992024-11-06T07:58:09.120Z Compiling test-strategy v0.3.1
32002024-11-06T07:58:09.123Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f0f0de6fb314eb33 -C extra-filename=-f0f0de6fb314eb33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-725d6a122753b3c4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32012024-11-06T07:58:09.171Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=6e9d5c5615614982 -C extra-filename=-6e9d5c5615614982 --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-3d707f169d2aebf6.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a5d19bab82be3de2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
32022024-11-06T07:58:09.193Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-1c27de72720b2619/build-script-build`
32032024-11-06T07:58:09.234Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
32042024-11-06T07:58:09.237Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=757e00e663870387 -C extra-filename=-757e00e663870387 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-757e00e663870387 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32052024-11-06T07:58:09.610Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-757e00e663870387/build-script-build`
32062024-11-06T07:58:09.649Z Compiling foreign-types-macros v0.2.3
32072024-11-06T07:58:09.652Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=6450e777eb0404a0 -C extra-filename=-6450e777eb0404a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32082024-11-06T07:58:09.676Z Compiling num_enum_derive v0.5.11
32092024-11-06T07:58:09.679Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=4568ea9de42f65ae -C extra-filename=-4568ea9de42f65ae --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-6ad797eb5e62974f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a5d19bab82be3de2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32102024-11-06T07:58:09.849Z Compiling foreign-types-shared v0.3.1
32112024-11-06T07:58:09.851Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8ff69dca91ebe45b -C extra-filename=-8ff69dca91ebe45b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32122024-11-06T07:58:09.876Z Compiling serde_with v3.11.0
32132024-11-06T07:58:09.879Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --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"))' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' -C metadata=7bf31c2f04c55671 -C extra-filename=-7bf31c2f04c55671 --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-269908bc00c83ab7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e5552635b571d05f.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-603057993205f826.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32142024-11-06T07:58:09.991Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=74eab5f7037f1975 -C extra-filename=-74eab5f7037f1975 --out-dir /work/oxidecomputer/omicron/target/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`
32152024-11-06T07:58:10.178Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d9365185836bea5d -C extra-filename=-d9365185836bea5d --out-dir /work/oxidecomputer/omicron/target/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`
32162024-11-06T07:58:10.366Z Compiling tabwriter v1.4.0
32172024-11-06T07:58:10.377Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabwriter-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=e723bce7dfb4f45c -C extra-filename=-e723bce7dfb4f45c --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-05e53f56471964f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182024-11-06T07:58:10.885Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32192024-11-06T07:58:10.887Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/0e3a149/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1a88777972899450 -C extra-filename=-1a88777972899450 --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-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a5d19bab82be3de2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202024-11-06T07:58:11.149Z Compiling foreign-types v0.5.0
32212024-11-06T07:58:11.151Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b6e79b5895b5e812 -C extra-filename=-b6e79b5895b5e812 --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-6450e777eb0404a0.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-8ff69dca91ebe45b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32222024-11-06T07:58:11.285Z Compiling cstr-argument v0.1.2
32232024-11-06T07:58:11.323Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=c1f5a03a22326b9f -C extra-filename=-c1f5a03a22326b9f --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-3a9f8848cb985fb5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32242024-11-06T07:58:11.403Z Dirty parse-display v0.10.0: the rustflags changed
32252024-11-06T07:58:11.403Z Compiling parse-display v0.10.0
32262024-11-06T07:58:11.406Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=56c41fe2ff54d94b -C extra-filename=-56c41fe2ff54d94b --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-a1a97ac1c132c721.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-325b2837f6dab56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32272024-11-06T07:58:11.553Z Compiling pretty-hex v0.2.1
32282024-11-06T07:58:11.555Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=55dae917b2b99854 -C extra-filename=-55dae917b2b99854 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32292024-11-06T07:58:11.749Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32302024-11-06T07:58:11.751Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=24929cb5ce42edcb -C extra-filename=-24929cb5ce42edcb --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-c1f5a03a22326b9f.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-b6e79b5895b5e812.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-d9365185836bea5d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32312024-11-06T07:58:11.876Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32322024-11-06T07:58:11.878Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/0e3a149/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4a0370efb37e1d04 -C extra-filename=-4a0370efb37e1d04 --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-5e430ebab9bd9caf.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-1a88777972899450.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32332024-11-06T07:58:12.064Z Compiling colored v2.1.0
32342024-11-06T07:58:12.066Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=d888b7650fa31316 -C extra-filename=-d888b7650fa31316 --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-802887cd43335884.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32352024-11-06T07:58:12.092Z Compiling smf v0.2.3
32362024-11-06T07:58:12.115Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b5989e0af9860e58 -C extra-filename=-b5989e0af9860e58 --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-e6b2108c6fa77141.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32372024-11-06T07:58:12.357Z Compiling crucible-workspace-hack v0.1.0
32382024-11-06T07:58:12.360Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=26808da51c952f92 -C extra-filename=-26808da51c952f92 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-26808da51c952f92 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32392024-11-06T07:58:12.382Z Compiling num_enum v0.5.11
32402024-11-06T07:58:12.405Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=49854af432b70515 -C extra-filename=-49854af432b70515 --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-4568ea9de42f65ae.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32412024-11-06T07:58:12.562Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
32422024-11-06T07:58:12.564Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c595adf7cbf31138 -C extra-filename=-c595adf7cbf31138 --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-5e430ebab9bd9caf.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-74eab5f7037f1975.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-49854af432b70515.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55dae917b2b99854.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32432024-11-06T07:58:12.722Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-26808da51c952f92/build-script-build`
32442024-11-06T07:58:12.759Z Compiling heapless v0.8.0
32452024-11-06T07:58:12.762Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=7986456ae1d458e3 -C extra-filename=-7986456ae1d458e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-7986456ae1d458e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32462024-11-06T07:58:12.792Z Compiling termtree v0.4.1
32472024-11-06T07:58:12.813Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=373ffe5d0fb0f5bf -C extra-filename=-373ffe5d0fb0f5bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32482024-11-06T07:58:12.924Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e3e8b832add273de -C extra-filename=-e3e8b832add273de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32492024-11-06T07:58:13.023Z Compiling predicates-tree v1.0.11
32502024-11-06T07:58:13.025Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7bea3384e89989e9 -C extra-filename=-7bea3384e89989e9 --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-04ddfe6f69a0dea9.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-373ffe5d0fb0f5bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32512024-11-06T07:58:13.049Z Compiling hash32 v0.3.1
32522024-11-06T07:58:13.051Z Compiling smoltcp v0.11.0
32532024-11-06T07:58:13.052Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e3a93d7b32f8c7dc -C extra-filename=-e3a93d7b32f8c7dc --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-e24dfd866924e567.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32542024-11-06T07:58:13.075Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=3da8c1ff1d3dd60d -C extra-filename=-3da8c1ff1d3dd60d --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-3da8c1ff1d3dd60d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32552024-11-06T07:58:13.313Z Compiling cobs v0.2.3
32562024-11-06T07:58:13.315Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=5349c22983e9c448 -C extra-filename=-5349c22983e9c448 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32572024-11-06T07:58:13.456Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-7986456ae1d458e3/build-script-build`
32582024-11-06T07:58:13.486Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
32592024-11-06T07:58:13.507Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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=ca6bff980aadeddf -C extra-filename=-ca6bff980aadeddf --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-ca6bff980aadeddf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fe20cb8cb0cd687a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32602024-11-06T07:58:13.567Z Compiling base64 v0.21.7
32612024-11-06T07:58:13.570Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=7715811988fb50db -C extra-filename=-7715811988fb50db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32622024-11-06T07:58:13.717Z Compiling postcard v1.0.10
32632024-11-06T07:58:13.720Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=703f26c83933d587 -C extra-filename=-703f26c83933d587 --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-5349c22983e9c448.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32642024-11-06T07:58:13.757Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=14d94c5ed96d221b -C extra-filename=-14d94c5ed96d221b --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-e3a93d7b32f8c7dc.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-0470307aa641b20e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32652024-11-06T07:58:13.855Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
32662024-11-06T07:58:13.858Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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=d1acbc98b173c61f -C extra-filename=-d1acbc98b173c61f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32672024-11-06T07:58:13.881Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-ca6bff980aadeddf/build-script-build`
32682024-11-06T07:58:13.904Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-3da8c1ff1d3dd60d/build-script-build`
32692024-11-06T07:58:13.945Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
32702024-11-06T07:58:13.947Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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=d04d891df97ddff4 -C extra-filename=-d04d891df97ddff4 --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-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32712024-11-06T07:58:13.970Z Compiling sigpipe v0.1.3
32722024-11-06T07:58:13.973Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sigpipe-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e6da12bceedb2076 -C extra-filename=-e6da12bceedb2076 --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32732024-11-06T07:58:14.044Z Compiling mockall_derive v0.13.0
32742024-11-06T07:58:14.047Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.13.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly_derive"))' -C metadata=842af6cc7be011b8 -C extra-filename=-842af6cc7be011b8 --out-dir /work/oxidecomputer/omicron/target/debug/build/mockall_derive-842af6cc7be011b8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32752024-11-06T07:58:14.110Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
32762024-11-06T07:58:14.113Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e2b1a95a9e77a6e4 -C extra-filename=-e2b1a95a9e77a6e4 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-e2b1a95a9e77a6e4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32772024-11-06T07:58:14.333Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
32782024-11-06T07:58:14.335Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7345deea2ebae74e -C extra-filename=-7345deea2ebae74e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32792024-11-06T07:58:14.414Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32802024-11-06T07:58:14.417Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=28bbcf67678796a1 -C extra-filename=-28bbcf67678796a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-e6da12bceedb2076.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
32812024-11-06T07:58:14.442Z Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-842af6cc7be011b8/build-script-build`
32822024-11-06T07:58:14.477Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly_derive"))' -C metadata=05014a35017d8dd9 -C extra-filename=-05014a35017d8dd9 --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-3a9f8848cb985fb5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(reprocheck)'`
32832024-11-06T07:58:14.501Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-e2b1a95a9e77a6e4/build-script-build`
32842024-11-06T07:58:14.540Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6ee083de47325848 -C extra-filename=-6ee083de47325848 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-d888b7650fa31316.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-c595adf7cbf31138.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-49854af432b70515.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-24929cb5ce42edcb.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-d9365185836bea5d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-4a0370efb37e1d04.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-0e1e3b5e94906ac0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-56790cb1d81dbf36.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
32852024-11-06T07:58:14.692Z Compiling zone_cfg_derive v0.3.0
32862024-11-06T07:58:14.695Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ceae55f721af9ba3 -C extra-filename=-ceae55f721af9ba3 --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-1050d0d9df4c1c3b.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-6e9d5c5615614982.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a5d19bab82be3de2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32872024-11-06T07:58:14.847Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=c71804ebab552ee6 -C extra-filename=-c71804ebab552ee6 --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-0a29f9290229ca2f.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-e24dfd866924e567.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-14d94c5ed96d221b.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-efebdf221d3b73ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32882024-11-06T07:58:15.013Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
32892024-11-06T07:58:15.019Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/86101ea/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=2ecf7b305a647047 -C extra-filename=-2ecf7b305a647047 --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-5e430ebab9bd9caf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32902024-11-06T07:58:15.480Z Compiling num-derive v0.4.2
32912024-11-06T07:58:15.483Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dcb3b14874ed4111 -C extra-filename=-dcb3b14874ed4111 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32922024-11-06T07:58:15.509Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32932024-11-06T07:58:15.512Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 illumos-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=12fbd5f9158c3476 -C extra-filename=-12fbd5f9158c3476 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-12fbd5f9158c3476 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32942024-11-06T07:58:15.889Z Compiling downcast v0.11.0
32952024-11-06T07:58:15.911Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=743b5a8658f8a5cb -C extra-filename=-743b5a8658f8a5cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32962024-11-06T07:58:16.158Z Compiling same-file v1.0.6
32972024-11-06T07:58:16.161Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=89571a63ab29d2cc -C extra-filename=-89571a63ab29d2cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32982024-11-06T07:58:16.353Z Compiling fragile v2.0.0
32992024-11-06T07:58:16.356Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("slab"))' -C metadata=73a6e74c31472f7a -C extra-filename=-73a6e74c31472f7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33002024-11-06T07:58:16.469Z Compiling walkdir v2.5.0
33012024-11-06T07:58:16.472Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d929d493231ed125 -C extra-filename=-d929d493231ed125 --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-89571a63ab29d2cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33022024-11-06T07:58:16.993Z Compiling zone v0.3.0
33032024-11-06T07:58:16.995Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=10ebddb6bfd57bb8 -C extra-filename=-10ebddb6bfd57bb8 --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-cf391c8b3491fee0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-ceae55f721af9ba3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33042024-11-06T07:58:17.233Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-12fbd5f9158c3476/build-script-build`
33052024-11-06T07:58:17.275Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
33062024-11-06T07:58:17.277Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/86101ea/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=8cfef2821192c56e -C extra-filename=-8cfef2821192c56e --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-2ecf7b305a647047.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33072024-11-06T07:58:17.748Z Compiling atomicwrites v0.4.4
33082024-11-06T07:58:17.751Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=98837ce3f896d34f -C extra-filename=-98837ce3f896d34f --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-d0fcbeecaf580e1a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33092024-11-06T07:58:17.980Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
33102024-11-06T07:58:17.982Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/b7b9d56/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=f5a0f5f7ecc363de -C extra-filename=-f5a0f5f7ecc363de --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-e3e8b832add273de.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-dcb3b14874ed4111.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6660e290b0adf5ff.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33112024-11-06T07:58:18.130Z Dirty xattr v1.3.1: the rustflags changed
33122024-11-06T07:58:18.133Z Compiling xattr v1.3.1
33132024-11-06T07:58:18.133Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=9925aa6141cde74c -C extra-filename=-9925aa6141cde74c --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-d0fcbeecaf580e1a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33142024-11-06T07:58:18.466Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
33152024-11-06T07:58:18.468Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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=f905dc6655554dee -C extra-filename=-f905dc6655554dee --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-d1acbc98b173c61f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-703f26c83933d587.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-c71804ebab552ee6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33162024-11-06T07:58:18.633Z Dirty filetime v0.2.25: the rustflags changed
33172024-11-06T07:58:18.633Z Compiling filetime v0.2.25
33182024-11-06T07:58:18.697Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8c3767e8502d24da -C extra-filename=-8c3767e8502d24da --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-3a9f8848cb985fb5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33192024-11-06T07:58:18.700Z Compiling convert_case v0.4.0
33202024-11-06T07:58:18.702Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=cb6fe0887106b57c -C extra-filename=-cb6fe0887106b57c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33212024-11-06T07:58:18.768Z Compiling typify-macro v0.2.0
33222024-11-06T07:58:18.770Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-macro-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0213b7aa9f72efc0 -C extra-filename=-0213b7aa9f72efc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a85680cc9908cb93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-2a3b4a849d907497.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33232024-11-06T07:58:18.944Z Dirty tar v0.4.42: the rustflags changed
33242024-11-06T07:58:18.944Z Compiling tar v0.4.42
33252024-11-06T07:58:18.946Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=6ae0a6d32de5699f -C extra-filename=-6ae0a6d32de5699f --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-8c3767e8502d24da.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-9925aa6141cde74c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33262024-11-06T07:58:18.978Z Compiling newline-converter v0.3.0
33272024-11-06T07:58:18.981Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=931bc0c4e7cf35b2 -C extra-filename=-931bc0c4e7cf35b2 --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-3b8587e0c7ea651d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33282024-11-06T07:58:19.156Z Compiling expectorate v1.1.0
33292024-11-06T07:58:19.159Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=839a2b1c5737719f -C extra-filename=-839a2b1c5737719f --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-1fadb5960a8d19a8.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-931bc0c4e7cf35b2.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-408a063a4091fdbc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33302024-11-06T07:58:19.352Z Compiling tungstenite v0.21.0
33312024-11-06T07:58:19.355Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=77101eaea7b1079f -C extra-filename=-77101eaea7b1079f --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-e24dfd866924e567.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-84e888d97715bed6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5d8a463318a86900.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-167f82d4d67f511e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-41c8d522324e4d83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33322024-11-06T07:58:19.670Z Compiling derive_more v0.99.18
33332024-11-06T07:58:19.673Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_mut", "as_ref", "constructor", "convert_case", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "generate-parsing-rs", "index", "index_mut", "into", "into_iterator", "is_variant", "iterator", "mul", "mul_assign", "nightly", "not", "peg", "rustc_version", "sum", "testing-helpers", "track-caller", "try_into", "unwrap"))' -C metadata=d030da557e258818 -C extra-filename=-d030da557e258818 --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-cb6fe0887106b57c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33342024-11-06T07:58:19.783Z Compiling itertools v0.13.0
33352024-11-06T07:58:19.786Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=ef3f99ff4724966d -C extra-filename=-ef3f99ff4724966d --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-4a9dc6afd4d7fafa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33362024-11-06T07:58:20.554Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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=b56806cf956b9997 -C extra-filename=-b56806cf956b9997 --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-3a9f8848cb985fb5.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-1c6a03413b0b3797.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-d1acbc98b173c61f.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-d04d891df97ddff4.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-f905dc6655554dee.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-703f26c83933d587.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-c71804ebab552ee6.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-e723bce7dfb4f45c.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)'`
33372024-11-06T07:58:20.792Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
33382024-11-06T07:58:20.795Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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=3c30efe55451c93e -C extra-filename=-3c30efe55451c93e --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-3a9f8848cb985fb5.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-d1acbc98b173c61f.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-b56806cf956b9997.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-7345deea2ebae74e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-c71804ebab552ee6.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-e723bce7dfb4f45c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-65ce327e1c84bc7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33392024-11-06T07:58:21.256Z Compiling tokio-tungstenite v0.21.0
33402024-11-06T07:58:21.258Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "webpki-roots"))' -C metadata=7147406d3e32374a -C extra-filename=-7147406d3e32374a --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-4d996534faf1d453.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-77101eaea7b1079f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33412024-11-06T07:58:21.511Z Compiling arc-swap v1.7.1
33422024-11-06T07:58:21.514Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=b894926ab5bca6a3 -C extra-filename=-b894926ab5bca6a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33432024-11-06T07:58:21.851Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33442024-11-06T07:58:21.854Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f0e4200221e87459 -C extra-filename=-f0e4200221e87459 --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-05a996d3c8307a60.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
33452024-11-06T07:58:22.195Z Compiling slog-scope v4.4.0
33462024-11-06T07:58:22.198Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a666ee8480364f99 -C extra-filename=-a666ee8480364f99 --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-b894926ab5bca6a3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-802887cd43335884.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33472024-11-06T07:58:22.220Z Compiling cancel-safe-futures v0.1.5
33482024-11-06T07:58:22.223Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=2bfef09157e5983b -C extra-filename=-2bfef09157e5983b --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-2bfef09157e5983b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33492024-11-06T07:58:22.474Z Compiling mockall v0.13.0
33502024-11-06T07:58:22.477Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=bf8441b8f76d464b -C extra-filename=-bf8441b8f76d464b --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-3a9f8848cb985fb5.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-743b5a8658f8a5cb.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-73a6e74c31472f7a.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-05014a35017d8dd9.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-14d9a8a394afa972.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-7bea3384e89989e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33512024-11-06T07:58:22.636Z Compiling slog-stdlog v4.1.1
33522024-11-06T07:58:22.639Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=57665a48dcfbf994 -C extra-filename=-57665a48dcfbf994 --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-81e3e574966e5fac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-a666ee8480364f99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33532024-11-06T07:58:22.711Z Compiling owo-colors v4.1.0
33542024-11-06T07:58:22.714Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=728e0b35b4a569df -C extra-filename=-728e0b35b4a569df --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-728e0b35b4a569df -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33552024-11-06T07:58:22.799Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
33562024-11-06T07:58:22.802Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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=b8c1c44d6478e658 -C extra-filename=-b8c1c44d6478e658 --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-5e430ebab9bd9caf.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-6ee083de47325848.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-b56806cf956b9997.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c30efe55451c93e.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-703f26c83933d587.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33572024-11-06T07:58:23.012Z Compiling slog-envlogger v2.2.0
33582024-11-06T07:58:23.015Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=610ac2cf7d7c2391 -C extra-filename=-610ac2cf7d7c2391 --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-81e3e574966e5fac.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-a666ee8480364f99.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-57665a48dcfbf994.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33592024-11-06T07:58:23.061Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-2bfef09157e5983b/build-script-build`
33602024-11-06T07:58:23.064Z Dirty swrite v0.1.0: the rustflags changed
33612024-11-06T07:58:23.064Z Compiling swrite v0.1.0
33622024-11-06T07:58:23.070Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("osstring"))' -C metadata=322ebaa15fe87809 -C extra-filename=-322ebaa15fe87809 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33632024-11-06T07:58:23.089Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-728e0b35b4a569df/build-script-build`
33642024-11-06T07:58:23.112Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=4f5a49ea48b21724 -C extra-filename=-4f5a49ea48b21724 --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-b5918c7bb1241671.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df9c791ee9497e83.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33652024-11-06T07:58:23.146Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=447d1f5efe48a3c9 -C extra-filename=-447d1f5efe48a3c9 --out-dir /work/oxidecomputer/omicron/target/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)'`
33662024-11-06T07:58:23.207Z Compiling libsw v3.3.1
33672024-11-06T07:58:23.209Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=6d7dea2a1049c2a0 -C extra-filename=-6d7dea2a1049c2a0 --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-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33682024-11-06T07:58:23.453Z Compiling typify v0.2.0
33692024-11-06T07:58:23.456Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=d5d54b2d7a875d07 -C extra-filename=-d5d54b2d7a875d07 --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-2a3b4a849d907497.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-0213b7aa9f72efc0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33702024-11-06T07:58:23.609Z Compiling progenitor-impl v0.8.0
33712024-11-06T07:58:23.609Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-impl-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=060f3d05e920a094 -C extra-filename=-060f3d05e920a094 --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-d3a2d607a5fdf8df.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-d5d54b2d7a875d07.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-173a1241f5d67181.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33722024-11-06T07:58:23.633Z Compiling blake2 v0.10.6
33732024-11-06T07:58:23.636Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=b98d53c8c307d68b -C extra-filename=-b98d53c8c307d68b --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-14c62e65ff922fd4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33742024-11-06T07:58:23.729Z Compiling password-hash v0.5.0
33752024-11-06T07:58:23.732Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=b19fed9f81a45761 -C extra-filename=-b19fed9f81a45761 --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-b84d62cfe5b37fff.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33762024-11-06T07:58:23.826Z Compiling linear-map v1.2.0
33772024-11-06T07:58:23.828Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=8bbe14c21bacf7c7 -C extra-filename=-8bbe14c21bacf7c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33782024-11-06T07:58:24.177Z Compiling indent_write v2.2.0
33792024-11-06T07:58:24.181Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name indent_write --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indent_write-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bd05353f346aabec -C extra-filename=-bd05353f346aabec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33802024-11-06T07:58:24.218Z Compiling num-rational v0.4.2
33812024-11-06T07:58:24.220Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=f4141a2a5f40062f -C extra-filename=-f4141a2a5f40062f --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-705691fbe0070fa7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6660e290b0adf5ff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33822024-11-06T07:58:24.416Z Compiling argon2 v0.5.3
33832024-11-06T07:58:24.419Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=f472fe0d719d5a8a -C extra-filename=-f472fe0d719d5a8a --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-b84d62cfe5b37fff.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-b98d53c8c307d68b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-68208c04c9dfb23d.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-b19fed9f81a45761.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33842024-11-06T07:58:24.818Z Compiling num-complex v0.4.6
33852024-11-06T07:58:24.821Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=5687ad3b7b599738 -C extra-filename=-5687ad3b7b599738 --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-6660e290b0adf5ff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33862024-11-06T07:58:25.040Z Compiling float-ord v0.3.2
33872024-11-06T07:58:25.043Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-ord-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6a9284525c6a267a -C extra-filename=-6a9284525c6a267a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33882024-11-06T07:58:25.223Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33892024-11-06T07:58:25.225Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bcd5e5a68a61a58a -C extra-filename=-bcd5e5a68a61a58a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d97bd0ec0dbf820c.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-bd05353f346aabec.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-6d7dea2a1049c2a0.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-8bbe14c21bacf7c7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-447d1f5efe48a3c9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-322ebaa15fe87809.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
33902024-11-06T07:58:25.557Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33912024-11-06T07:58:25.560Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a62249526e195fa6 -C extra-filename=-a62249526e195fa6 --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-f472fe0d719d5a8a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
33922024-11-06T07:58:25.899Z Compiling num v0.4.3
33932024-11-06T07:58:25.902Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=5e469ce88145a3ca -C extra-filename=-5e469ce88145a3ca --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-5687ad3b7b599738.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-705691fbe0070fa7.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-491118f9ec503a05.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-f4141a2a5f40062f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6660e290b0adf5ff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33942024-11-06T07:58:25.936Z Compiling pem v3.0.4
33952024-11-06T07:58:25.940Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=71c8d2920f23016d -C extra-filename=-71c8d2920f23016d --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-031d0c34245e6fe3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33962024-11-06T07:58:26.020Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
33972024-11-06T07:58:26.023Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=1f9bcbaf34bef57e -C extra-filename=-1f9bcbaf34bef57e --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-1f9bcbaf34bef57e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33982024-11-06T07:58:26.043Z Compiling humantime v2.1.0
33992024-11-06T07:58:26.043Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d8ef303c93ae509e -C extra-filename=-d8ef303c93ae509e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34002024-11-06T07:58:26.583Z Compiling lzma-sys v0.1.20
34012024-11-06T07:58:26.586Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lzma-sys-0.1.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=65b2e4e79886a7ac -C extra-filename=-65b2e4e79886a7ac --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-65b2e4e79886a7ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c92522b5f64ce473.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-7758a0649459c8d9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34022024-11-06T07:58:26.741Z Compiling heck v0.3.3
34032024-11-06T07:58:26.744Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=96bf4329d56bc7e6 -C extra-filename=-96bf4329d56bc7e6 --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-3b8587e0c7ea651d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34042024-11-06T07:58:26.922Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-1f9bcbaf34bef57e/build-script-build`
34052024-11-06T07:58:26.989Z Compiling headers-core v0.3.0
34062024-11-06T07:58:26.991Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-core-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e222c6f80cd7e172 -C extra-filename=-e222c6f80cd7e172 --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-99e5f16a5ee6c372.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34072024-11-06T07:58:27.172Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
34082024-11-06T07:58:27.174Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=662335a3aa025fa9 -C extra-filename=-662335a3aa025fa9 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-662335a3aa025fa9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34092024-11-06T07:58:27.197Z Compiling zone_cfg_derive v0.1.2
34102024-11-06T07:58:27.200Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=26afb45d6da6d9d7 -C extra-filename=-26afb45d6da6d9d7 --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-96bf4329d56bc7e6.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-6e9d5c5615614982.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a5d19bab82be3de2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34112024-11-06T07:58:27.232Z Compiling headers v0.4.0
34122024-11-06T07:58:27.235Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=faec8e7d95486d45 -C extra-filename=-faec8e7d95486d45 --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-7715811988fb50db.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-e222c6f80cd7e172.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-af67607d813e61c0.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-d9c84f3cc4dc8e05.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-167f82d4d67f511e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34132024-11-06T07:58:27.279Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34142024-11-06T07:58:27.282Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fae5334/crates/cpuid-profile-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=595870d995596f8b -C extra-filename=-595870d995596f8b --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-269908bc00c83ab7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e5552635b571d05f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-896f8a38cf2a3f95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34152024-11-06T07:58:27.466Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-65b2e4e79886a7ac/build-script-build`
34162024-11-06T07:58:27.516Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lzma_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lzma-sys-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=db2f7c199f0513c8 -C extra-filename=-db2f7c199f0513c8 --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma`
34172024-11-06T07:58:27.541Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-662335a3aa025fa9/build-script-build`
34182024-11-06T07:58:27.579Z Compiling yasna v0.5.2
34192024-11-06T07:58:27.582Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=b846f03187180230 -C extra-filename=-b846f03187180230 --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-b7ea25faceb1c102.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34202024-11-06T07:58:27.675Z Compiling base64 v0.13.1
34212024-11-06T07:58:27.678Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e70bf7b11cabd4ec -C extra-filename=-e70bf7b11cabd4ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34222024-11-06T07:58:27.707Z Compiling xz2 v0.1.7
34232024-11-06T07:58:27.710Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name xz2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xz2-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=700ecedd749ca7ae -C extra-filename=-700ecedd749ca7ae --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-db2f7c199f0513c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
34242024-11-06T07:58:28.214Z Compiling ron v0.7.1
34252024-11-06T07:58:28.217Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("indexmap"))' -C metadata=4bbebcf2dbafad31 -C extra-filename=-4bbebcf2dbafad31 --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-e70bf7b11cabd4ec.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0a29f9290229ca2f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34262024-11-06T07:58:28.289Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ba321f09afba9fa8 -C extra-filename=-ba321f09afba9fa8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-d888b7650fa31316.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-c595adf7cbf31138.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-49854af432b70515.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-24929cb5ce42edcb.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-d9365185836bea5d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-4a0370efb37e1d04.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-0e1e3b5e94906ac0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-56790cb1d81dbf36.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
34272024-11-06T07:58:28.869Z Compiling zone v0.1.8
34282024-11-06T07:58:28.872Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=324a83cbd9b1c585 -C extra-filename=-324a83cbd9b1c585 --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-cf391c8b3491fee0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-26afb45d6da6d9d7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34292024-11-06T07:58:29.131Z Compiling rcgen v0.12.1
34302024-11-06T07:58:29.133Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=e0e4de0f29691a9a -C extra-filename=-e0e4de0f29691a9a --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-71c8d2920f23016d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3acb9ca4c018b540.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b7ea25faceb1c102.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-b846f03187180230.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out`
34312024-11-06T07:58:29.247Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34322024-11-06T07:58:29.250Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fae5334/crates/propolis-server-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=372f544bc341b983 -C extra-filename=-372f544bc341b983 --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-595870d995596f8b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e5552635b571d05f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-896f8a38cf2a3f95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34332024-11-06T07:58:29.274Z Compiling subprocess v0.2.9
34342024-11-06T07:58:29.282Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7650936bf1b9e12d -C extra-filename=-7650936bf1b9e12d --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34352024-11-06T07:58:29.977Z Dirty semver v0.1.20: the rustflags changed
34362024-11-06T07:58:29.977Z Compiling semver v0.1.20
34372024-11-06T07:58:29.980Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6ff10f989b1c7eb2 -C extra-filename=-6ff10f989b1c7eb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34382024-11-06T07:58:30.438Z Dirty rustc_version v0.1.7: the rustflags changed
34392024-11-06T07:58:30.438Z Compiling rustc_version v0.1.7
34402024-11-06T07:58:30.440Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0c538109d64d4a25 -C extra-filename=-0c538109d64d4a25 --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-6ff10f989b1c7eb2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34412024-11-06T07:58:30.606Z Compiling home v0.5.9
34422024-11-06T07:58:30.609Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=584fe4101e36129b -C extra-filename=-584fe4101e36129b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34432024-11-06T07:58:30.649Z Compiling highway v1.2.0
34442024-11-06T07:58:30.651Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=be4c4d9da57311f0 -C extra-filename=-be4c4d9da57311f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34452024-11-06T07:58:30.906Z Compiling half v2.4.1
34462024-11-06T07:58:30.908Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "default", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=28346fe494e341c0 -C extra-filename=-28346fe494e341c0 --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-3a9f8848cb985fb5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34472024-11-06T07:58:30.955Z Dirty newtype_derive v0.1.6: the rustflags changed
34482024-11-06T07:58:30.955Z Compiling newtype_derive v0.1.6
34492024-11-06T07:58:30.957Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=3f08d21e73c2648f -C extra-filename=-3f08d21e73c2648f --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-3f08d21e73c2648f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-0c538109d64d4a25.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34502024-11-06T07:58:31.143Z Compiling prettyplease v0.2.22
34512024-11-06T07:58:31.149Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=1801dc0f6b8c3ae6 -C extra-filename=-1801dc0f6b8c3ae6 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-1801dc0f6b8c3ae6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34522024-11-06T07:58:31.348Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-3f08d21e73c2648f/build-script-build`
34532024-11-06T07:58:31.429Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=8e6caaf875e40df5 -C extra-filename=-8e6caaf875e40df5 --out-dir /work/oxidecomputer/omicron/target/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`
34542024-11-06T07:58:31.454Z Compiling ciborium-io v0.2.2
34552024-11-06T07:58:31.457Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=c79b13659174a224 -C extra-filename=-c79b13659174a224 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34562024-11-06T07:58:31.476Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=7276ba7ceb4ca0da -C extra-filename=-7276ba7ceb4ca0da --out-dir /work/oxidecomputer/omicron/target/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`
34572024-11-06T07:58:31.525Z Compiling progenitor-macro v0.8.0
34582024-11-06T07:58:31.528Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34592024-11-06T07:58:31.528Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-1801dc0f6b8c3ae6/build-script-build`
34602024-11-06T07:58:31.528Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-macro-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=86d150b766a456b4 -C extra-filename=-86d150b766a456b4 --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-a34bfbee80b10aa7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-060f3d05e920a094.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a85680cc9908cb93.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-a91852fa20df3de8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34612024-11-06T07:58:31.528Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e466a89c06d9792e -C extra-filename=-e466a89c06d9792e --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-05a996d3c8307a60.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
34622024-11-06T07:58:31.569Z Compiling ciborium-ll v0.2.2
34632024-11-06T07:58:31.572Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=7535751725096775 -C extra-filename=-7535751725096775 --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-c79b13659174a224.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-28346fe494e341c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34642024-11-06T07:58:31.591Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=df74325a53f8b344 -C extra-filename=-df74325a53f8b344 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.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)'`
34652024-11-06T07:58:31.615Z Compiling steno v0.4.1
34662024-11-06T07:58:31.617Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=20a5a36e8e1568e8 -C extra-filename=-20a5a36e8e1568e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-802887cd43335884.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8e6caaf875e40df5.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34672024-11-06T07:58:31.739Z Compiling display-error-chain v0.2.2
34682024-11-06T07:58:31.742Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=41fc4fa1993f6110 -C extra-filename=-41fc4fa1993f6110 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34692024-11-06T07:58:31.963Z Compiling ciborium v0.2.2
34702024-11-06T07:58:32.005Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=081eb7697efcc78d -C extra-filename=-081eb7697efcc78d --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-c79b13659174a224.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-7535751725096775.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34712024-11-06T07:58:32.008Z Compiling slog-dtrace v0.3.0
34722024-11-06T07:58:32.008Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2dd89ea849a89306 -C extra-filename=-2dd89ea849a89306 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-2dd89ea849a89306 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fe20cb8cb0cd687a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34732024-11-06T07:58:32.402Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-2dd89ea849a89306/build-script-build`
34742024-11-06T07:58:32.428Z Compiling keccak v0.1.5
34752024-11-06T07:58:32.430Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/keccak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "no_unroll", "simd"))' -C metadata=35c15e38ec98f5b8 -C extra-filename=-35c15e38ec98f5b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34762024-11-06T07:58:32.482Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c7700afde05de868 -C extra-filename=-c7700afde05de868 --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-5fc87bb715fd1f15.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34772024-11-06T07:58:32.772Z Compiling sha3 v0.10.8
34782024-11-06T07:58:32.775Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=0960f8ce1d02c6f2 -C extra-filename=-0960f8ce1d02c6f2 --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-14c62e65ff922fd4.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-35c15e38ec98f5b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34792024-11-06T07:58:33.078Z Compiling arrayref v0.3.9
34802024-11-06T07:58:33.080Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2a9ffedc8d5802f4 -C extra-filename=-2a9ffedc8d5802f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34812024-11-06T07:58:33.200Z Compiling constant_time_eq v0.3.1
34822024-11-06T07:58:33.202Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=442b7ff743758ee7 -C extra-filename=-442b7ff743758ee7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34832024-11-06T07:58:33.420Z Compiling arrayvec v0.7.6
34842024-11-06T07:58:33.423Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=dbdbacd0ef1e499c -C extra-filename=-dbdbacd0ef1e499c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34852024-11-06T07:58:33.550Z Compiling universal-hash v0.5.1
34862024-11-06T07:58:33.553Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=29bb0c2b1bd25ad0 -C extra-filename=-29bb0c2b1bd25ad0 --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-d784a9f2661e9bce.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34872024-11-06T07:58:33.572Z Compiling opaque-debug v0.3.1
34882024-11-06T07:58:33.574Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=033a7e233a789271 -C extra-filename=-033a7e233a789271 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34892024-11-06T07:58:33.696Z Compiling secrecy v0.8.0
34902024-11-06T07:58:33.699Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=89fdf77a91527a9f -C extra-filename=-89fdf77a91527a9f --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-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34912024-11-06T07:58:33.764Z Compiling ring v0.16.20
34922024-11-06T07:58:33.766Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=d1f18e1d0173613b -C extra-filename=-d1f18e1d0173613b --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-d1f18e1d0173613b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c92522b5f64ce473.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34932024-11-06T07:58:33.874Z Compiling blake3 v1.5.4
34942024-11-06T07:58:33.877Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=3fd013c9dcf53165 -C extra-filename=-3fd013c9dcf53165 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-3fd013c9dcf53165 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c92522b5f64ce473.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34952024-11-06T07:58:33.898Z Compiling memmap2 v0.9.5
34962024-11-06T07:58:33.933Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=b8f425394125bd60 -C extra-filename=-b8f425394125bd60 --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34972024-11-06T07:58:34.006Z Compiling glob v0.3.1
34982024-11-06T07:58:34.009Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-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=b6e13772d541a13d -C extra-filename=-b6e13772d541a13d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34992024-11-06T07:58:34.163Z Compiling spin v0.5.2
35002024-11-06T07:58:34.166Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=503103c6749770df -C extra-filename=-503103c6749770df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35012024-11-06T07:58:34.369Z Compiling untrusted v0.7.1
35022024-11-06T07:58:34.371Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a38fedeb26716515 -C extra-filename=-a38fedeb26716515 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35032024-11-06T07:58:34.426Z Compiling aead v0.5.2
35042024-11-06T07:58:34.428Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=0a797dfc71736319 -C extra-filename=-0a797dfc71736319 --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-d784a9f2661e9bce.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1bf707952bf72afc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35052024-11-06T07:58:34.582Z Compiling topological-sort v0.2.2
35062024-11-06T07:58:34.606Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0e4c4d60639d4f38 -C extra-filename=-0e4c4d60639d4f38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35072024-11-06T07:58:34.651Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-3fd013c9dcf53165/build-script-build`
35082024-11-06T07:58:34.676Z Compiling poly1305 v0.8.0
35092024-11-06T07:58:34.679Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=8eec820a8650bd37 -C extra-filename=-8eec820a8650bd37 --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-68208c04c9dfb23d.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-033a7e233a789271.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-29bb0c2b1bd25ad0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35102024-11-06T07:58:34.815Z Compiling chacha20 v0.9.1
35112024-11-06T07:58:34.818Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=863f2c4b69c07d03 -C extra-filename=-863f2c4b69c07d03 --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-3a9f8848cb985fb5.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-70cb51caf15fac61.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-68208c04c9dfb23d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35122024-11-06T07:58:34.839Z Compiling gethostname v0.5.0
35132024-11-06T07:58:34.842Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gethostname-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=55f8d1e2ea5c116f -C extra-filename=-55f8d1e2ea5c116f --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-d0fcbeecaf580e1a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35142024-11-06T07:58:34.952Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-d1f18e1d0173613b/build-script-build`
35152024-11-06T07:58:34.975Z Compiling toolchain_find v0.4.0
35162024-11-06T07:58:34.978Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1a7343c0521db0a -C extra-filename=-f1a7343c0521db0a --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-584fe4101e36129b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35172024-11-06T07:58:35.042Z Compiling thiserror-impl-no-std v2.0.2
35182024-11-06T07:58:35.044Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=a1b1c69cb7cace41 -C extra-filename=-a1b1c69cb7cace41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a5d19bab82be3de2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35192024-11-06T07:58:35.264Z Compiling rustfmt-wrapper v0.2.1
35202024-11-06T07:58:35.267Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=728027f4892a19a1 -C extra-filename=-728027f4892a19a1 --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-269908bc00c83ab7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-f1a7343c0521db0a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35212024-11-06T07:58:35.308Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=f18e47162950ff17 -C extra-filename=-f18e47162950ff17 --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-2a9ffedc8d5802f4.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-dbdbacd0ef1e499c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-442b7ff743758ee7.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-b8f425394125bd60.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-11c1ffc60bd5ec2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/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()))'`
35222024-11-06T07:58:35.628Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
35232024-11-06T07:58:35.633Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d8be03143c63a080 -C extra-filename=-d8be03143c63a080 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-d8be03143c63a080 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f0e4200221e87459.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
35242024-11-06T07:58:35.863Z Compiling nibble_vec v0.1.0
35252024-11-06T07:58:35.866Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2c7e18c244155eba -C extra-filename=-2c7e18c244155eba --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-8fb7374548f1bc5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35262024-11-06T07:58:36.008Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
35272024-11-06T07:58:36.010Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/libipcc-9eb7fd72f4257074/fdffa21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dd582ea007a43b80 -C extra-filename=-dd582ea007a43b80 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-dd582ea007a43b80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35282024-11-06T07:58:36.087Z Compiling endian-type v0.1.2
35292024-11-06T07:58:36.090Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name endian_type --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a7e6ea96b4f051b8 -C extra-filename=-a7e6ea96b4f051b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35302024-11-06T07:58:36.334Z Compiling radix_trie v0.2.1
35312024-11-06T07:58:36.337Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=8bb04f8c3c253765 -C extra-filename=-8bb04f8c3c253765 --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-a7e6ea96b4f051b8.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-2c7e18c244155eba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35322024-11-06T07:58:36.382Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-d8be03143c63a080/build-script-build`
35332024-11-06T07:58:36.406Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-dd582ea007a43b80/build-script-build`
35342024-11-06T07:58:36.437Z Compiling chacha20poly1305 v0.10.1
35352024-11-06T07:58:36.440Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=dda10b61cff25e6f -C extra-filename=-dda10b61cff25e6f --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-0a797dfc71736319.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-863f2c4b69c07d03.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-70cb51caf15fac61.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-8eec820a8650bd37.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35362024-11-06T07:58:36.484Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/libipcc-9eb7fd72f4257074/fdffa21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=865fbac8de6150a7 -C extra-filename=-865fbac8de6150a7 --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-3a9f8848cb985fb5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.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/`
35372024-11-06T07:58:36.516Z Compiling fxhash v0.2.1
35382024-11-06T07:58:36.519Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fxhash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2c7e6f72008b01d5 -C extra-filename=-2c7e6f72008b01d5 --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-e24dfd866924e567.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35392024-11-06T07:58:36.690Z Compiling termcolor v1.4.1
35402024-11-06T07:58:36.693Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=be1427a2e2b84e81 -C extra-filename=-be1427a2e2b84e81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35412024-11-06T07:58:36.740Z Compiling radium v0.7.0
35422024-11-06T07:58:36.743Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1598b9fded02f93a -C extra-filename=-1598b9fded02f93a --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-1598b9fded02f93a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35432024-11-06T07:58:36.879Z Compiling maplit v1.0.2
35442024-11-06T07:58:36.882Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c1a3be2c2093cfc0 -C extra-filename=-c1a3be2c2093cfc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35452024-11-06T07:58:37.018Z Compiling tap v1.0.1
35462024-11-06T07:58:37.021Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e85ad104cd58050a -C extra-filename=-e85ad104cd58050a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35472024-11-06T07:58:37.044Z Compiling maybe-uninit v2.0.0
35482024-11-06T07:58:37.050Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2a1223f67eeac43f -C extra-filename=-2a1223f67eeac43f --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-2a1223f67eeac43f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35492024-11-06T07:58:37.221Z Compiling wyz v0.5.1
35502024-11-06T07:58:37.221Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "garbage", "once_cell", "std", "typemap"))' -C metadata=97cc11f2059f1a4e -C extra-filename=-97cc11f2059f1a4e --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-e85ad104cd58050a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35512024-11-06T07:58:37.272Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-1598b9fded02f93a/build-script-build`
35522024-11-06T07:58:37.312Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=71cbf2ce643a1991 -C extra-filename=-71cbf2ce643a1991 --out-dir /work/oxidecomputer/omicron/target/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`
35532024-11-06T07:58:37.593Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.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="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=e1fd9239aa8173de -C extra-filename=-e1fd9239aa8173de --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-0c8674b965abf4ac.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-503103c6749770df.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-a38fedeb26716515.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -l static=ring-core -l static=ring-test`
35542024-11-06T07:58:37.593Z Compiling funty v2.0.0
35552024-11-06T07:58:37.623Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ec77332f65e180a6 -C extra-filename=-ec77332f65e180a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35562024-11-06T07:58:37.626Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-2a1223f67eeac43f/build-script-build`
35572024-11-06T07:58:37.701Z Compiling crc-catalog v2.4.0
35582024-11-06T07:58:37.704Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=368d1d732715e739 -C extra-filename=-368d1d732715e739 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35592024-11-06T07:58:37.724Z Compiling packed_struct v0.10.1
35602024-11-06T07:58:37.724Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=a7a22894b3ecd7ab -C extra-filename=-a7a22894b3ecd7ab --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-a7a22894b3ecd7ab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35612024-11-06T07:58:37.791Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe28ab29d50a715f -C extra-filename=-fe28ab29d50a715f --out-dir /work/oxidecomputer/omicron/target/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`
35622024-11-06T07:58:37.851Z Compiling crc v3.2.1
35632024-11-06T07:58:37.853Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0359c19427118512 -C extra-filename=-0359c19427118512 --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-368d1d732715e739.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35642024-11-06T07:58:37.905Z Compiling packed_struct_codegen v0.10.1
35652024-11-06T07:58:37.908Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=9111b532aa5f2f8b -C extra-filename=-9111b532aa5f2f8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a5d19bab82be3de2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35662024-11-06T07:58:38.223Z Compiling thiserror-no-std v2.0.2
35672024-11-06T07:58:38.226Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=51c3567cdf9b345a -C extra-filename=-51c3567cdf9b345a --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-a1b1c69cb7cace41.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35682024-11-06T07:58:38.272Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-a7a22894b3ecd7ab/build-script-build`
35692024-11-06T07:58:38.314Z Compiling indexmap v1.9.3
35702024-11-06T07:58:38.325Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=d41e1a4fecc0789a -C extra-filename=-d41e1a4fecc0789a --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-d41e1a4fecc0789a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-9cfbfcf28d644455.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35712024-11-06T07:58:38.352Z Compiling vsss-rs v3.3.4
35722024-11-06T07:58:38.355Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "curve25519", "curve25519-dalek", "default", "hex", "serde", "std"))' -C metadata=39bb0c82af55a369 -C extra-filename=-39bb0c82af55a369 --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-f12c971a1db56268.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2766537d8ac0b1c3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c6397b142e62362c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-51c3567cdf9b345a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35732024-11-06T07:58:38.571Z Compiling nodrop v0.1.14
35742024-11-06T07:58:38.592Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nodrop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nodrop-union", "std", "use_needs_drop", "use_union"))' -C metadata=338fc7449fd23d37 -C extra-filename=-338fc7449fd23d37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35752024-11-06T07:58:38.715Z Compiling bitvec v1.0.1
35762024-11-06T07:58:38.718Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=e04d708173710f55 -C extra-filename=-e04d708173710f55 --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-ec77332f65e180a6.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-71cbf2ce643a1991.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-e85ad104cd58050a.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-97cc11f2059f1a4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35772024-11-06T07:58:38.741Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-d41e1a4fecc0789a/build-script-build`
35782024-11-06T07:58:38.781Z Compiling array-init v0.0.4
35792024-11-06T07:58:38.784Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name array_init --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=4c6f2b913a52efa8 -C extra-filename=-4c6f2b913a52efa8 --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-338fc7449fd23d37.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35802024-11-06T07:58:38.847Z Compiling smallvec v0.6.14
35812024-11-06T07:58:38.850Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "may_dangle", "serde", "specialization", "std", "union"))' -C metadata=53ae269cc0caf804 -C extra-filename=-53ae269cc0caf804 --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-fe28ab29d50a715f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35822024-11-06T07:58:39.313Z Compiling async-recursion v1.1.1
35832024-11-06T07:58:39.315Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b496abfbe3fff0c0 -C extra-filename=-b496abfbe3fff0c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35842024-11-06T07:58:39.423Z Compiling bitfield v0.14.0
35852024-11-06T07:58:39.426Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8bb7ddd4c247c759 -C extra-filename=-8bb7ddd4c247c759 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35862024-11-06T07:58:39.762Z Compiling omicron-zone-package v0.11.1
35872024-11-06T07:58:39.765Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.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=6dc0f78fcf1d7dab -C extra-filename=-6dc0f78fcf1d7dab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-f18e47162950ff17.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-8c3767e8502d24da.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e1fd9239aa8173de.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e5552635b571d05f.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-896f8a38cf2a3f95.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-0e4c4d60639d4f38.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out`
35882024-11-06T07:58:39.992Z Compiling hashbrown v0.12.3
35892024-11-06T07:58:39.995Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "ahash-compile-time-rng", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=48b2ad806cc9a2ce -C extra-filename=-48b2ad806cc9a2ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35902024-11-06T07:58:40.877Z Compiling serde-hex v0.1.0
35912024-11-06T07:58:40.881Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=16cfb77156ee50c2 -C extra-filename=-16cfb77156ee50c2 --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-4c6f2b913a52efa8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-53ae269cc0caf804.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35922024-11-06T07:58:41.073Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
35932024-11-06T07:58:41.076Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=1c2c373f06174181 -C extra-filename=-1c2c373f06174181 --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-e24dfd866924e567.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-0359c19427118512.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3689f5d55485dcf2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35942024-11-06T07:58:41.212Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=ec47372ea5443d1e -C extra-filename=-ec47372ea5443d1e --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-48b2ad806cc9a2ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
35952024-11-06T07:58:41.239Z Compiling env_logger v0.10.2
35962024-11-06T07:58:41.260Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex"))' -C metadata=7816f2aa6396246a -C extra-filename=-7816f2aa6396246a --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-5650e16c205792da.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-be1427a2e2b84e81.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35972024-11-06T07:58:41.414Z Compiling ron v0.8.1
35982024-11-06T07:58:41.420Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=491469e75e392ed7 -C extra-filename=-491469e75e392ed7 --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-7715811988fb50db.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-35b1b2b889dfc8ca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e5552635b571d05f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35992024-11-06T07:58:42.154Z Compiling hashbrown v0.13.2
36002024-11-06T07:58:42.156Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=60bdf52fbff26d10 -C extra-filename=-60bdf52fbff26d10 --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-3a57e7e4e88d8557.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36012024-11-06T07:58:42.419Z Compiling kstat-rs v0.2.4
36022024-11-06T07:58:42.422Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kstat-rs-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7f4078a2df13ea0d -C extra-filename=-7f4078a2df13ea0d --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-5e430ebab9bd9caf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36032024-11-06T07:58:42.566Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=8d2e5b74a1f638d4 -C extra-filename=-8d2e5b74a1f638d4 --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-e04d708173710f55.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-9111b532aa5f2f8b.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36042024-11-06T07:58:43.083Z Compiling crc-any v2.5.0
36052024-11-06T07:58:43.086Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug-helper", "default", "development", "heapless", "std"))' -C metadata=17abd3841d56ad2e -C extra-filename=-17abd3841d56ad2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36062024-11-06T07:58:43.110Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
36072024-11-06T07:58:43.110Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=805023a6f7d72c73 -C extra-filename=-805023a6f7d72c73 --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-491469e75e392ed7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-1c2c373f06174181.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3689f5d55485dcf2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36082024-11-06T07:58:43.318Z Compiling object v0.30.4
36092024-11-06T07:58:43.320Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "crc32fast", "default", "doc", "elf", "flate2", "hashbrown", "indexmap", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "wasmparser", "write", "write_core", "write_std", "xcoff"))' -C metadata=44036c5f08f5d4b2 -C extra-filename=-44036c5f08f5d4b2 --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-7add7d581a0a3d92.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-60bdf52fbff26d10.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec47372ea5443d1e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36102024-11-06T07:58:43.652Z Compiling path-slash v0.1.5
36112024-11-06T07:58:43.655Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d522400388ea23bc -C extra-filename=-d522400388ea23bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36122024-11-06T07:58:43.871Z Compiling libefi-sys v0.1.0
36132024-11-06T07:58:43.874Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9befbfa7318ac1d6 -C extra-filename=-9befbfa7318ac1d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-9befbfa7318ac1d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142024-11-06T07:58:43.908Z Compiling bitfield-struct v0.6.2
36152024-11-06T07:58:43.911Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_struct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-struct-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8f56b1fd24c93ce0 -C extra-filename=-8f56b1fd24c93ce0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36162024-11-06T07:58:44.062Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
36172024-11-06T07:58:44.065Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/1b66b89/crates/tofino/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=41b1362ca5354f27 -C extra-filename=-41b1362ca5354f27 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-41b1362ca5354f27 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c92522b5f64ce473.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36182024-11-06T07:58:44.251Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-9befbfa7318ac1d6/build-script-build`
36192024-11-06T07:58:44.289Z Compiling parking_lot_core v0.8.6
36202024-11-06T07:58:44.291Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=70f453fa34de59f5 -C extra-filename=-70f453fa34de59f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-70f453fa34de59f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36212024-11-06T07:58:44.579Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-41b1362ca5354f27/build-script-build`
36222024-11-06T07:58:44.735Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6a2ac96119b96591 -C extra-filename=-6a2ac96119b96591 --out-dir /work/oxidecomputer/omicron/target/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`
36232024-11-06T07:58:44.863Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-70f453fa34de59f5/build-script-build`
36242024-11-06T07:58:44.903Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
36252024-11-06T07:58:44.931Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7b00f5942bd7339f -C extra-filename=-7b00f5942bd7339f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-49854af432b70515.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36262024-11-06T07:58:45.178Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36272024-11-06T07:58:45.181Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/dd5bb22/nvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ee5d097817074fe4 -C extra-filename=-ee5d097817074fe4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36282024-11-06T07:58:45.317Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/1b66b89/crates/tofino/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c4491a361ebadbf3 -C extra-filename=-c4491a361ebadbf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-7b00f5942bd7339f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -l static=pci`
36292024-11-06T07:58:45.497Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36302024-11-06T07:58:45.500Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/dd5bb22/libnvme-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7ec470b97cb7ad05 -C extra-filename=-7ec470b97cb7ad05 --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-8f56b1fd24c93ce0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36312024-11-06T07:58:45.573Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36322024-11-06T07:58:45.575Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=827408ebe352de16 -C extra-filename=-827408ebe352de16 --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-5e430ebab9bd9caf.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-6a2ac96119b96591.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36332024-11-06T07:58:45.752Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=f5c71ce3736579d0 -C extra-filename=-f5c71ce3736579d0 --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-3a9f8848cb985fb5.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-8c1f09ab07597f0a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-8fb7374548f1bc5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36342024-11-06T07:58:45.821Z Compiling hickory-client v0.24.1
36352024-11-06T07:58:45.824Z Compiling hickory-server v0.24.1
36362024-11-06T07:58:45.824Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-client-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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", "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=23c0dba9210198e2 -C extra-filename=-23c0dba9210198e2 --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-3a9f8848cb985fb5.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-84e888d97715bed6.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-bb45aa76554642b3.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-8bb04f8c3c253765.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36372024-11-06T07:58:45.824Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_server --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-server-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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", "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=1ae7c7d21a73f11f -C extra-filename=-1ae7c7d21a73f11f --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-4c8e06103831ec1b.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-2dbbab2a7d707c67.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b7ea25faceb1c102.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36382024-11-06T07:58:45.924Z Compiling diff v0.1.13
36392024-11-06T07:58:45.927Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name diff --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=be0aa6a2a727b12d -C extra-filename=-be0aa6a2a727b12d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36402024-11-06T07:58:46.234Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
36412024-11-06T07:58:46.236Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/131520f/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=26f418ea6ad3a06c -C extra-filename=-26f418ea6ad3a06c --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-8bb7ddd4c247c759.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-8d2e5b74a1f638d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36422024-11-06T07:58:46.399Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36432024-11-06T07:58:46.401Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/dd5bb22/libnvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=080acd08431793e9 -C extra-filename=-080acd08431793e9 --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-7ec470b97cb7ad05.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-ee5d097817074fe4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36442024-11-06T07:58:46.612Z Compiling parking_lot v0.11.2
36452024-11-06T07:58:46.615Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "nightly", "owning_ref", "send_guard", "serde", "stdweb", "wasm-bindgen"))' -C metadata=7d3a3dae73ca135f -C extra-filename=-7d3a3dae73ca135f --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-8c1f09ab07597f0a.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-65827c51d8b26ea9.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-f5c71ce3736579d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36462024-11-06T07:58:46.638Z Compiling primeorder v0.13.6
36472024-11-06T07:58:46.641Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/primeorder-0.13.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=c0a6971583ae48d4 -C extra-filename=-c0a6971583ae48d4 --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-2766537d8ac0b1c3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36482024-11-06T07:58:47.196Z Compiling sled v0.34.7
36492024-11-06T07:58:47.199Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "color-backtrace", "compression", "default", "docs", "event_log", "failpoints", "io_uring", "lock_free_delays", "measure_allocs", "miri_optimizations", "mutex", "no_inline", "no_logs", "no_metrics", "pretty_backtrace", "rio", "testing", "zstd"))' -C metadata=542f0d2a90a73863 -C extra-filename=-542f0d2a90a73863 --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-7add7d581a0a3d92.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-42d0637fa497cb3d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-830fd7ccfcb0c526.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-2c7e6f72008b01d5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-7d3a3dae73ca135f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36502024-11-06T07:58:47.225Z Compiling vte_generate_state_changes v0.1.2
36512024-11-06T07:58:47.225Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a4b1cd07326270aa -C extra-filename=-a4b1cd07326270aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36522024-11-06T07:58:47.372Z Compiling nanorand v0.7.0
36532024-11-06T07:58:47.375Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=bc2f287c0be00c8c -C extra-filename=-bc2f287c0be00c8c --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-590053dba71050d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36542024-11-06T07:58:47.450Z Compiling unicase v2.7.0
36552024-11-06T07:58:47.454Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=3e37fc858ab8acd6 -C extra-filename=-3e37fc858ab8acd6 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-3e37fc858ab8acd6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fe20cb8cb0cd687a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36562024-11-06T07:58:47.833Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-3e37fc858ab8acd6/build-script-build`
36572024-11-06T07:58:47.926Z Compiling flume v0.11.0
36582024-11-06T07:58:47.929Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-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="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=2c1e229ad80b88c4 -C extra-filename=-2c1e229ad80b88c4 --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-b5918c7bb1241671.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df9c791ee9497e83.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-bc2f287c0be00c8c.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-4e5ab92ea1014325.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36592024-11-06T07:58:47.957Z Compiling vte v0.11.1
36602024-11-06T07:58:47.959Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "default", "log", "nightly", "no_std", "serde"))' -C metadata=fc5c55233fa87752 -C extra-filename=-fc5c55233fa87752 --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-045a5788be1472cc.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-a4b1cd07326270aa.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36612024-11-06T07:58:48.034Z Compiling dsl_auto_type v0.1.2
36622024-11-06T07:58:48.037Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dsl_auto_type --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dsl_auto_type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=847601c340319f55 -C extra-filename=-847601c340319f55 --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-31eecee60364af63.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d3a2d607a5fdf8df.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36632024-11-06T07:58:48.630Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
36642024-11-06T07:58:48.656Z Compiling progenitor v0.8.0
36652024-11-06T07:58:48.659Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a1854cc6ed0cc7a8 -C extra-filename=-a1854cc6ed0cc7a8 --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-05a996d3c8307a60.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
36662024-11-06T07:58:48.659Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=16411a4c8261c1c7 -C extra-filename=-16411a4c8261c1c7 --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-674c0e3bf5ef2549.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-060f3d05e920a094.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-86d150b766a456b4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64`
36672024-11-06T07:58:48.869Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
36682024-11-06T07:58:48.872Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/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=a52dd6fa22b22f58 -C extra-filename=-a52dd6fa22b22f58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-d4f3330b78c89d7d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64`
36692024-11-06T07:58:48.897Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
36702024-11-06T07:58:48.920Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c2b21bcb11f1b761 -C extra-filename=-c2b21bcb11f1b761 --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-031d0c34245e6fe3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
36712024-11-06T07:58:49.564Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
36722024-11-06T07:58:49.567Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fae5334/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "falcon"))' -C metadata=7a6bc3e5b0368b29 -C extra-filename=-7a6bc3e5b0368b29 --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-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7715811988fb50db.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-7147406d3e32374a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64`
36732024-11-06T07:58:49.671Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
36742024-11-06T07:58:49.673Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3b6df9072423d5ca -C extra-filename=-3b6df9072423d5ca --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-3b6df9072423d5ca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-6dc0f78fcf1d7dab.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-728027f4892a19a1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out`
36752024-11-06T07:58:50.439Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
36762024-11-06T07:58:50.441Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/86101ea/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=f23969e709ffa19b -C extra-filename=-f23969e709ffa19b --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-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7715811988fb50db.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-7147406d3e32374a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64`
36772024-11-06T07:58:52.191Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
36782024-11-06T07:58:52.194Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/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=8487328871368e24 -C extra-filename=-8487328871368e24 --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-97eab9c7e64ab1b9.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-d4f3330b78c89d7d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64`
36792024-11-06T07:58:53.658Z Compiling fd-lock v4.0.2
36802024-11-06T07:58:53.661Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-4.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=888b4329acb1e2e0 -C extra-filename=-888b4329acb1e2e0 --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-3a9f8848cb985fb5.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d0fcbeecaf580e1a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36812024-11-06T07:58:53.888Z Compiling diesel_table_macro_syntax v0.2.0
36822024-11-06T07:58:53.890Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_table_macro_syntax-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a5ccb3f2b7824aa1 -C extra-filename=-a5ccb3f2b7824aa1 --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-49c5bb9f5371ddd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36832024-11-06T07:58:54.304Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
36842024-11-06T07:58:54.307Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=1dec1561fa282ad8 -C extra-filename=-1dec1561fa282ad8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-f53e26fec1489110.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-51013d43a4b80945.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a52dd6fa22b22f58.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-674c0e3bf5ef2549.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
36852024-11-06T07:58:55.604Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
36862024-11-06T07:58:55.606Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-c754111a71d466df/651fb58/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=22d519173206e183 -C extra-filename=-22d519173206e183 --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-b47e140518d235ae.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-d888b7650fa31316.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-ba321f09afba9fa8.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7a6bc3e5b0368b29.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-372f544bc341b983.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-4bbebcf2dbafad31.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-e723bce7dfb4f45c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-7147406d3e32374a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-896f8a38cf2a3f95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-700ecedd749ca7ae.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-324a83cbd9b1c585.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
36872024-11-06T07:58:56.669Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=0ad2c11620d6b523 -C extra-filename=-0ad2c11620d6b523 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-f53e26fec1489110.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-51013d43a4b80945.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a52dd6fa22b22f58.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-674c0e3bf5ef2549.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
36882024-11-06T07:58:56.731Z Compiling scheduled-thread-pool v0.2.7
36892024-11-06T07:58:56.734Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9332ac77a6d619c1 -C extra-filename=-9332ac77a6d619c1 --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-278271ef528ea378.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36902024-11-06T07:58:57.159Z Compiling atty v0.2.14
36912024-11-06T07:58:57.162Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0540cfb0dd00959c -C extra-filename=-0540cfb0dd00959c --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36922024-11-06T07:58:57.329Z Compiling buf-list v1.0.3
36932024-11-06T07:58:57.334Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=08925b1285d16b2c -C extra-filename=-08925b1285d16b2c --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-08925b1285d16b2c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36942024-11-06T07:58:57.353Z Compiling salty v0.3.0
36952024-11-06T07:58:57.355Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=2361fdeca9f7e114 -C extra-filename=-2361fdeca9f7e114 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-2361fdeca9f7e114 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36962024-11-06T07:58:57.865Z Compiling crunchy v0.2.2
36972024-11-06T07:58:57.867Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=aefce7b936f9dc46 -C extra-filename=-aefce7b936f9dc46 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-aefce7b936f9dc46 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36982024-11-06T07:58:58.019Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
36992024-11-06T07:58:58.022Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/131520f/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=448777dd594aaac1 -C extra-filename=-448777dd594aaac1 --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-e24dfd866924e567.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-4774ceefd9811b02.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-17abd3841d56ad2e.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-33f4d8fc2dec0d4b.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-7816f2aa6396246a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-26f418ea6ad3a06c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6660e290b0adf5ff.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-8d2e5b74a1f638d4.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5bba9131e5a5a9a7.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d83515ae026c9753.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-16cfb77156ee50c2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a17316c84dfe119d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3689f5d55485dcf2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37002024-11-06T07:58:58.114Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-08925b1285d16b2c/build-script-build`
37012024-11-06T07:58:58.199Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-2361fdeca9f7e114/build-script-build`
37022024-11-06T07:58:58.237Z Compiling r2d2 v0.8.10
37032024-11-06T07:58:58.237Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=05c0fbc3211649d2 -C extra-filename=-05c0fbc3211649d2 --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-81e3e574966e5fac.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-278271ef528ea378.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-9332ac77a6d619c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37042024-11-06T07:58:58.543Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-aefce7b936f9dc46/build-script-build`
37052024-11-06T07:58:58.544Z Compiling diesel_derives v2.2.3
37062024-11-06T07:58:58.544Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=195bb8f894647530 -C extra-filename=-195bb8f894647530 --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-a5ccb3f2b7824aa1.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-847601c340319f55.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37072024-11-06T07:58:58.652Z Compiling strip-ansi-escapes v0.2.0
37082024-11-06T07:58:58.656Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strip-ansi-escapes-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c5bf3bf63f2bb18 -C extra-filename=-9c5bf3bf63f2bb18 --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-fc5c55233fa87752.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37092024-11-06T07:58:59.103Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
37102024-11-06T07:58:59.105Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/b7b9d56/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=44d87fa603698ec2 -C extra-filename=-44d87fa603698ec2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-e3e8b832add273de.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-d4f3330b78c89d7d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64`
37112024-11-06T07:59:00.875Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
37122024-11-06T07:59:00.877Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/f48e2da/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9ef1c5b80d4be2e8 -C extra-filename=-9ef1c5b80d4be2e8 --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-bea150908669ba2d.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-26f418ea6ad3a06c.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-448777dd594aaac1.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-44036c5f08f5d4b2.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-d522400388ea23bc.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d83515ae026c9753.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-1c2c373f06174181.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-805023a6f7d72c73.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-896f8a38cf2a3f95.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a17316c84dfe119d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3689f5d55485dcf2.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-56e91e2c6f079a37.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-06807dd4dc388691/out/lib`
37132024-11-06T07:59:01.961Z Compiling p384 v0.13.0
37142024-11-06T07:59:01.961Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=78ad6e09465f7f12 -C extra-filename=-78ad6e09465f7f12 --out-dir /work/oxidecomputer/omicron/target/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`
37152024-11-06T07:59:01.964Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p384-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha384"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "hex-literal", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha384", "std", "test-vectors", "voprf"))' -C metadata=70f42a8b6a5b51c0 -C extra-filename=-70f42a8b6a5b51c0 --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-5a997561f72bb41f.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2766537d8ac0b1c3.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-c0a6971583ae48d4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37162024-11-06T07:59:02.347Z Compiling clang-sys v1.8.1
37172024-11-06T07:59:02.351Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=12b1d3e35632a6e7 -C extra-filename=-12b1d3e35632a6e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-12b1d3e35632a6e7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b6e13772d541a13d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37182024-11-06T07:59:03.115Z Compiling nu-ansi-term v0.50.1
37192024-11-06T07:59:03.118Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.50.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=66e6f472b41f674e -C extra-filename=-66e6f472b41f674e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37202024-11-06T07:59:03.580Z Compiling tiny-keccak v2.0.2
37212024-11-06T07:59:03.583Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=27539360f5b3e7a6 -C extra-filename=-27539360f5b3e7a6 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-27539360f5b3e7a6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37222024-11-06T07:59:03.920Z Compiling reedline v0.35.0
37232024-11-06T07:59:03.923Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.35.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=7910def2ab3d99e5 -C extra-filename=-7910def2ab3d99e5 --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-5fc87bb715fd1f15.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-888b4329acb1e2e0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4606acc70281245d.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-66e6f472b41f674e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-9c5bf3bf63f2bb18.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-4f33e6e51849c596.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3b8587e0c7ea651d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37242024-11-06T07:59:04.106Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-27539360f5b3e7a6/build-script-build`
37252024-11-06T07:59:04.155Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-12b1d3e35632a6e7/build-script-build`
37262024-11-06T07:59:04.194Z Compiling mime_guess v2.0.5
37272024-11-06T07:59:04.196Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=7e184f1d44bb9bdb -C extra-filename=-7e184f1d44bb9bdb --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-7e184f1d44bb9bdb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-78ad6e09465f7f12.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37282024-11-06T07:59:04.593Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-3b6df9072423d5ca/build-script-build`
37292024-11-06T07:59:05.198Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=3282ce8aeb19d335 -C extra-filename=-3282ce8aeb19d335 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37302024-11-06T07:59:05.321Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=e1e28e31a462cb4b -C extra-filename=-e1e28e31a462cb4b --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-00085ad90001767c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
37312024-11-06T07:59:05.539Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=7123e1c58d4a2669 -C extra-filename=-7123e1c58d4a2669 --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-28b401de3dbe7ac5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
37322024-11-06T07:59:06.133Z Compiling phf_generator v0.11.2
37332024-11-06T07:59:06.136Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_generator-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=420b904a9c118595 -C extra-filename=-420b904a9c118595 --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-e07776025399bf26.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37342024-11-06T07:59:06.307Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2c3bce4f9bde0c85 -C extra-filename=-2c3bce4f9bde0c85 --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-5fc87bb715fd1f15.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-674c0e3bf5ef2549.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
37352024-11-06T07:59:06.338Z Compiling env_filter v0.1.2
37362024-11-06T07:59:06.340Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_filter-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=a2b60bd5cb63e309 -C extra-filename=-a2b60bd5cb63e309 --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-81e3e574966e5fac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37372024-11-06T07:59:06.362Z Compiling ref-cast v1.0.23
37382024-11-06T07:59:06.365Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a576a530a61d333 -C extra-filename=-0a576a530a61d333 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-0a576a530a61d333 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37392024-11-06T07:59:06.973Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=9b50ec7b3e0eb41a -C extra-filename=-9b50ec7b3e0eb41a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-8cfef2821192c56e.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-e24dfd866924e567.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-f5a0f5f7ecc363de.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-bf8441b8f76d464b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8c1c44d6478e658.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c30efe55451c93e.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-28bbcf67678796a1.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-1f7ae8f5d2c44572.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib --check-cfg 'cfg(svcadm_autoclear)'`
37402024-11-06T07:59:07.068Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37412024-11-06T07:59:07.070Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e7fa3d1828f37e06 -C extra-filename=-e7fa3d1828f37e06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
37422024-11-06T07:59:10.419Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
37432024-11-06T07:59:10.422Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3156b3a24a8dc432 -C extra-filename=-3156b3a24a8dc432 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
37442024-11-06T07:59:10.961Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
37452024-11-06T07:59:10.964Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0d887a8039693220 -C extra-filename=-0d887a8039693220 --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-28b401de3dbe7ac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-6a9284525c6a267a.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-5e469ce88145a3ca.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
37462024-11-06T07:59:11.121Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
37472024-11-06T07:59:11.124Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fd32e418deba3c08 -C extra-filename=-fd32e418deba3c08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-98837ce3f896d34f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
37482024-11-06T07:59:13.402Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37492024-11-06T07:59:13.405Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=f535aed40bd27c30 -C extra-filename=-f535aed40bd27c30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-98837ce3f896d34f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-8c3767e8502d24da.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-22d519173206e183.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-71c8d2920f23016d.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e0e4de0f29691a9a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3acb9ca4c018b540.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5cbb0261a2c523b5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
37502024-11-06T07:59:15.827Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
37512024-11-06T07:59:15.830Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4e49c52697304148 -C extra-filename=-4e49c52697304148 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-be4c4d9da57311f0.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-5e469ce88145a3ca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0d887a8039693220.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
37522024-11-06T07:59:16.043Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d44f0dabe86b6ba3 -C extra-filename=-d44f0dabe86b6ba3 --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-28b401de3dbe7ac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-6a9284525c6a267a.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-5e469ce88145a3ca.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0ad2c11620d6b523.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
37532024-11-06T07:59:16.593Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
37542024-11-06T07:59:16.595Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8c237eb36419f12c -C extra-filename=-8c237eb36419f12c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d3a2d607a5fdf8df.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0d887a8039693220.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-df74325a53f8b344.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
37552024-11-06T07:59:17.722Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
37562024-11-06T07:59:17.725Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9d224fa68614393c -C extra-filename=-9d224fa68614393c --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-cd991068aa84087e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2d9f201d99cbadd5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
37572024-11-06T07:59:18.478Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37582024-11-06T07:59:18.481Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=62d1ba1d2a1fae63 -C extra-filename=-62d1ba1d2a1fae63 --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-5fc87bb715fd1f15.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
37592024-11-06T07:59:19.313Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37602024-11-06T07:59:19.316Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d4c5df34e44d8aab -C extra-filename=-d4c5df34e44d8aab --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-5fc87bb715fd1f15.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
37612024-11-06T07:59:19.460Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37622024-11-06T07:59:19.463Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c97f9cbb46332e7a -C extra-filename=-c97f9cbb46332e7a --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-4c8e06103831ec1b.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91722d65ff8a2813.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-89fdf77a91527a9f.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
37632024-11-06T07:59:20.226Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2febec3a8694a736 -C extra-filename=-2febec3a8694a736 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d3a2d607a5fdf8df.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d44f0dabe86b6ba3.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-df74325a53f8b344.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
37642024-11-06T07:59:20.312Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37652024-11-06T07:59:20.315Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b4c4dc5293da6370 -C extra-filename=-b4c4dc5293da6370 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d4c5df34e44d8aab.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-23c0dba9210198e2.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1ae7c7d21a73f11f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-85586f0010100645.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-542f0d2a90a73863.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
37662024-11-06T07:59:20.556Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37672024-11-06T07:59:20.559Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=31dc5af3420349dc -C extra-filename=-31dc5af3420349dc --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-081eb7697efcc78d.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-865fbac8de6150a7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
37682024-11-06T07:59:20.767Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
37692024-11-06T07:59:20.769Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b070837cc90e923d -C extra-filename=-b070837cc90e923d --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-41fc4fa1993f6110.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-cc8768000459eec0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-476f121024fb3157.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-b844cef669ebfa72.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
37702024-11-06T07:59:21.528Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
37712024-11-06T07:59:21.531Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=567f6f5abd6d84b4 -C extra-filename=-567f6f5abd6d84b4 --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-8afd7a32597e698d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-31dc5af3420349dc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
37722024-11-06T07:59:21.582Z Compiling diesel v2.2.4
37732024-11-06T07:59:21.585Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.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="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=a713319941a7f8ae -C extra-filename=-a713319941a7f8ae --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-35b1b2b889dfc8ca.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-e24dfd866924e567.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-195bb8f894647530.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-2e2f4eb969836d3f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-05c0fbc3211649d2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
37742024-11-06T07:59:21.723Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
37752024-11-06T07:59:21.725Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7d1e98effc2fc821 -C extra-filename=-7d1e98effc2fc821 --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-9b50ec7b3e0eb41a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
37762024-11-06T07:59:22.789Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
37772024-11-06T07:59:22.792Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9a6b7755acb9df76 -C extra-filename=-9a6b7755acb9df76 --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-9b50ec7b3e0eb41a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
37782024-11-06T07:59:23.444Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e9105c33c366ae2 -C extra-filename=-5e9105c33c366ae2 --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-28b401de3dbe7ac5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-dda10b61cff25e6f.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91722d65ff8a2813.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-89fdf77a91527a9f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-39bb0c82af55a369.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
37792024-11-06T07:59:24.143Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
37802024-11-06T07:59:24.146Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c623b6a56c0fef97 -C extra-filename=-c623b6a56c0fef97 --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-05a996d3c8307a60.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-2febec3a8694a736.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d44f0dabe86b6ba3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
37812024-11-06T07:59:25.233Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
37822024-11-06T07:59:25.235Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=543098b6778c09da -C extra-filename=-543098b6778c09da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-f53e26fec1489110.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-48ba4fa9dc043f65.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d97bd0ec0dbf820c.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e34685acac44cbed.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8e6caaf875e40df5.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-476f121024fb3157.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e49c52697304148.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
37832024-11-06T07:59:25.561Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37842024-11-06T07:59:25.564Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a342a05c383816c1 -C extra-filename=-a342a05c383816c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
37852024-11-06T07:59:26.044Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37862024-11-06T07:59:26.047Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9b81d0a9dcaea371 -C extra-filename=-9b81d0a9dcaea371 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
37872024-11-06T07:59:26.350Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
37882024-11-06T07:59:26.374Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b54b65fb4833759b -C extra-filename=-b54b65fb4833759b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5e9105c33c366ae2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f23969e709ffa19b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
37892024-11-06T07:59:27.391Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37902024-11-06T07:59:27.395Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2739ea19105329dd -C extra-filename=-2739ea19105329dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-55f8d1e2ea5c116f.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-7b00f5942bd7339f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-827408ebe352de16.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-080acd08431793e9.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c4491a361ebadbf3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out`
37912024-11-06T07:59:31.513Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37922024-11-06T07:59:31.513Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f91cc128dfa35a72 -C extra-filename=-f91cc128dfa35a72 --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-1dec1561fa282ad8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
37932024-11-06T07:59:31.597Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
37942024-11-06T07:59:31.599Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d41e4ad41f225f11 -C extra-filename=-d41e4ad41f225f11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e466a89c06d9792e.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-8c237eb36419f12c.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-c623b6a56c0fef97.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0d887a8039693220.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-df74325a53f8b344.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
37952024-11-06T07:59:32.034Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
37962024-11-06T07:59:32.037Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=cae96bb94eb92357 -C extra-filename=-cae96bb94eb92357 --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-3a9f8848cb985fb5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-7f4078a2df13ea0d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
37972024-11-06T07:59:36.340Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37982024-11-06T07:59:36.346Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7cd9642505100da7 -C extra-filename=-7cd9642505100da7 --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-8487328871368e24.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-674c0e3bf5ef2549.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
37992024-11-06T07:59:37.058Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38002024-11-06T07:59:37.061Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=7437c79f2beb1f48 -C extra-filename=-7437c79f2beb1f48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b6e13772d541a13d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c97f9cbb46332e7a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2739ea19105329dd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out`
38012024-11-06T07:59:38.635Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38022024-11-06T07:59:38.637Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a5aee330fba71f3 -C extra-filename=-0a5aee330fba71f3 --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-7384040dbc2a43ac.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b54b65fb4833759b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
38032024-11-06T07:59:39.107Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38042024-11-06T07:59:39.110Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dd71e9f878adf4a6 -C extra-filename=-dd71e9f878adf4a6 --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-2dae76f465709689.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b54b65fb4833759b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
38052024-11-06T07:59:40.537Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38062024-11-06T07:59:40.540Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2021 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=773dd7c3d9328ae0 -C extra-filename=-773dd7c3d9328ae0 --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-7384040dbc2a43ac.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
38072024-11-06T07:59:40.646Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-0a576a530a61d333/build-script-build`
38082024-11-06T07:59:40.736Z Compiling env_logger v0.11.5
38092024-11-06T07:59:40.739Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=596fe4364ea80861 -C extra-filename=-596fe4364ea80861 --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-a2b60bd5cb63e309.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38102024-11-06T07:59:41.058Z Compiling phf_codegen v0.11.2
38112024-11-06T07:59:41.075Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_codegen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_codegen-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=da0a7605fb817d3f -C extra-filename=-da0a7605fb817d3f --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-420b904a9c118595.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-e07776025399bf26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38122024-11-06T07:59:41.292Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
38132024-11-06T07:59:41.295Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fc0d2d9189ba0c5a/3cc953c/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="getrandom"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "std", "thiserror"))' -C metadata=4d242719bc7a78bd -C extra-filename=-4d242719bc7a78bd --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-590053dba71050d7.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-511ffae39571fcdb.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-e1e28e31a462cb4b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38142024-11-06T07:59:41.469Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-7e184f1d44bb9bdb/build-script-build`
38152024-11-06T07:59:41.521Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=33ce3fbc0631fba9 -C extra-filename=-33ce3fbc0631fba9 --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-3282ce8aeb19d335.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38162024-11-06T07:59:42.193Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
38172024-11-06T07:59:42.196Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ee3760aa82368305 -C extra-filename=-ee3760aa82368305 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-ee3760aa82368305 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f0e4200221e87459.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
38182024-11-06T07:59:42.250Z Compiling ascii-canvas v3.0.0
38192024-11-06T07:59:42.253Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cbbc7a2d0e7c6d4b -C extra-filename=-cbbc7a2d0e7c6d4b --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-2c9865cb6e9a9cfd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38202024-11-06T07:59:42.274Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
38212024-11-06T07:59:42.276Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/86101ea/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=744d4561be9a951e -C extra-filename=-744d4561be9a951e --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-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38222024-11-06T07:59:42.293Z Compiling ref-cast-impl v1.0.23
38232024-11-06T07:59:42.293Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=72ecb55ac91e4c0b -C extra-filename=-72ecb55ac91e4c0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38242024-11-06T07:59:42.560Z Compiling parse-zoneinfo v0.3.1
38252024-11-06T07:59:42.581Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_zoneinfo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-zoneinfo-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=648baec86734e298 -C extra-filename=-648baec86734e298 --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-956d5b2009c81213.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38262024-11-06T07:59:42.764Z Compiling ena v0.14.3
38272024-11-06T07:59:42.766Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=410023b356528747 -C extra-filename=-410023b356528747 --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-81e3e574966e5fac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38282024-11-06T07:59:42.914Z Compiling libloading v0.8.5
38292024-11-06T07:59:42.916Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1c1f1b5be2cfbffd -C extra-filename=-1c1f1b5be2cfbffd --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-3a9f8848cb985fb5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38302024-11-06T07:59:43.112Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
38312024-11-06T07:59:43.114Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/cc13773/tls/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8b72015a9a9b4a45 -C extra-filename=-8b72015a9a9b4a45 --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-8b72015a9a9b4a45 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38322024-11-06T07:59:43.235Z Dirty bytecount v0.6.8: the rustflags changed
38332024-11-06T07:59:43.235Z Compiling bytecount v0.6.8
38342024-11-06T07:59:43.237Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=0959b9381c15e4b0 -C extra-filename=-0959b9381c15e4b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38352024-11-06T07:59:43.375Z Compiling cfg_aliases v0.1.1
38362024-11-06T07:59:43.379Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=155706c3c73ad7ff -C extra-filename=-155706c3c73ad7ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38372024-11-06T07:59:43.494Z Compiling bindgen v0.69.5
38382024-11-06T07:59:43.497Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=ccd5c49e0fb3ebfa -C extra-filename=-ccd5c49e0fb3ebfa --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-ccd5c49e0fb3ebfa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38392024-11-06T07:59:43.520Z Compiling regex-syntax v0.6.29
38402024-11-06T07:59:43.522Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=4d71a52c02658c2c -C extra-filename=-4d71a52c02658c2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38412024-11-06T07:59:43.522Z Compiling nix v0.28.0
38422024-11-06T07:59:43.542Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=91ca4430b2a4bf33 -C extra-filename=-91ca4430b2a4bf33 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-91ca4430b2a4bf33 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-155706c3c73ad7ff.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38432024-11-06T07:59:43.662Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e11ad8373c95454 -C extra-filename=-5e11ad8373c95454 --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-72ecb55ac91e4c0b.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)'`
38442024-11-06T07:59:43.821Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-8b72015a9a9b4a45/build-script-build`
38452024-11-06T07:59:43.862Z Dirty papergrid v0.11.0: the rustflags changed
38462024-11-06T07:59:43.862Z Compiling papergrid v0.11.0
38472024-11-06T07:59:43.864Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=e26b9931a93a2496 -C extra-filename=-e26b9931a93a2496 --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-0959b9381c15e4b0.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-562dd616f443bd7a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38482024-11-06T07:59:44.413Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=7269b98667ceb91a -C extra-filename=-7269b98667ceb91a --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-b6e13772d541a13d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-1c1f1b5be2cfbffd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38492024-11-06T07:59:44.438Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-ccd5c49e0fb3ebfa/build-script-build`
38502024-11-06T07:59:44.461Z Compiling chrono-tz-build v0.4.0
38512024-11-06T07:59:44.463Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-tz-build-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("case-insensitive", "filter-by-regex", "phf_shared", "regex", "uncased"))' -C metadata=5293e77e7621c567 -C extra-filename=-5293e77e7621c567 --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-648baec86734e298.rmeta --extern phf_codegen=/work/oxidecomputer/omicron/target/debug/deps/libphf_codegen-da0a7605fb817d3f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38522024-11-06T07:59:44.491Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-ee3760aa82368305/build-script-build`
38532024-11-06T07:59:44.529Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
38542024-11-06T07:59:44.531Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fc0d2d9189ba0c5a/3cc953c/verifier/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=504abf16a5afca5c -C extra-filename=-504abf16a5afca5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-4d242719bc7a78bd.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-4774ceefd9811b02.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f670185fe28d0078.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-596fe4364ea80861.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-70f42a8b6a5b51c0.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5bba9131e5a5a9a7.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a17316c84dfe119d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38552024-11-06T07:59:45.206Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=97c69cb8d814fc0e -C extra-filename=-97c69cb8d814fc0e --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-d9c84f3cc4dc8e05.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-78ad6e09465f7f12.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38562024-11-06T07:59:45.703Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
38572024-11-06T07:59:45.706Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8c84ecf38767e948 -C extra-filename=-8c84ecf38767e948 --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-5fc87bb715fd1f15.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
38582024-11-06T07:59:45.909Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
38592024-11-06T07:59:45.911Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f7e2226ae670f0bd -C extra-filename=-f7e2226ae670f0bd --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-e93687f563e14a1a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
38602024-11-06T07:59:46.292Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
38612024-11-06T07:59:46.295Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1dd406d97c320bf7 -C extra-filename=-1dd406d97c320bf7 --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-d3a2d607a5fdf8df.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-a1854cc6ed0cc7a8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a85680cc9908cb93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
38622024-11-06T07:59:47.539Z Compiling lalrpop v0.19.12
38632024-11-06T07:59:47.541Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=32b3e23e47986d9b -C extra-filename=-32b3e23e47986d9b --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-cbbc7a2d0e7c6d4b.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-80ad4cd7f0cddf1a.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-be0aa6a2a727b12d.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-410023b356528747.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-5650e16c205792da.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-cf391c8b3491fee0.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-52313d9d65cb49f4.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-4d71a52c02658c2c.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-d1899eb74ee961d4.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-2c9865cb6e9a9cfd.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-33ce3fbc0631fba9.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-6b8f6d0757d70170.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38642024-11-06T07:59:47.880Z Compiling which v4.4.2
38652024-11-06T07:59:47.883Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=62540a00bf1562fc -C extra-filename=-62540a00bf1562fc --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-4a9dc6afd4d7fafa.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-584fe4101e36129b.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d0fcbeecaf580e1a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38662024-11-06T07:59:48.515Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
38672024-11-06T07:59:48.518Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/b7b9d56/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=807e86b0d7fdae41 -C extra-filename=-807e86b0d7fdae41 --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-031d0c34245e6fe3.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-e3e8b832add273de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38682024-11-06T07:59:49.238Z Compiling tabled_derive v0.7.0
38692024-11-06T07:59:49.241Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dd323e3cbdab46cd -C extra-filename=-dd323e3cbdab46cd --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-1050d0d9df4c1c3b.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-6e9d5c5615614982.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a5d19bab82be3de2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38702024-11-06T07:59:49.701Z Compiling cexpr v0.6.0
38712024-11-06T07:59:49.704Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=91fab2328a9d37f0 -C extra-filename=-91fab2328a9d37f0 --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-f31c551e32c21fb6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38722024-11-06T07:59:49.852Z Compiling rustc-hash v1.1.0
38732024-11-06T07:59:49.855Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3b769f9d5dfdf5bb -C extra-filename=-3b769f9d5dfdf5bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38742024-11-06T07:59:50.030Z Compiling http-range v0.1.5
38752024-11-06T07:59:50.052Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1deca27afdf2502d -C extra-filename=-1deca27afdf2502d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38762024-11-06T07:59:50.429Z Compiling lazycell v1.3.0
38772024-11-06T07:59:50.432Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clippy", "nightly", "nightly-testing", "serde"))' -C metadata=87f2a48b63a75b08 -C extra-filename=-87f2a48b63a75b08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38782024-11-06T07:59:50.631Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=234cf1278106702b -C extra-filename=-234cf1278106702b --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-35b1b2b889dfc8ca.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-91fab2328a9d37f0.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-7269b98667ceb91a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4606acc70281245d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-802887cd43335884.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-87f2a48b63a75b08.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-df74325a53f8b344.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-3b769f9d5dfdf5bb.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-6765ee8c9d89c9cf.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-62540a00bf1562fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38792024-11-06T07:59:51.488Z Compiling hyper-staticfile v0.10.1
38802024-11-06T07:59:51.491Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e3cac8fbbda9149 -C extra-filename=-5e3cac8fbbda9149 --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-4d996534faf1d453.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-1deca27afdf2502d.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-af67607d813e61c0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-97c69cb8d814fc0e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-d4f3330b78c89d7d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38812024-11-06T07:59:51.792Z Compiling tabled v0.15.0
38822024-11-06T07:59:51.795Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=febec8f9772be7da -C extra-filename=-febec8f9772be7da --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-e26b9931a93a2496.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-dd323e3cbdab46cd.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38832024-11-06T07:59:52.717Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
38842024-11-06T07:59:52.721Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/86101ea/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=d4cb7b4a7046aea6 -C extra-filename=-d4cb7b4a7046aea6 --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-807e86b0d7fdae41.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-744d4561be9a951e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38852024-11-06T07:59:55.827Z Compiling chrono-tz v0.10.0
38862024-11-06T07:59:55.830Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-tz-0.10.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=96c5e6e4f0e70ed8 -C extra-filename=-96c5e6e4f0e70ed8 --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-96c5e6e4f0e70ed8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono_tz_build=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz_build-5293e77e7621c567.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38872024-11-06T07:59:56.738Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/cc13773/tls/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b266154b85ad77c2 -C extra-filename=-b266154b85ad77c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-4d242719bc7a78bd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-504abf16a5afca5c.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f670185fe28d0078.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-865fbac8de6150a7.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5bba9131e5a5a9a7.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-84e2854ef48233c5.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-89fdf77a91527a9f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-59a4aff6f226326f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a17316c84dfe119d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.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/ring-01fe0e22afc7f633/out`
38882024-11-06T07:59:56.821Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-91ca4430b2a4bf33/build-script-build`
38892024-11-06T07:59:56.861Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
38902024-11-06T07:59:56.864Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/86101ea/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=ce1efa475a0101fb -C extra-filename=-ce1efa475a0101fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-0540cfb0dd00959c.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7715811988fb50db.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-744d4561be9a951e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-781fdb0910cc187e.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-7147406d3e32374a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64`
38912024-11-06T07:59:57.625Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
38922024-11-06T07:59:57.628Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=982dca9b994dfa4f -C extra-filename=-982dca9b994dfa4f --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-5fc87bb715fd1f15.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
38932024-11-06T07:59:58.772Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38942024-11-06T07:59:58.775Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2021 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0bc9ec6e6cefa211 -C extra-filename=-0bc9ec6e6cefa211 --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-05a996d3c8307a60.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
38952024-11-06T07:59:59.049Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
38962024-11-06T07:59:59.052Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-55585085c2a3fa20/a1b342c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8dc19b9ed8e93b20 -C extra-filename=-8dc19b9ed8e93b20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38972024-11-06T07:59:59.564Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
38982024-11-06T07:59:59.587Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-fixed-data/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4ffcea8b301353ae -C extra-filename=-4ffcea8b301353ae --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-4ffcea8b301353ae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f0e4200221e87459.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
38992024-11-06T07:59:59.942Z Compiling derive_builder_core v0.20.2
39002024-11-06T07:59:59.945Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_core-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=bed128e12405710a -C extra-filename=-bed128e12405710a --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-31eecee60364af63.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39012024-11-06T08:00:02.327Z Compiling libxml v0.3.3
39022024-11-06T08:00:02.330Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2105f7f472052fac -C extra-filename=-2105f7f472052fac --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-2105f7f472052fac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-7758a0649459c8d9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39032024-11-06T08:00:02.382Z Compiling derive_builder_macro v0.20.2
39042024-11-06T08:00:02.385Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_macro-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=32ad886412af3571 -C extra-filename=-32ad886412af3571 --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-bed128e12405710a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39052024-11-06T08:00:02.813Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-2105f7f472052fac/build-script-build`
39062024-11-06T08:00:02.865Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=34f53c7748a77cd3 -C extra-filename=-34f53c7748a77cd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-1dd406d97c320bf7.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d97bd0ec0dbf820c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8e6caaf875e40df5.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f7e2226ae670f0bd.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b070837cc90e923d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5e11ad8373c95454.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
39072024-11-06T08:00:03.295Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-4ffcea8b301353ae/build-script-build`
39082024-11-06T08:00:03.336Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=7dc44940db95abaf -C extra-filename=-7dc44940db95abaf --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-35b1b2b889dfc8ca.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
39092024-11-06T08:00:03.525Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-96c5e6e4f0e70ed8/build-script-build`
39102024-11-06T08:00:03.549Z Compiling peg-macros v0.8.4
39112024-11-06T08:00:03.553Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-macros-0.8.4/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("trace"))' -C metadata=cf3ec0ddc5862b92 -C extra-filename=-cf3ec0ddc5862b92 --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-8877ffe90b8dd028.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39122024-11-06T08:00:04.749Z Compiling signal-hook-tokio v0.3.1
39132024-11-06T08:00:04.751Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=05801cf678197461 -C extra-filename=-05801cf678197461 --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-b5918c7bb1241671.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-78ac86b264e9f763.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39142024-11-06T08:00:04.976Z Compiling strum_macros v0.24.3
39152024-11-06T08:00:04.978Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2f2b177c677ea99 -C extra-filename=-b2f2b177c677ea99 --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-1050d0d9df4c1c3b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-33a9d417a525d47f.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a5d19bab82be3de2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39162024-11-06T08:00:06.966Z Compiling sqlparser_derive v0.2.2
39172024-11-06T08:00:06.989Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser_derive-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=035e4f26b8824071 -C extra-filename=-035e4f26b8824071 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39182024-11-06T08:00:07.321Z Compiling memoffset v0.9.1
39192024-11-06T08:00:07.353Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=5967e75f0172548e -C extra-filename=-5967e75f0172548e --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-5967e75f0172548e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-9cfbfcf28d644455.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39202024-11-06T08:00:07.428Z Compiling indoc v1.0.9
39212024-11-06T08:00:07.431Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=59267a485e8feb26 -C extra-filename=-59267a485e8feb26 --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`
39222024-11-06T08:00:07.719Z Compiling unicode_categories v0.1.1
39232024-11-06T08:00:07.722Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode_categories-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e4fc53ab0633279d -C extra-filename=-e4fc53ab0633279d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39242024-11-06T08:00:08.093Z Compiling sqlformat v0.2.6
39252024-11-06T08:00:08.096Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlformat-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=42b1b522d80a7480 -C extra-filename=-42b1b522d80a7480 --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-f31c551e32c21fb6.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-e4fc53ab0633279d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39262024-11-06T08:00:08.238Z Compiling sqlparser v0.45.0
39272024-11-06T08:00:08.241Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "json_example", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=3557fe839a6455f6 -C extra-filename=-3557fe839a6455f6 --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-81e3e574966e5fac.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-035e4f26b8824071.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39282024-11-06T08:00:08.526Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-5967e75f0172548e/build-script-build`
39292024-11-06T08:00:08.709Z Compiling peg v0.8.4
39302024-11-06T08:00:08.712Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "trace", "unstable"))' -C metadata=2df5b7950dd75f83 -C extra-filename=-2df5b7950dd75f83 --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-cf3ec0ddc5862b92.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-8877ffe90b8dd028.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39312024-11-06T08:00:08.733Z Compiling rustyline v14.0.0
39322024-11-06T08:00:08.736Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustyline-14.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="custom-bindings"' --cfg 'feature="default"' --cfg 'feature="fd-lock"' --cfg 'feature="home"' --cfg 'feature="radix_trie"' --cfg 'feature="with-dirs"' --cfg 'feature="with-file-history"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("buffer-redux", "case_insensitive_history_search", "custom-bindings", "default", "derive", "fd-lock", "home", "radix_trie", "regex", "rusqlite", "rustyline-derive", "signal-hook", "skim", "termios", "with-dirs", "with-file-history", "with-fuzzy", "with-sqlite-history"))' -C metadata=d0096c9f8d1cafe3 -C extra-filename=-d0096c9f8d1cafe3 --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-35b1b2b889dfc8ca.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-888b4329acb1e2e0.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-584fe4101e36129b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-7dc44940db95abaf.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-8bb04f8c3c253765.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3b8587e0c7ea651d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-045a5788be1472cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39332024-11-06T08:00:08.843Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-tz-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=7cbbe7319620a8ed -C extra-filename=-7cbbe7319620a8ed --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-5fc87bb715fd1f15.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-bcff8eb39b7bf28f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39342024-11-06T08:00:10.182Z Compiling derive_builder v0.20.2
39352024-11-06T08:00:10.185Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' --check-cfg 'cfg(compiletests)' -C metadata=1724a3b10b29989a -C extra-filename=-1724a3b10b29989a --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-32ad886412af3571.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39362024-11-06T08:00:10.380Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=26c14852c4c20af0 -C extra-filename=-26c14852c4c20af0 --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
39372024-11-06T08:00:12.971Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39382024-11-06T08:00:12.979Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=3c2af0f82f0455aa -C extra-filename=-3c2af0f82f0455aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5e9105c33c366ae2.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0a5aee330fba71f3.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f91cc128dfa35a72.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-44d87fa603698ec2.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4c4dc5293da6370.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2c3bce4f9bde0c85.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2c1e229ad80b88c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b6e13772d541a13d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5e3cac8fbbda9149.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a342a05c383816c1.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c97f9cbb46332e7a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a52dd6fa22b22f58.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7cd9642505100da7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8c1c44d6478e658.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cae96bb94eb92357.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-982dca9b994dfa4f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f23969e709ffa19b.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ce1efa475a0101fb.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-d4cb7b4a7046aea6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-773dd7c3d9328ae0.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-0bc9ec6e6cefa211.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dd71e9f878adf4a6.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b54b65fb4833759b.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2739ea19105329dd.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7437c79f2beb1f48.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b266154b85ad77c2.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c4491a361ebadbf3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
39392024-11-06T08:00:13.308Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
39402024-11-06T08:00:13.311Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3e359607e78f373c -C extra-filename=-3e359607e78f373c --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-7384040dbc2a43ac.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-567f6f5abd6d84b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
39412024-11-06T08:00:14.232Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
39422024-11-06T08:00:14.236Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/auth/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a8f408b1ee219ea -C extra-filename=-7a8f408b1ee219ea --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-7a8f408b1ee219ea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f0e4200221e87459.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
39432024-11-06T08:00:14.613Z Compiling http v0.2.12
39442024-11-06T08:00:14.616Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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())' -C metadata=00cbc9be3d72d2cb -C extra-filename=-00cbc9be3d72d2cb --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-28b401de3dbe7ac5.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-562dd616f443bd7a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-2e2f4eb969836d3f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39452024-11-06T08:00:16.448Z Compiling bcs v0.1.6
39462024-11-06T08:00:16.451Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9f945a5ccaa40a2c -C extra-filename=-9f945a5ccaa40a2c --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-269908bc00c83ab7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39472024-11-06T08:00:17.032Z Compiling quick-xml v0.33.0
39482024-11-06T08:00:17.035Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.33.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "async-tokio", "default", "document-features", "encoding", "encoding_rs", "escape-html", "overlapped-lists", "serde", "serde-types", "serialize", "tokio"))' -C metadata=a7cbd5476b02a01a -C extra-filename=-a7cbd5476b02a01a --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-67e0a46ec2bfb252.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39492024-11-06T08:00:17.197Z Compiling impl-trait-for-tuples v0.2.2
39502024-11-06T08:00:17.200Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=403e7ae55e241dc9 -C extra-filename=-403e7ae55e241dc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a5d19bab82be3de2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39512024-11-06T08:00:20.632Z Compiling oso-derive v0.27.3
39522024-11-06T08:00:20.635Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12d27bed31b77097 -C extra-filename=-12d27bed31b77097 --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-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a5d19bab82be3de2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39532024-11-06T08:00:20.858Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-7a8f408b1ee219ea/build-script-build`
39542024-11-06T08:00:20.899Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=4233cda64c5cf237 -C extra-filename=-4233cda64c5cf237 --out-dir /work/oxidecomputer/omicron/target/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`
39552024-11-06T08:00:21.032Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
39562024-11-06T08:00:21.035Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e5918dd21ea05901 -C extra-filename=-e5918dd21ea05901 --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-d3a2d607a5fdf8df.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-a1854cc6ed0cc7a8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a85680cc9908cb93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
39572024-11-06T08:00:21.861Z Compiling tungstenite v0.23.0
39582024-11-06T08:00:21.864Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=045326bcc56846bc -C extra-filename=-045326bcc56846bc --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-e24dfd866924e567.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-84e888d97715bed6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5d8a463318a86900.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-167f82d4d67f511e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-41c8d522324e4d83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39592024-11-06T08:00:22.854Z Compiling pin-project-internal v1.1.6
39602024-11-06T08:00:22.857Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ea535887a4be9ca2 -C extra-filename=-ea535887a4be9ca2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39612024-11-06T08:00:24.299Z Compiling diesel-dtrace v0.3.0
39622024-11-06T08:00:24.303Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-dtrace-0.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=b8a0832b3f06a54a -C extra-filename=-b8a0832b3f06a54a --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-b8a0832b3f06a54a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fe20cb8cb0cd687a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39632024-11-06T08:00:24.706Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
39642024-11-06T08:00:24.709Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/gateway-sp-comms/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4ea9effa48dcfb49 -C extra-filename=-4ea9effa48dcfb49 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-4ea9effa48dcfb49 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fe20cb8cb0cd687a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39652024-11-06T08:00:25.076Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-b8a0832b3f06a54a/build-script-build`
39662024-11-06T08:00:25.109Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-4ea9effa48dcfb49/build-script-build`
39672024-11-06T08:00:25.156Z Compiling tokio-tungstenite v0.23.1
39682024-11-06T08:00:25.161Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=ee3cb7542fd8a3cb -C extra-filename=-ee3cb7542fd8a3cb --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-4d996534faf1d453.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-045326bcc56846bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39692024-11-06T08:00:25.192Z Compiling nix v0.27.1
39702024-11-06T08:00:25.194Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=9fc87520889aa63d -C extra-filename=-9fc87520889aa63d --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-35b1b2b889dfc8ca.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-4233cda64c5cf237.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39712024-11-06T08:00:25.749Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
39722024-11-06T08:00:25.752Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=ecc2782dac675cc2 -C extra-filename=-ecc2782dac675cc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b496abfbe3fff0c0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-9f945a5ccaa40a2c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-7cbbe7319620a8ed.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-8dc19b9ed8e93b20.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-55f8d1e2ea5c116f.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-be4c4d9da57311f0.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-3bfbe37480da92fc.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-f31c551e32c21fb6.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-5e469ce88145a3ca.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e49c52697304148.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-2df5b7950dd75f83.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2d9f201d99cbadd5.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-d0096c9f8d1cafe3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-42b1b522d80a7480.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3557fe839a6455f6.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-febec8f9772be7da.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
39732024-11-06T08:00:26.085Z Compiling pin-project v1.1.6
39742024-11-06T08:00:26.088Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8f35bbfe82bd23bd -C extra-filename=-8f35bbfe82bd23bd --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-ea535887a4be9ca2.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39752024-11-06T08:00:26.121Z Compiling http-body v0.4.6
39762024-11-06T08:00:26.123Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-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())' -C metadata=0bec6f520bd12a5e -C extra-filename=-0bec6f520bd12a5e --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-28b401de3dbe7ac5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-00cbc9be3d72d2cb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39772024-11-06T08:00:26.244Z Compiling h2 v0.3.26
39782024-11-06T08:00:26.247Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=47e12f95edd87cb0 -C extra-filename=-47e12f95edd87cb0 --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-28b401de3dbe7ac5.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-562dd616f443bd7a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df9c791ee9497e83.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-00cbc9be3d72d2cb.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-89b400fb2d230988.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39792024-11-06T08:00:26.618Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
39802024-11-06T08:00:26.621Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=593b81e0b4e7c451 -C extra-filename=-593b81e0b4e7c451 --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-e24dfd866924e567.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-0359c19427118512.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3689f5d55485dcf2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39812024-11-06T08:00:26.968Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
39822024-11-06T08:00:26.971Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=62da94aae739f5a4 -C extra-filename=-62da94aae739f5a4 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-62da94aae739f5a4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f0e4200221e87459.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
39832024-11-06T08:00:27.197Z Compiling const_format_proc_macros v0.2.33
39842024-11-06T08:00:27.200Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format_proc_macros-0.2.33/src/lib.rs --error-format=json --json=diagnostic-rendered-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=5d2c8aae38a5bac1 -C extra-filename=-5d2c8aae38a5bac1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-6b8f6d0757d70170.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39852024-11-06T08:00:27.385Z Compiling bb8 v0.8.5
39862024-11-06T08:00:27.387Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=11878ffdd4c440f6 -C extra-filename=-11878ffdd4c440f6 --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-4c8e06103831ec1b.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-278271ef528ea378.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39872024-11-06T08:00:27.981Z Compiling async-bb8-diesel v0.2.1
39882024-11-06T08:00:27.984Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-bb8-diesel-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cockroach"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cockroach", "default"))' -C metadata=2bfa151f1d0dc977 -C extra-filename=-2bfa151f1d0dc977 --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-4c8e06103831ec1b.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-11878ffdd4c440f6.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39892024-11-06T08:00:28.927Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-62da94aae739f5a4/build-script-build`
39902024-11-06T08:00:28.969Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9cae3b8ce2aa2c81 -C extra-filename=-9cae3b8ce2aa2c81 --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-4c8e06103831ec1b.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-51013d43a4b80945.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-2c7e6f72008b01d5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-511ffae39571fcdb.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-9ef1c5b80d4be2e8.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-8ff4fd01cbe58fb5.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-9fc87520889aa63d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-f7520c5dde00647a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-0e1e3b5e94906ac0.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-d1899eb74ee961d4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-593b81e0b4e7c451.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-56e91e2c6f079a37.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-06807dd4dc388691/out/lib`
39912024-11-06T08:00:29.486Z Compiling const_format v0.2.33
39922024-11-06T08:00:29.489Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format-0.2.33/src/lib.rs --error-format=json --json=diagnostic-rendered-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", "__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"))' -C metadata=5f1c5167cec04a77 -C extra-filename=-5f1c5167cec04a77 --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-5d2c8aae38a5bac1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39932024-11-06T08:00:30.271Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-dtrace-0.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=19bbd81941be0b85 -C extra-filename=-19bbd81941be0b85 --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-a713319941a7f8ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39942024-11-06T08:00:30.719Z Dirty cargo-platform v0.1.8: the rustflags changed
39952024-11-06T08:00:30.719Z Compiling cargo-platform v0.1.8
39962024-11-06T08:00:30.722Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a65f0bad97b28439 -C extra-filename=-a65f0bad97b28439 --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-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39972024-11-06T08:00:31.338Z Compiling snafu-derive v0.8.5
39982024-11-06T08:00:31.379Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=9f59f61f8dc393d7 -C extra-filename=-9f59f61f8dc393d7 --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-d3a2d607a5fdf8df.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39992024-11-06T08:00:35.899Z Compiling hyper v0.14.30
40002024-11-06T08:00:35.901Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.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="client"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="socket2"' --cfg 'feature="tcp"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "backports", "client", "default", "deprecated", "ffi", "full", "h2", "http1", "http2", "libc", "nightly", "runtime", "server", "socket2", "stream", "tcp"))' -C metadata=ac40e4423570e3b5 -C extra-filename=-ac40e4423570e3b5 --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-28b401de3dbe7ac5.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-bb45aa76554642b3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-47e12f95edd87cb0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-00cbc9be3d72d2cb.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-0bec6f520bd12a5e.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5d8a463318a86900.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-af67607d813e61c0.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-2e2f4eb969836d3f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-0e1e3b5e94906ac0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-3737aa8bd4a33f57.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-ce75b7221b83514b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40012024-11-06T08:00:36.788Z Compiling bumpalo v3.16.0
40022024-11-06T08:00:36.791Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bumpalo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("allocator-api2", "allocator_api", "boxed", "collections", "default", "serde", "std"))' -C metadata=927c2047c5474414 -C extra-filename=-927c2047c5474414 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40032024-11-06T08:00:37.051Z Compiling sync_wrapper v0.1.2
40042024-11-06T08:00:37.054Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-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("futures", "futures-core"))' -C metadata=ccf3caef8903c60b -C extra-filename=-ccf3caef8903c60b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40052024-11-06T08:00:37.214Z Compiling zip v2.1.3
40062024-11-06T08:00:37.217Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-2.1.3/src/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="flate2"' --cfg 'feature="zopfli"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes", "aes-crypto", "bzip2", "chrono", "constant_time_eq", "default", "deflate", "deflate-flate2", "deflate-miniz", "deflate-zlib", "deflate-zlib-ng", "deflate-zopfli", "deflate64", "flate2", "hmac", "lzma", "lzma-rs", "pbkdf2", "rand", "sha1", "time", "unreserved", "zeroize", "zopfli", "zstd"))' -C metadata=ebe97bfe7d637d9d -C extra-filename=-ebe97bfe7d637d9d --out-dir /work/oxidecomputer/omicron/target/debug/build/zip-ebe97bfe7d637d9d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40072024-11-06T08:00:37.281Z Compiling lockfree-object-pool v0.1.6
40082024-11-06T08:00:37.284Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lockfree_object_pool --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lockfree-object-pool-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f6244e961a54d63e -C extra-filename=-f6244e961a54d63e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40092024-11-06T08:00:37.597Z Compiling simd-adler32 v0.3.7
40102024-11-06T08:00:37.600Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simd-adler32-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=08daf340d3b62efd -C extra-filename=-08daf340d3b62efd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40112024-11-06T08:00:37.640Z Running `/work/oxidecomputer/omicron/target/debug/build/zip-ebe97bfe7d637d9d/build-script-build`
40122024-11-06T08:00:37.678Z Compiling snafu v0.8.5
40132024-11-06T08:00:37.680Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "backtraces-impl-backtrace-crate", "default", "futures", "futures-core-crate", "futures-crate", "guide", "internal-dev-dependencies", "pin-project", "rust_1_61", "rust_1_65", "rust_1_81", "std", "unstable-core-error", "unstable-provider-api", "unstable-try-trait"))' -C metadata=0f2783fd35b3e0e6 -C extra-filename=-0f2783fd35b3e0e6 --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-b5918c7bb1241671.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-8f35bbfe82bd23bd.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-9f59f61f8dc393d7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40142024-11-06T08:00:38.203Z Compiling zopfli v0.8.1
40152024-11-06T08:00:38.225Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zopfli --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zopfli-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="gzip"' --cfg 'feature="std"' --cfg 'feature="zlib"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "gzip", "nightly", "std", "zlib"))' -C metadata=e5cbe676aa360ff5 -C extra-filename=-e5cbe676aa360ff5 --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-927c2047c5474414.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-7add7d581a0a3d92.rmeta --extern lockfree_object_pool=/work/oxidecomputer/omicron/target/debug/deps/liblockfree_object_pool-f6244e961a54d63e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-08daf340d3b62efd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40162024-11-06T08:00:38.644Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
40172024-11-06T08:00:38.647Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9071bd141429e738 -C extra-filename=-9071bd141429e738 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3e359607e78f373c.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-9cae3b8ce2aa2c81.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-567f6f5abd6d84b4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-31dc5af3420349dc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cae96bb94eb92357.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-982dca9b994dfa4f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-78ac86b264e9f763.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-05801cf678197461.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ee3cb7542fd8a3cb.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
40182024-11-06T08:00:40.044Z Dirty cargo_metadata v0.18.1: the rustflags changed
40192024-11-06T08:00:40.044Z Compiling cargo_metadata v0.18.1
40202024-11-06T08:00:40.048Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=d0cf58a4bbc98c4b -C extra-filename=-d0cf58a4bbc98c4b --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-2dae76f465709689.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-a65f0bad97b28439.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40212024-11-06T08:00:43.719Z Compiling reqwest v0.11.27
40222024-11-06T08:00:43.722Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="stream"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__tls", "async-compression", "blocking", "brotli", "cookie_crate", "cookie_store", "cookies", "default", "default-tls", "deflate", "futures-channel", "gzip", "h3", "h3-quinn", "hickory-dns", "hickory-resolver", "http3", "hyper-rustls", "hyper-tls", "json", "mime_guess", "multipart", "native-tls", "native-tls-alpn", "native-tls-crate", "native-tls-vendored", "quinn", "rustls", "rustls-native-certs", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "serde_json", "socks", "stream", "tokio-native-tls", "tokio-rustls", "tokio-socks", "tokio-util", "trust-dns", "wasm-streams", "webpki-roots"))' -C metadata=a453ccd2e305b7ae -C extra-filename=-a453ccd2e305b7ae --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-7715811988fb50db.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-00b6a6fc1cfba432.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-47e12f95edd87cb0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-00cbc9be3d72d2cb.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-0bec6f520bd12a5e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ac40e4423570e3b5.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-1633ce11f04956d7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-d9c84f3cc4dc8e05.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-d4f3330b78c89d7d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-ccf3caef8903c60b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-3737aa8bd4a33f57.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40232024-11-06T08:00:43.782Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
40242024-11-06T08:00:43.788Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6f95423438244a8e -C extra-filename=-6f95423438244a8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-567f6f5abd6d84b4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
40252024-11-06T08:00:48.304Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40262024-11-06T08:00:48.307Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e059a6f3492aa15c -C extra-filename=-e059a6f3492aa15c --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-5fc87bb715fd1f15.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
40272024-11-06T08:00:50.662Z Compiling globset v0.4.15
40282024-11-06T08:00:50.665Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=7241121766406117 -C extra-filename=-7241121766406117 --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-ec610d6212043b4f.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b51e3ea9db37203e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-f1e3a7c04597f989.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-325b2837f6dab56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40292024-11-06T08:00:52.536Z Compiling olpc-cjson v0.1.4
40302024-11-06T08:00:52.539Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=93efa6c7827aa421 -C extra-filename=-93efa6c7827aa421 --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-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-365aa1a7c82b17a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40312024-11-06T08:00:52.860Z Compiling serde_plain v1.0.2
40322024-11-06T08:00:52.863Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0c997e1eedec55e3 -C extra-filename=-0c997e1eedec55e3 --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-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40332024-11-06T08:00:53.411Z Compiling displaydoc v0.2.5
40342024-11-06T08:00:53.414Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5c17094927973408 -C extra-filename=-5c17094927973408 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40352024-11-06T08:00:54.283Z Compiling typed-path v0.7.1
40362024-11-06T08:00:54.286Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typed-path-0.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", "std"))' -C metadata=3830c650fed4b41e -C extra-filename=-3830c650fed4b41e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40372024-11-06T08:00:55.291Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="flate2"' --cfg 'feature="zopfli"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes", "aes-crypto", "bzip2", "chrono", "constant_time_eq", "default", "deflate", "deflate-flate2", "deflate-miniz", "deflate-zlib", "deflate-zlib-ng", "deflate-zopfli", "deflate64", "flate2", "hmac", "lzma", "lzma-rs", "pbkdf2", "rand", "sha1", "time", "unreserved", "zeroize", "zopfli", "zstd"))' -C metadata=a28742d97f826442 -C extra-filename=-a28742d97f826442 --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-6a0b59fe5a5d56a0.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-7add7d581a0a3d92.rmeta --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-5c17094927973408.so --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-e5cbe676aa360ff5.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-06807dd4dc388691/out/lib`
40382024-11-06T08:00:55.936Z Compiling parse-size v1.1.0
40392024-11-06T08:00:55.939Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-size-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=bb2f600db5635e6e -C extra-filename=-bb2f600db5635e6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40402024-11-06T08:00:56.210Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40412024-11-06T08:00:56.213Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aa0243463bdc1f00 -C extra-filename=-aa0243463bdc1f00 --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-5fc87bb715fd1f15.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
40422024-11-06T08:00:57.348Z Compiling tough v0.17.1
40432024-11-06T08:00:57.351Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.17.1/src/lib.rs --error-format=json --json=diagnostic-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("http", "integ", "reqwest"))' -C metadata=b287e49e63aef545 -C extra-filename=-b287e49e63aef545 --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-b496abfbe3fff0c0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-1c6a03413b0b3797.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-7241121766406117.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-93efa6c7827aa421.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-71c8d2920f23016d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-d4f3330b78c89d7d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a453ccd2e305b7ae.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3acb9ca4c018b540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-0c997e1eedec55e3.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-0f2783fd35b3e0e6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-3830c650fed4b41e.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-f6565c5c75f6604f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out`
40442024-11-06T08:00:57.537Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40452024-11-06T08:00:57.540Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a5f6a7d8d9554a29 -C extra-filename=-a5f6a7d8d9554a29 --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-2dae76f465709689.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-567f6f5abd6d84b4.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9071bd141429e738.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6f95423438244a8e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64`
40462024-11-06T08:00:58.281Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40472024-11-06T08:00:58.284Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=628dafd69c91a176 -C extra-filename=-628dafd69c91a176 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-aa0243463bdc1f00.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e059a6f3492aa15c.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ecc2782dac675cc2.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2d9f201d99cbadd5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
40482024-11-06T08:01:00.472Z Compiling assert_matches v1.5.0
40492024-11-06T08:01:00.474Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=228419f004731a29 -C extra-filename=-228419f004731a29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40502024-11-06T08:01:00.603Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
40512024-11-06T08:01:00.605Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d7d959e9a5935958 -C extra-filename=-d7d959e9a5935958 --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-4c8e06103831ec1b.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
40522024-11-06T08:01:01.245Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
40532024-11-06T08:01:01.248Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/ef442ee/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=be185402b6b8588b -C extra-filename=-be185402b6b8588b --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-1050d0d9df4c1c3b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-802887cd43335884.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40542024-11-06T08:01:03.320Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
40552024-11-06T08:01:03.323Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=064365714c40fd5d -C extra-filename=-064365714c40fd5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-9ef1c5b80d4be2e8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-bb2f600db5635e6e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3acb9ca4c018b540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-8ebf534aa119cf7e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b287e49e63aef545.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a28742d97f826442.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64`
40562024-11-06T08:01:04.044Z Compiling rand_seeder v0.3.0
40572024-11-06T08:01:04.047Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_seeder-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d152ef51b0170613 -C extra-filename=-d152ef51b0170613 --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-4d1a5cb9c29a1e88.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40582024-11-06T08:01:04.415Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40592024-11-06T08:01:04.418Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2021 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d0b413da125085d1 -C extra-filename=-d0b413da125085d1 --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-5fc87bb715fd1f15.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
40602024-11-06T08:01:06.768Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40612024-11-06T08:01:06.771Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2021 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b6515275565c764d -C extra-filename=-b6515275565c764d --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-5fc87bb715fd1f15.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
40622024-11-06T08:01:08.749Z Compiling libz-sys v1.1.20
40632024-11-06T08:01:08.752Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --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"))' --check-cfg 'cfg(zng)' -C metadata=7a2bea83c815ae2f -C extra-filename=-7a2bea83c815ae2f --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-7a2bea83c815ae2f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c92522b5f64ce473.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-7758a0649459c8d9.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-7dd77e83823b2403.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40642024-11-06T08:01:09.431Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40652024-11-06T08:01:09.434Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3fbd904abef3370d -C extra-filename=-3fbd904abef3370d --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-e34685acac44cbed.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-d152ef51b0170613.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
40662024-11-06T08:01:09.616Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-7a2bea83c815ae2f/build-script-build`
40672024-11-06T08:01:09.674Z Compiling libgit2-sys v0.17.0+1.8.1
40682024-11-06T08:01:09.697Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=18d2df79882ab23f -C extra-filename=-18d2df79882ab23f --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-18d2df79882ab23f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c92522b5f64ce473.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-7758a0649459c8d9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40692024-11-06T08:01:09.792Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --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"))' --check-cfg 'cfg(zng)' -C metadata=d64f38523aa8786f -C extra-filename=-d64f38523aa8786f --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z`
40702024-11-06T08:01:09.992Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40712024-11-06T08:01:09.995Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b9974dc3fbc4b7f3 -C extra-filename=-b9974dc3fbc4b7f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b6515275565c764d.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d0b413da125085d1.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3fbd904abef3370d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
40722024-11-06T08:01:10.596Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-18d2df79882ab23f/build-script-build`
40732024-11-06T08:01:12.507Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40742024-11-06T08:01:12.510Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a34bb53e9fe0d94a -C extra-filename=-a34bb53e9fe0d94a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2c3bce4f9bde0c85.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c1a3be2c2093cfc0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-447d1f5efe48a3c9.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
40752024-11-06T08:01:16.078Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40762024-11-06T08:01:16.081Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1dd6a637d2f5839a -C extra-filename=-1dd6a637d2f5839a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-9ef1c5b80d4be2e8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b287e49e63aef545.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-064365714c40fd5d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/ssl-3/lib/amd64`
40772024-11-06T08:01:17.566Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
40782024-11-06T08:01:17.569Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7ab851eeb44f4fad -C extra-filename=-7ab851eeb44f4fad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
40792024-11-06T08:01:17.733Z Compiling vergen v8.3.2
40802024-11-06T08:01:17.736Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=949263135a152872 -C extra-filename=-949263135a152872 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-949263135a152872 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-33a9d417a525d47f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40812024-11-06T08:01:18.109Z Compiling is_ci v1.2.0
40822024-11-06T08:01:18.111Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f8613e1398b10914 -C extra-filename=-f8613e1398b10914 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40832024-11-06T08:01:18.420Z Compiling supports-color v3.0.1
40842024-11-06T08:01:18.423Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-3.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7c95c4514ef5b573 -C extra-filename=-7c95c4514ef5b573 --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-f8613e1398b10914.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40852024-11-06T08:01:18.544Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-949263135a152872/build-script-build`
40862024-11-06T08:01:18.585Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
40872024-11-06T08:01:18.587Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/saga-recovery/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cd71409d44b6137f -C extra-filename=-cd71409d44b6137f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-cd71409d44b6137f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f0e4200221e87459.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
40882024-11-06T08:01:18.717Z Compiling libsqlite3-sys v0.30.1
40892024-11-06T08:01:18.720Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.30.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=5f7ab85b6627e717 -C extra-filename=-5f7ab85b6627e717 --out-dir /work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-5f7ab85b6627e717 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-7758a0649459c8d9.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-7dd77e83823b2403.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40902024-11-06T08:01:18.972Z Compiling cfg_aliases v0.2.1
40912024-11-06T08:01:18.994Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--deny=clippy::str_to_string' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ce4838beab2efb5a -C extra-filename=-ce4838beab2efb5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40922024-11-06T08:01:19.102Z Compiling rustls v0.21.12
40932024-11-06T08:01:19.105Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=95e18f3120e56632 -C extra-filename=-95e18f3120e56632 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-95e18f3120e56632 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40942024-11-06T08:01:19.356Z Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-5f7ab85b6627e717/build-script-build`
40952024-11-06T08:01:19.405Z Compiling nix v0.29.0
40962024-11-06T08:01:19.408Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.29.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=d2b5ec39e84ac4bb -C extra-filename=-d2b5ec39e84ac4bb --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-d2b5ec39e84ac4bb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-ce4838beab2efb5a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40972024-11-06T08:01:19.474Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-95e18f3120e56632/build-script-build`
40982024-11-06T08:01:19.513Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-cd71409d44b6137f/build-script-build`
40992024-11-06T08:01:19.551Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41002024-11-06T08:01:19.554Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a4a9142445b0176d -C extra-filename=-a4a9142445b0176d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-7ab851eeb44f4fad.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0d887a8039693220.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e49c52697304148.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
41012024-11-06T08:01:20.399Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41022024-11-06T08:01:20.401Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12b74bb77ac09d1a -C extra-filename=-12b74bb77ac09d1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-1633ce11f04956d7.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b9974dc3fbc4b7f3.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3fbd904abef3370d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
41032024-11-06T08:01:20.612Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41042024-11-06T08:01:20.615Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=37de2af005056a24 -C extra-filename=-37de2af005056a24 --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-7384040dbc2a43ac.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
41052024-11-06T08:01:24.983Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41062024-11-06T08:01:24.985Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/metrics-producer-gc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e3e56d7f0dcad863 -C extra-filename=-e3e56d7f0dcad863 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-e3e56d7f0dcad863 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f0e4200221e87459.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
41072024-11-06T08:01:25.351Z Compiling castaway v0.2.3
41082024-11-06T08:01:25.354Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/castaway-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=b38c2492adeecc5f -C extra-filename=-b38c2492adeecc5f --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-33a9d417a525d47f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41092024-11-06T08:01:25.551Z Compiling sct v0.7.1
41102024-11-06T08:01:25.554Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=de63d0650a38b6f2 -C extra-filename=-de63d0650a38b6f2 --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-3acb9ca4c018b540.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-f6565c5c75f6604f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out`
41112024-11-06T08:01:25.897Z Compiling rustls-webpki v0.101.7
41122024-11-06T08:01:25.900Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=b01bf2d5bc9a6ea4 -C extra-filename=-b01bf2d5bc9a6ea4 --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-3acb9ca4c018b540.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-f6565c5c75f6604f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out`
41132024-11-06T08:01:26.815Z Compiling samael v0.0.17
41142024-11-06T08:01:26.818Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.17/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=8c22bee5ae73c94b -C extra-filename=-8c22bee5ae73c94b --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-8c22bee5ae73c94b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-234cf1278106702b.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-7758a0649459c8d9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41152024-11-06T08:01:27.759Z Compiling concurrent-queue v2.5.0
41162024-11-06T08:01:27.761Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=da7f910902bca3b8 -C extra-filename=-da7f910902bca3b8 --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-830fd7ccfcb0c526.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41172024-11-06T08:01:28.138Z Compiling parking v2.2.1
41182024-11-06T08:01:28.141Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=196e890731cb174a -C extra-filename=-196e890731cb174a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41192024-11-06T08:01:28.523Z Dirty unicode-linebreak v0.1.5: the rustflags changed
41202024-11-06T08:01:28.523Z Compiling unicode-linebreak v0.1.5
41212024-11-06T08:01:28.525Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e0624f2cb2f13090 -C extra-filename=-e0624f2cb2f13090 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41222024-11-06T08:01:29.068Z Dirty smawk v0.3.2: the rustflags changed
41232024-11-06T08:01:29.068Z Compiling smawk v0.3.2
41242024-11-06T08:01:29.070Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ndarray"))' -C metadata=a822469ffd80d1af -C extra-filename=-a822469ffd80d1af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41252024-11-06T08:01:29.324Z Dirty textwrap v0.16.1: the rustflags changed
41262024-11-06T08:01:29.324Z Compiling textwrap v0.16.1
41272024-11-06T08:01:29.327Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=5a5eb8767712dc39 -C extra-filename=-5a5eb8767712dc39 --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-a822469ffd80d1af.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-e0624f2cb2f13090.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41282024-11-06T08:01:29.399Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-8c22bee5ae73c94b/build-script-bindings`
41292024-11-06T08:01:30.534Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=356caf0ceea74bef -C extra-filename=-356caf0ceea74bef --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-81e3e574966e5fac.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3acb9ca4c018b540.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b01bf2d5bc9a6ea4.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-de63d0650a38b6f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out`
41302024-11-06T08:01:30.885Z Compiling compact_str v0.8.0
41312024-11-06T08:01:30.888Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compact_str-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "bytes", "default", "diesel", "markup", "proptest", "quickcheck", "rkyv", "serde", "smallvec", "sqlx", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "std"))' -C metadata=85281ec71c94b4a9 -C extra-filename=-85281ec71c94b4a9 --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-b38c2492adeecc5f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-2e2f4eb969836d3f.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-33a9d417a525d47f.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-7e404b692f4fc795.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41322024-11-06T08:01:31.134Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-e3e56d7f0dcad863/build-script-build`
41332024-11-06T08:01:31.172Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-d2b5ec39e84ac4bb/build-script-build`
41342024-11-06T08:01:31.208Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libsqlite3_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.30.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=845e48447588c060 -C extra-filename=-845e48447588c060 --out-dir /work/oxidecomputer/omicron/target/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`
41352024-11-06T08:01:31.706Z Compiling unicode-truncate v1.1.0
41362024-11-06T08:01:31.709Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-truncate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a6c61a3cc8f222dc -C extra-filename=-a6c61a3cc8f222dc --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-ef3f99ff4724966d.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3b8587e0c7ea651d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41372024-11-06T08:01:31.931Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=dd1d18e371623b83 -C extra-filename=-dd1d18e371623b83 --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-031d0c34245e6fe3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-84e888d97715bed6.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-1724a3b10b29989a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-802887cd43335884.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-26c14852c4c20af0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-476f121024fb3157.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-93810288b6c0d5c3.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-b844cef669ebfa72.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-a7cbd5476b02a01a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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`
41382024-11-06T08:01:31.987Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7ed320750a744b54 -C extra-filename=-7ed320750a744b54 --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-34f53c7748a77cd3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
41392024-11-06T08:01:32.394Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41402024-11-06T08:01:32.397Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f667e06e9dcb0e45 -C extra-filename=-f667e06e9dcb0e45 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-f667e06e9dcb0e45 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f0e4200221e87459.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
41412024-11-06T08:01:32.760Z Compiling hashlink v0.9.1
41422024-11-06T08:01:32.764Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hashlink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashlink-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde_impl"))' -C metadata=bd747f931bb1d44b -C extra-filename=-bd747f931bb1d44b --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-5c206b67312ff43a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41432024-11-06T08:01:33.235Z Compiling instability v0.3.2
41442024-11-06T08:01:33.238Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instability-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ddb7e1844a20f9e5 -C extra-filename=-ddb7e1844a20f9e5 --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-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41452024-11-06T08:01:33.490Z Compiling lru v0.12.5
41462024-11-06T08:01:33.493Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hashbrown"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=590fc8a93d9b1813 -C extra-filename=-590fc8a93d9b1813 --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-12263ebdd16de34d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41472024-11-06T08:01:33.842Z Compiling fallible-streaming-iterator v0.1.9
41482024-11-06T08:01:33.845Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_streaming_iterator --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-streaming-iterator-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=35f0e059f9bc3dcf -C extra-filename=-35f0e059f9bc3dcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41492024-11-06T08:01:34.137Z Compiling fallible-iterator v0.3.0
41502024-11-06T08:01:34.140Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=364bc2760138f33d -C extra-filename=-364bc2760138f33d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41512024-11-06T08:01:34.440Z Compiling cassowary v0.3.0
41522024-11-06T08:01:34.443Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cassowary --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=06e90cedeb0aa0f8 -C extra-filename=-06e90cedeb0aa0f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41532024-11-06T08:01:34.950Z Compiling ratatui v0.28.1
41542024-11-06T08:01:34.953Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--warn=clippy::cargo' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::unnecessary_self_imports' '--warn=clippy::string_to_string' '--warn=clippy::string_slice' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::or_fun_call' '--warn=clippy::needless_raw_strings' '--warn=clippy::needless_pass_by_ref_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=0adf17ff7cdef8cf -C extra-filename=-0adf17ff7cdef8cf --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-35b1b2b889dfc8ca.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-06e90cedeb0aa0f8.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-85281ec71c94b4a9.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rmeta --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-ddb7e1844a20f9e5.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-590fc8a93d9b1813.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-4f33e6e51849c596.so --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3b8587e0c7ea651d.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-a6c61a3cc8f222dc.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41552024-11-06T08:01:35.759Z Compiling rusqlite v0.32.1
41562024-11-06T08:01:35.759Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rusqlite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusqlite-0.32.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array", "backup", "blob", "buildtime_bindgen", "bundled", "bundled-full", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "chrono", "collation", "column_decltype", "csv", "csvtab", "extra_check", "functions", "hooks", "i128_blob", "in_gecko", "limits", "load_extension", "loadable_extension", "modern-full", "modern_sqlite", "preupdate_hook", "release_memory", "rusqlite-macros", "serde_json", "serialize", "series", "session", "sqlcipher", "time", "trace", "unlock_notify", "url", "uuid", "vtab", "wasm32-wasi-vfs", "window", "with-asan"))' -C metadata=6cfdd701ea7d7b85 -C extra-filename=-6cfdd701ea7d7b85 --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-35b1b2b889dfc8ca.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-364bc2760138f33d.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-35f0e059f9bc3dcf.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-bd747f931bb1d44b.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-845e48447588c060.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-8fb7374548f1bc5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
41572024-11-06T08:01:38.648Z Compiling tokio-rustls v0.24.1
41582024-11-06T08:01:38.650Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=098707a66e41056a -C extra-filename=-098707a66e41056a --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-356caf0ceea74bef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out`
41592024-11-06T08:01:38.908Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-f667e06e9dcb0e45/build-script-build`
41602024-11-06T08:01:38.948Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=18305f888bd0df85 -C extra-filename=-18305f888bd0df85 --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-35b1b2b889dfc8ca.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.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)'`
41612024-11-06T08:01:39.061Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
41622024-11-06T08:01:39.064Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4ddce79c4ffaaa95 -C extra-filename=-4ddce79c4ffaaa95 --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-5fc87bb715fd1f15.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
41632024-11-06T08:01:39.693Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41642024-11-06T08:01:39.696Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b21d9d24a4bd7ff9 -C extra-filename=-b21d9d24a4bd7ff9 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-b21d9d24a4bd7ff9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f0e4200221e87459.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
41652024-11-06T08:01:40.050Z Compiling rustls-pemfile v1.0.4
41662024-11-06T08:01:40.053Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5721b3273366768d -C extra-filename=-5721b3273366768d --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-7715811988fb50db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41672024-11-06T08:01:40.516Z Compiling twox-hash v1.6.3
41682024-11-06T08:01:40.519Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twox-hash-1.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="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "digest_0_10", "digest_0_9", "rand", "serde", "serialize", "std"))' -C metadata=bb78d885293dd1bf -C extra-filename=-bb78d885293dd1bf --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-3a9f8848cb985fb5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41692024-11-06T08:01:40.552Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-b21d9d24a4bd7ff9/build-script-build`
41702024-11-06T08:01:40.591Z Compiling event-listener v5.3.1
41712024-11-06T08:01:40.594Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=274b7c5bda910729 -C extra-filename=-274b7c5bda910729 --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-da7f910902bca3b8.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-196e890731cb174a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41722024-11-06T08:01:41.170Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
41732024-11-06T08:01:41.173Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/b7b9d56/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=27539cff0fb801e9 -C extra-filename=-27539cff0fb801e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-e3e8b832add273de.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-d4f3330b78c89d7d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64`
41742024-11-06T08:01:41.336Z Compiling fatfs v0.3.6
41752024-11-06T08:01:41.339Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=1eed3ea897599868 -C extra-filename=-1eed3ea897599868 --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-0a29f9290229ca2f.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-e24dfd866924e567.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41762024-11-06T08:01:41.874Z Compiling event-listener-strategy v0.5.2
41772024-11-06T08:01:41.877Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=27ddf2a806ed5279 -C extra-filename=-27ddf2a806ed5279 --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-274b7c5bda910729.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41782024-11-06T08:01:42.131Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
41792024-11-06T08:01:42.134Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b891d4c8d0a3b283 -C extra-filename=-b891d4c8d0a3b283 --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-5fc87bb715fd1f15.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a342a05c383816c1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b54b65fb4833759b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a34bb53e9fe0d94a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
41802024-11-06T08:01:43.097Z Compiling csv-core v0.1.11
41812024-11-06T08:01:43.105Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-core-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=834419877fe4d465 -C extra-filename=-834419877fe4d465 --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-67e0a46ec2bfb252.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41822024-11-06T08:01:43.688Z Compiling csv v1.3.0
41832024-11-06T08:01:43.691Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-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=018c3bc025bc9701 -C extra-filename=-018c3bc025bc9701 --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-834419877fe4d465.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-2e2f4eb969836d3f.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-7e404b692f4fc795.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41842024-11-06T08:01:43.854Z Compiling futures-lite v2.3.0
41852024-11-06T08:01:43.857Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_lite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="parking"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "race", "std"))' -C metadata=f16fb55d208dc91a -C extra-filename=-f16fb55d208dc91a --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-81f8dbca40fb40c8.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ae42e329c8d69c33.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-196e890731cb174a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41862024-11-06T08:01:45.127Z Compiling rtoolbox v0.0.2
41872024-11-06T08:01:45.129Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=0af217aa31a6b29d -C extra-filename=-0af217aa31a6b29d --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41882024-11-06T08:01:45.587Z Compiling hex-literal v0.4.1
41892024-11-06T08:01:45.590Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e63e6a17c605bcb1 -C extra-filename=-e63e6a17c605bcb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41902024-11-06T08:01:45.646Z Compiling plotters-backend v0.3.7
41912024-11-06T08:01:45.649Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3b34fd50df3715d0 -C extra-filename=-3b34fd50df3715d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41922024-11-06T08:01:45.757Z Compiling shell-words v1.1.0
41932024-11-06T08:01:45.760Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=36b6a3ee47d58bd1 -C extra-filename=-36b6a3ee47d58bd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41942024-11-06T08:01:46.074Z Compiling plotters-svg v0.3.7
41952024-11-06T08:01:46.077Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bitmap_encoder", "debug", "image"))' -C metadata=a211e70a6c3ada74 -C extra-filename=-a211e70a6c3ada74 --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-3b34fd50df3715d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41962024-11-06T08:01:46.239Z Compiling rpassword v7.3.1
41972024-11-06T08:01:46.241Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=50948bb900fc73f7 -C extra-filename=-50948bb900fc73f7 --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-5e430ebab9bd9caf.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-0af217aa31a6b29d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41982024-11-06T08:01:46.500Z Compiling tui-tree-widget v0.22.0
41992024-11-06T08:01:46.503Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --forbid=unsafe_code '--warn=clippy::pedantic' '--warn=clippy::nursery' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8f7eaeaf00d2cf6e -C extra-filename=-8f7eaeaf00d2cf6e --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-0adf17ff7cdef8cf.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42002024-11-06T08:01:46.603Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
42012024-11-06T08:01:46.607Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6d454c6aeeac0a57 -C extra-filename=-6d454c6aeeac0a57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-1fadb5960a8d19a8.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-064365714c40fd5d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
42022024-11-06T08:01:46.828Z Compiling yansi v1.0.1
42032024-11-06T08:01:46.851Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=8a7a773a53f44161 -C extra-filename=-8a7a773a53f44161 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42042024-11-06T08:01:46.854Z Compiling cast v0.3.0
42052024-11-06T08:01:46.854Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=f08fa51388c86af4 -C extra-filename=-f08fa51388c86af4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42062024-11-06T08:01:47.251Z Compiling criterion-plot v0.5.0
42072024-11-06T08:01:47.254Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e3227afaefaa6733 -C extra-filename=-e3227afaefaa6733 --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-f08fa51388c86af4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-cf391c8b3491fee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42082024-11-06T08:01:47.558Z Compiling pretty_assertions v1.4.1
42092024-11-06T08:01:47.561Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty_assertions-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable"))' -C metadata=5c2f248fca963beb -C extra-filename=-5c2f248fca963beb --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-be0aa6a2a727b12d.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-8a7a773a53f44161.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42102024-11-06T08:01:48.051Z Compiling plotters v0.3.7
42112024-11-06T08:01:48.054Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --allow=deprecated --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"))' --check-cfg 'cfg(doc_cfg)' -C metadata=01fd82f2d86b3259 -C extra-filename=-01fd82f2d86b3259 --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-6660e290b0adf5ff.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-3b34fd50df3715d0.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-a211e70a6c3ada74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42122024-11-06T08:01:48.303Z Compiling async-lock v3.4.0
42132024-11-06T08:01:48.306Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=73027ac206961c47 -C extra-filename=-73027ac206961c47 --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-274b7c5bda910729.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-27ddf2a806ed5279.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42142024-11-06T08:01:48.636Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
42152024-11-06T08:01:48.639Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e0f1b68d7901b36b -C extra-filename=-e0f1b68d7901b36b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
42162024-11-06T08:01:49.641Z Compiling polyval v0.6.2
42172024-11-06T08:01:49.644Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=2a7e69a181cb9591 -C extra-filename=-2a7e69a181cb9591 --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-3a9f8848cb985fb5.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-68208c04c9dfb23d.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-033a7e233a789271.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-29bb0c2b1bd25ad0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42182024-11-06T08:01:50.106Z Compiling polling v3.7.3
42192024-11-06T08:01:50.109Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' -C metadata=1fb38aeb3a572eef -C extra-filename=-1fb38aeb3a572eef --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-3a9f8848cb985fb5.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d0fcbeecaf580e1a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42202024-11-06T08:01:50.651Z Compiling tinytemplate v1.2.1
42212024-11-06T08:01:50.658Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fa7507bedc147d4e -C extra-filename=-fa7507bedc147d4e --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-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42222024-11-06T08:01:50.788Z Compiling anes v0.1.6
42232024-11-06T08:01:50.791Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bitflags", "default", "parser"))' -C metadata=eca92ae75113ede3 -C extra-filename=-eca92ae75113ede3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42242024-11-06T08:01:51.323Z Compiling oorandom v11.1.4
42252024-11-06T08:01:51.326Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3185c17176bf3146 -C extra-filename=-3185c17176bf3146 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42262024-11-06T08:01:51.542Z Compiling criterion v0.5.1
42272024-11-06T08:01:51.545Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "async-std", "async_futures", "async_smol", "async_std", "async_tokio", "cargo_bench_support", "csv", "csv_output", "default", "futures", "html_reports", "plotters", "rayon", "real_blackbox", "smol", "stable", "tokio"))' -C metadata=76addc3522caf8ac -C extra-filename=-76addc3522caf8ac --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-eca92ae75113ede3.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-f08fa51388c86af4.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-e3227afaefaa6733.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-5650e16c205792da.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-cf391c8b3491fee0.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6660e290b0adf5ff.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-3185c17176bf3146.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-01fd82f2d86b3259.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-67b93f86f9ca9639.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e5552635b571d05f.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-fa7507bedc147d4e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42282024-11-06T08:01:51.729Z Compiling async-io v2.3.4
42292024-11-06T08:01:51.732Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(polling_test_poll_backend)' -C metadata=68ef3bf41c733569 -C extra-filename=-68ef3bf41c733569 --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-73027ac206961c47.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-da7f910902bca3b8.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ae42e329c8d69c33.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-f16fb55d208dc91a.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-196e890731cb174a.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-1fb38aeb3a572eef.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d0fcbeecaf580e1a.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-89b400fb2d230988.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42302024-11-06T08:01:53.194Z Compiling ghash v0.5.1
42312024-11-06T08:01:53.196Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ghash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=3e566122b38a1858 -C extra-filename=-3e566122b38a1858 --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-033a7e233a789271.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-2a7e69a181cb9591.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42322024-11-06T08:01:53.436Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42332024-11-06T08:01:53.439Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9aa89408fe4f6d86 -C extra-filename=-9aa89408fe4f6d86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-447d1f5efe48a3c9.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0adf17ff7cdef8cf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-50948bb900fc73f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-36b6a3ee47d58bd1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7c95c4514ef5b573.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5a5eb8767712dc39.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-4f9d309aee4b7b19.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8f7eaeaf00d2cf6e.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a34bb53e9fe0d94a.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b891d4c8d0a3b283.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
42342024-11-06T08:01:53.977Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
42352024-11-06T08:01:53.980Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2021 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=356e88e8c076fb15 -C extra-filename=-356e88e8c076fb15 --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-fd32e418deba3c08.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
42362024-11-06T08:01:55.056Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
42372024-11-06T08:01:55.058Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1561eadad7221431 -C extra-filename=-1561eadad7221431 --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-05a996d3c8307a60.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
42382024-11-06T08:01:55.734Z Compiling ctr v0.9.2
42392024-11-06T08:01:55.757Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=05bb3078466e79f8 -C extra-filename=-05bb3078466e79f8 --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-70cb51caf15fac61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42402024-11-06T08:01:56.084Z Compiling doc-comment v0.3.3
42412024-11-06T08:01:56.087Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=17a638f5652b3db3 -C extra-filename=-17a638f5652b3db3 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-17a638f5652b3db3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42422024-11-06T08:01:56.622Z Compiling target-lexicon v0.12.16
42432024-11-06T08:01:56.625Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=6f5a57746f4051da -C extra-filename=-6f5a57746f4051da --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-6f5a57746f4051da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42442024-11-06T08:01:56.750Z Compiling async-task v4.7.1
42452024-11-06T08:01:56.752Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_task --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=51d643c4b60c055d -C extra-filename=-51d643c4b60c055d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42462024-11-06T08:01:57.296Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-17a638f5652b3db3/build-script-build`
42472024-11-06T08:01:57.479Z Compiling aes-gcm v0.10.3
42482024-11-06T08:01:57.482Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "default", "getrandom", "heapless", "rand_core", "std", "stream", "zeroize"))' -C metadata=52263400f96efb85 -C extra-filename=-52263400f96efb85 --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-0a797dfc71736319.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-e833f65031fdede9.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-70cb51caf15fac61.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-05bb3078466e79f8.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-3e566122b38a1858.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42492024-11-06T08:01:57.676Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-6f5a57746f4051da/build-script-build`
42502024-11-06T08:01:57.760Z Compiling async-channel v2.3.1
42512024-11-06T08:01:57.763Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=accd637d3f4bb1a7 -C extra-filename=-accd637d3f4bb1a7 --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-da7f910902bca3b8.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-27ddf2a806ed5279.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42522024-11-06T08:01:57.785Z Compiling piper v0.2.4
42532024-11-06T08:01:57.788Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name piper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/piper-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures-io", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=215235779c97063e -C extra-filename=-215235779c97063e --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-d6f71f9053019c8a.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-81f8dbca40fb40c8.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ae42e329c8d69c33.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42542024-11-06T08:01:58.157Z Compiling ssh-encoding v0.2.0
42552024-11-06T08:01:58.160Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ssh-encoding-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="base64"' --cfg 'feature="pem"' --cfg 'feature="sha2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "base64", "bytes", "pem", "sha2", "std"))' -C metadata=bbf2aac8c54bed10 -C extra-filename=-bbf2aac8c54bed10 --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-b84d62cfe5b37fff.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5bba9131e5a5a9a7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42562024-11-06T08:01:58.217Z Compiling blowfish v0.9.1
42572024-11-06T08:01:58.220Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blowfish-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bcrypt"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=6419c2e395a4b73c -C extra-filename=-6419c2e395a4b73c --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-e24dfd866924e567.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-70cb51caf15fac61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42582024-11-06T08:01:58.686Z Compiling assert_cmd v2.0.16
42592024-11-06T08:01:58.689Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=99c2153d390a87d7 -C extra-filename=-99c2153d390a87d7 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-99c2153d390a87d7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42602024-11-06T08:01:58.742Z Compiling guppy-workspace-hack v0.1.0
42612024-11-06T08:01:58.751Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=87cd797dd260befb -C extra-filename=-87cd797dd260befb --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-87cd797dd260befb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42622024-11-06T08:01:59.110Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-87cd797dd260befb/build-script-build`
42632024-11-06T08:01:59.150Z Compiling ssh-cipher v0.2.0
42642024-11-06T08:01:59.152Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ssh-cipher-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aes-cbc"' --cfg 'feature="aes-ctr"' --cfg 'feature="aes-gcm"' --cfg 'feature="chacha20poly1305"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-cbc", "aes-ctr", "aes-gcm", "chacha20poly1305", "std", "tdes"))' -C metadata=0f064149a167cc22 -C extra-filename=-0f064149a167cc22 --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-e833f65031fdede9.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-52263400f96efb85.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-4514ea4332137eea.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-863f2c4b69c07d03.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-70cb51caf15fac61.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-05bb3078466e79f8.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-8eec820a8650bd37.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-bbf2aac8c54bed10.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42652024-11-06T08:01:59.189Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-99c2153d390a87d7/build-script-build`
42662024-11-06T08:01:59.223Z Compiling bcrypt-pbkdf v0.10.0
42672024-11-06T08:01:59.226Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcrypt-pbkdf-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "zeroize"))' -C metadata=64f3d5fcbf927751 -C extra-filename=-64f3d5fcbf927751 --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-6419c2e395a4b73c.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-37538b7feee1db88.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42682024-11-06T08:01:59.837Z Compiling blocking v1.6.1
42692024-11-06T08:01:59.840Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name blocking --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=49358a448209c015 -C extra-filename=-49358a448209c015 --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-accd637d3f4bb1a7.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-51d643c4b60c055d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ae42e329c8d69c33.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-f16fb55d208dc91a.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-215235779c97063e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42702024-11-06T08:02:00.440Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=bb72172c95b3b42f -C extra-filename=-bb72172c95b3b42f --out-dir /work/oxidecomputer/omicron/target/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"'`
42712024-11-06T08:02:00.656Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=5326fb920dcf640a -C extra-filename=-5326fb920dcf640a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42722024-11-06T08:02:00.780Z Compiling async-executor v1.13.1
42732024-11-06T08:02:00.783Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=7a2391aa6b6d7a2b -C extra-filename=-7a2391aa6b6d7a2b --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-51d643c4b60c055d.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-da7f910902bca3b8.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-81f8dbca40fb40c8.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-f16fb55d208dc91a.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-89b400fb2d230988.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42742024-11-06T08:02:01.210Z Compiling async-signal v0.2.10
42752024-11-06T08:02:01.213Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_signal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-signal-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=64cfb0992450c137 -C extra-filename=-64cfb0992450c137 --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-68ef3bf41c733569.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ae42e329c8d69c33.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d0fcbeecaf580e1a.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-16475f3d81a69a38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42762024-11-06T08:02:01.617Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
42772024-11-06T08:02:01.620Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=239284aa9634fbf6 -C extra-filename=-239284aa9634fbf6 --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-5fc87bb715fd1f15.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-018c3bc025bc9701.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
42782024-11-06T08:02:01.702Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42792024-11-06T08:02:01.705Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dff59a0dadaa8809 -C extra-filename=-dff59a0dadaa8809 --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-f91cc128dfa35a72.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a34bb53e9fe0d94a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
42802024-11-06T08:02:02.974Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42812024-11-06T08:02:02.977Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=45e908ff9dc8adf4 -C extra-filename=-45e908ff9dc8adf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a342a05c383816c1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
42822024-11-06T08:02:03.413Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+1.8.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=0cc706e011500a28 -C extra-filename=-0cc706e011500a28 --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-5e430ebab9bd9caf.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-d64f38523aa8786f.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-64ad391ccca26a87/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
42832024-11-06T08:02:03.809Z Compiling password-hash v0.4.2
42842024-11-06T08:02:03.812Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "rand_core", "std"))' -C metadata=ebf486f6a43c56f0 -C extra-filename=-ebf486f6a43c56f0 --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-b84d62cfe5b37fff.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42852024-11-06T08:02:04.132Z Compiling git2 v0.19.0
42862024-11-06T08:02:04.135Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "ssh_key_from_memory", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=ae55a028899d00c5 -C extra-filename=-ae55a028899d00c5 --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-35b1b2b889dfc8ca.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-0cc706e011500a28.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.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-64ad391ccca26a87/out/build -L native=/usr/lib/amd64`
42872024-11-06T08:02:04.768Z Compiling target-spec v3.2.2
42882024-11-06T08:02:04.772Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' --check-cfg 'cfg(doc_cfg)' -C metadata=451bc4cf83a40891 -C extra-filename=-451bc4cf83a40891 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-451bc4cf83a40891 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42892024-11-06T08:02:05.411Z Compiling futures-timer v3.0.3
42902024-11-06T08:02:05.414Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-timer-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=1a96430470513a52 -C extra-filename=-1a96430470513a52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42912024-11-06T08:02:05.928Z Compiling event-listener v2.5.3
42922024-11-06T08:02:05.931Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=641f512e268a6a2e -C extra-filename=-641f512e268a6a2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42932024-11-06T08:02:06.350Z Compiling matches v0.1.10
42942024-11-06T08:02:06.352Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c7b7f8307f0c8c2e -C extra-filename=-c7b7f8307f0c8c2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42952024-11-06T08:02:06.408Z Compiling async-channel v1.9.0
42962024-11-06T08:02:06.411Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=099bd6e5124d5ede -C extra-filename=-099bd6e5124d5ede --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-da7f910902bca3b8.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-641f512e268a6a2e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42972024-11-06T08:02:06.466Z Compiling idna v0.2.3
42982024-11-06T08:02:06.466Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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=2527d401800b0eef -C extra-filename=-2527d401800b0eef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern matches=/work/oxidecomputer/omicron/target/debug/deps/libmatches-c7b7f8307f0c8c2e.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-b3bd218e77493777.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-365aa1a7c82b17a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42992024-11-06T08:02:06.622Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-451bc4cf83a40891/build-script-build`
43002024-11-06T08:02:06.660Z Compiling pbkdf2 v0.11.0
43012024-11-06T08:02:06.663Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --cfg 'feature="password-hash"' --cfg 'feature="sha2"' --cfg 'feature="simple"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=456086f9aa748cc8 -C extra-filename=-456086f9aa748cc8 --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-14c62e65ff922fd4.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3716f9bff5f1ecbe.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-ebf486f6a43c56f0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43022024-11-06T08:02:06.754Z Compiling async-process v2.3.0
43032024-11-06T08:02:06.757Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_process --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(async_process_force_signal_backend)' -C metadata=0d86adfe33e2686f -C extra-filename=-0d86adfe33e2686f --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-68ef3bf41c733569.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-73027ac206961c47.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-64cfb0992450c137.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-274b7c5bda910729.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-f16fb55d208dc91a.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d0fcbeecaf580e1a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43042024-11-06T08:02:07.031Z Compiling async-global-executor v2.4.1
43052024-11-06T08:02:07.033Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_global_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-global-executor-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-io"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-io", "default", "tokio", "tokio-crate", "tokio02", "tokio02-crate", "tokio03", "tokio03-crate"))' -C metadata=34db72f06e1d222e -C extra-filename=-34db72f06e1d222e --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-accd637d3f4bb1a7.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-7a2391aa6b6d7a2b.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-68ef3bf41c733569.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-73027ac206961c47.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-49358a448209c015.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-f16fb55d208dc91a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43062024-11-06T08:02:08.177Z Compiling cfg-expr v0.17.0
43072024-11-06T08:02:08.180Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=d861f893966bf665 -C extra-filename=-d861f893966bf665 --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-8fb7374548f1bc5f.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-bb72172c95b3b42f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43082024-11-06T08:02:08.239Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=f04871193289fbb4 -C extra-filename=-f04871193289fbb4 --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-b47e140518d235ae.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b51e3ea9db37203e.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-5326fb920dcf640a.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-14d9a8a394afa972.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-04ddfe6f69a0dea9.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-7bea3384e89989e9.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-cdcfd34194b1af4c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43092024-11-06T08:02:08.694Z Compiling ssh-key v0.6.6
43102024-11-06T08:02:08.696Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ssh-key-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="ecdsa"' --cfg 'feature="ed25519"' --cfg 'feature="encryption"' --cfg 'feature="rand_core"' --cfg 'feature="rsa"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "getrandom", "p256", "p384", "p521", "rand_core", "rsa", "serde", "std", "tdes"))' -C metadata=584eff148e17ca2d -C extra-filename=-584eff148e17ca2d --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-64f3d5fcbf927751.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f670185fe28d0078.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b950497410d08f2b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d83515ae026c9753.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-803be08526a01892.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f860fa672f8c28a7.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-0f064149a167cc22.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-bbf2aac8c54bed10.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43112024-11-06T08:02:09.592Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6e1eb562c0780c33 -C extra-filename=-6e1eb562c0780c33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43122024-11-06T08:02:09.652Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43132024-11-06T08:02:09.655Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0b6a02eb60105009 -C extra-filename=-0b6a02eb60105009 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-8dc19b9ed8e93b20.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e466a89c06d9792e.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0d887a8039693220.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
43142024-11-06T08:02:09.729Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=2931ddd7c5aec5c5 -C extra-filename=-2931ddd7c5aec5c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d0cf58a4bbc98c4b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-ae55a028899d00c5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c6962bd1b9121721.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b7ea25faceb1c102.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-64ad391ccca26a87/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)'`
43152024-11-06T08:02:11.407Z Compiling p256 v0.13.2
43162024-11-06T08:02:11.409Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p256-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha256", "std", "test-vectors", "voprf"))' -C metadata=e45b389a0745dd8a -C extra-filename=-e45b389a0745dd8a --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-5a997561f72bb41f.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2766537d8ac0b1c3.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-c0a6971583ae48d4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43172024-11-06T08:02:11.683Z Compiling p521 v0.13.3
43182024-11-06T08:02:11.686Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p521-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="sha512"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "hash2curve", "jwk", "pem", "pkcs8", "rand_core", "serde", "serdect", "sha512", "std", "test-vectors", "voprf"))' -C metadata=b48e814a97ddda90 -C extra-filename=-b48e814a97ddda90 --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-8480a90d47051b07.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-5a997561f72bb41f.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2766537d8ac0b1c3.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-c0a6971583ae48d4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43192024-11-06T08:02:12.304Z Compiling enum-as-inner v0.5.1
43202024-11-06T08:02:12.307Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.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=65d48f882f5b89a2 -C extra-filename=-65d48f882f5b89a2 --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-1050d0d9df4c1c3b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a5d19bab82be3de2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43212024-11-06T08:02:13.421Z Compiling async-attributes v1.1.2
43222024-11-06T08:02:13.424Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-attributes-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=449b0111a1f46c8c -C extra-filename=-449b0111a1f46c8c --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-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a5d19bab82be3de2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43232024-11-06T08:02:13.567Z Compiling num_cpus v1.16.0
43242024-11-06T08:02:13.570Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=243903d200be7671 -C extra-filename=-243903d200be7671 --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43252024-11-06T08:02:13.743Z Compiling russh-cryptovec v0.7.3
43262024-11-06T08:02:13.746Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-cryptovec-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=822f3cc7bb67de93 -C extra-filename=-822f3cc7bb67de93 --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43272024-11-06T08:02:13.802Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
43282024-11-06T08:02:13.825Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/b7b9d56/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=05fa1e9ca29edd53 -C extra-filename=-05fa1e9ca29edd53 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-05fa1e9ca29edd53 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-2931ddd7c5aec5c5.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-64ad391ccca26a87/out/build -L native=/usr/lib/amd64`
43292024-11-06T08:02:14.066Z Compiling kv-log-macro v1.0.7
43302024-11-06T08:02:14.069Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name kv_log_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kv-log-macro-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3bdd2210cec43f70 -C extra-filename=-3bdd2210cec43f70 --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-81e3e574966e5fac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43312024-11-06T08:02:14.093Z Compiling md5 v0.7.0
43322024-11-06T08:02:14.130Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md5-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b073594af4664e9a -C extra-filename=-b073594af4664e9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43332024-11-06T08:02:14.320Z Compiling threadpool v1.8.1
43342024-11-06T08:02:14.322Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name threadpool --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9a7f55c9f1fd0ac2 -C extra-filename=-9a7f55c9f1fd0ac2 --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-243903d200be7671.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43352024-11-06T08:02:14.464Z Compiling async-std v1.13.0
43362024-11-06T08:02:14.466Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-attributes"' --cfg 'feature="async-channel"' --cfg 'feature="async-global-executor"' --cfg 'feature="async-io"' --cfg 'feature="async-lock"' --cfg 'feature="async-process"' --cfg 'feature="attributes"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-core"' --cfg 'feature="futures-io"' --cfg 'feature="futures-lite"' --cfg 'feature="gloo-timers"' --cfg 'feature="kv-log-macro"' --cfg 'feature="log"' --cfg 'feature="memchr"' --cfg 'feature="once_cell"' --cfg 'feature="pin-project-lite"' --cfg 'feature="pin-utils"' --cfg 'feature="slab"' --cfg 'feature="std"' --cfg 'feature="unstable"' --cfg 'feature="wasm-bindgen-futures"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-attributes", "async-channel", "async-global-executor", "async-io", "async-lock", "async-process", "attributes", "crossbeam-utils", "default", "docs", "futures-channel", "futures-core", "futures-io", "futures-lite", "gloo-timers", "io_safety", "kv-log-macro", "log", "memchr", "once_cell", "pin-project-lite", "pin-utils", "slab", "std", "surf", "tokio02", "tokio03", "tokio1", "unstable", "wasm-bindgen-futures"))' -C metadata=7c08ec019efefb42 -C extra-filename=-7c08ec019efefb42 --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-449b0111a1f46c8c.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-099bd6e5124d5ede.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-34db72f06e1d222e.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-68ef3bf41c733569.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-73027ac206961c47.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-0d86adfe33e2686f.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-830fd7ccfcb0c526.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ae42e329c8d69c33.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-f16fb55d208dc91a.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-3bdd2210cec43f70.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-c0e76bbe9c234d8a.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-89b400fb2d230988.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43372024-11-06T08:02:14.596Z Compiling russh-keys v0.45.0
43382024-11-06T08:02:14.598Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-keys-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl", "yasna"))' -C metadata=a3d7aff477f8ae33 -C extra-filename=-a3d7aff477f8ae33 --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-e833f65031fdede9.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-64f3d5fcbf927751.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-b45d5f40f97f3d22.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-e24dfd866924e567.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-4514ea4332137eea.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-05bb3078466e79f8.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-84e888d97715bed6.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-33f4d8fc2dec0d4b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-14c62e65ff922fd4.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-5a997561f72bb41f.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f670185fe28d0078.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2766537d8ac0b1c3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3716f9bff5f1ecbe.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-584fe4101e36129b.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-a5aa95a529ec771a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-b073594af4664e9a.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-705691fbe0070fa7.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-e45b389a0745dd8a.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-70f42a8b6a5b51c0.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-b48e814a97ddda90.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-456086f9aa748cc8.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-dbe027f7e6cbbe8c.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-1432c434e681d04b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1bcd6e7431d0c529.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d83515ae026c9753.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-822f3cc7bb67de93.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-803be08526a01892.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-167f82d4d67f511e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-37fe07d65ecb9243.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-bbf2aac8c54bed10.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-584eff148e17ca2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-328a86a25ec28f1d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43392024-11-06T08:02:15.215Z Compiling trust-dns-proto v0.22.0
43402024-11-06T08:02:15.218Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "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", "http", "js-sys", "mdns", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki", "webpki-roots"))' -C metadata=458293e17690d867 -C extra-filename=-458293e17690d867 --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-4c8e06103831ec1b.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-84e888d97715bed6.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-65d48f882f5b89a2.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-bb45aa76554642b3.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ae42e329c8d69c33.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-2527d401800b0eef.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-1633ce11f04956d7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-802887cd43335884.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-8fb7374548f1bc5f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-4b5c7b8dd5a16f70.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43412024-11-06T08:02:15.548Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-05fa1e9ca29edd53/build-script-build`
43422024-11-06T08:02:15.756Z Compiling polar-core v0.27.3
43432024-11-06T08:02:15.759Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=61166b3103c06ed6 -C extra-filename=-61166b3103c06ed6 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-61166b3103c06ed6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-32b3e23e47986d9b.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e5552635b571d05f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43442024-11-06T08:02:17.263Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/b7b9d56/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=cd03135d8941141e -C extra-filename=-cd03135d8941141e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-0540cfb0dd00959c.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-e3e8b832add273de.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-18305f888bd0df85.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-6cfdd701ea7d7b85.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-5721b3273366768d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-781fdb0910cc187e.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-098707a66e41056a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-bb78d885293dd1bf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/lib/amd64`
43452024-11-06T08:02:17.573Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-61166b3103c06ed6/build-script-build`
43462024-11-06T08:02:18.733Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' --check-cfg 'cfg(doc_cfg)' -C metadata=0b22d985bebf7ba8 -C extra-filename=-0b22d985bebf7ba8 --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-d861f893966bf665.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-6e1eb562c0780c33.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-bb72172c95b3b42f.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-173a1241f5d67181.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43472024-11-06T08:02:19.415Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=8c2167120ad68f3e -C extra-filename=-8c2167120ad68f3e --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-59267a485e8feb26.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-52313d9d65cb49f4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-b2f2b177c677ea99.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43482024-11-06T08:02:19.784Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
43492024-11-06T08:02:19.787Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=96d3b1a9602e4f23 -C extra-filename=-96d3b1a9602e4f23 --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-239284aa9634fbf6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
43502024-11-06T08:02:19.955Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
43512024-11-06T08:02:19.978Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=42034248cfdd44b4 -C extra-filename=-42034248cfdd44b4 --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-a342a05c383816c1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
43522024-11-06T08:02:21.474Z Compiling httptest v0.16.1
43532024-11-06T08:02:21.476Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e1de30f1816ee2ce -C extra-filename=-e1de30f1816ee2ce --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-b51e3ea9db37203e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-4b624fa19efe616d.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-54f603217e16f814.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d0913e5e06d0a664.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43542024-11-06T08:02:21.993Z Compiling num-bigint v0.4.6
43552024-11-06T08:02:21.996Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=fe62cbb72904ed1e -C extra-filename=-fe62cbb72904ed1e --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-705691fbe0070fa7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6660e290b0adf5ff.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43562024-11-06T08:02:23.195Z Compiling pathdiff v0.2.2
43572024-11-06T08:02:23.198Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="camino"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=79827d38800b31f3 -C extra-filename=-79827d38800b31f3 --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-2dae76f465709689.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43582024-11-06T08:02:23.405Z Compiling rustls-native-certs v0.7.3
43592024-11-06T08:02:23.429Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=42fbeff49f2175cb -C extra-filename=-42fbeff49f2175cb --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-93810288b6c0d5c3.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e2ed480392ef3b43.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a3def94b599e812e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43602024-11-06T08:02:24.077Z Compiling des v0.8.1
43612024-11-06T08:02:24.080Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name des --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/des-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=da8047d06de7d0f4 -C extra-filename=-da8047d06de7d0f4 --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-70cb51caf15fac61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43622024-11-06T08:02:24.455Z Compiling dhcproto-macros v0.1.0
43632024-11-06T08:02:24.458Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ae77181c63f1618 -C extra-filename=-5ae77181c63f1618 --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`
43642024-11-06T08:02:25.178Z Compiling escape8259 v0.5.3
43652024-11-06T08:02:25.180Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/escape8259-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ace038d44412058 -C extra-filename=-5ace038d44412058 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43662024-11-06T08:02:25.520Z Compiling nested v0.1.1
43672024-11-06T08:02:25.523Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nested --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nested-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=32c0e4c721372cef -C extra-filename=-32c0e4c721372cef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43682024-11-06T08:02:25.617Z Compiling dhcproto v0.12.0
43692024-11-06T08:02:25.622Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=9934e5f62bf9c921 -C extra-filename=-9934e5f62bf9c921 --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-5ae77181c63f1618.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-1633ce11f04956d7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-458293e17690d867.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43702024-11-06T08:02:25.884Z Compiling guppy v0.17.8
43712024-11-06T08:02:25.887Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("guppy-summaries", "proptest", "proptest-derive", "proptest1", "rayon", "rayon1", "summaries", "toml"))' --check-cfg 'cfg(doc_cfg)' -C metadata=4f13465fac258363 -C extra-filename=-4f13465fac258363 --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-3a57e7e4e88d8557.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d0cf58a4bbc98c4b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-6f4d34828a647125.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-6e1eb562c0780c33.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-32c0e4c721372cef.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-79827d38800b31f3.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-8fb7374548f1bc5f.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-0b22d985bebf7ba8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43722024-11-06T08:02:27.311Z Compiling libtest-mimic v0.7.3
43732024-11-06T08:02:27.314Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6661f2742e7523c5 -C extra-filename=-6661f2742e7523c5 --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-5165bd1b3e54bd2d.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-5ace038d44412058.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-be1427a2e2b84e81.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-9a7f55c9f1fd0ac2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43742024-11-06T08:02:29.018Z Compiling oso v0.27.3
43752024-11-06T08:02:29.021Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("anyhow", "clap", "cli", "default", "derive", "oso-derive", "rustyline", "rustyline-derive", "tracing-subscriber", "uuid-06", "uuid-07", "uuid-10"))' -C metadata=8fa56400d55764b0 -C extra-filename=-8fa56400d55764b0 --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-403e7ae55e241dc9.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-802887cd43335884.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c1a3be2c2093cfc0.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-12d27bed31b77097.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-8c2167120ad68f3e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43762024-11-06T08:02:29.470Z Compiling russh v0.45.0
43772024-11-06T08:02:29.473Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "flate2", "legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl"))' -C metadata=f156dee49e64cafe -C extra-filename=-f156dee49e64cafe --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-e833f65031fdede9.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-52263400f96efb85.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-35b1b2b889dfc8ca.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-e24dfd866924e567.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-4514ea4332137eea.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-863f2c4b69c07d03.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-05bb3078466e79f8.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f12c971a1db56268.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-da8047d06de7d0f4.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-14c62e65ff922fd4.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2766537d8ac0b1c3.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1bf707952bf72afc.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e63e6a17c605bcb1.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3716f9bff5f1ecbe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-fe62cbb72904ed1e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-e45b389a0745dd8a.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-70f42a8b6a5b51c0.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-b48e814a97ddda90.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-8eec820a8650bd37.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-822f3cc7bb67de93.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-a3d7aff477f8ae33.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-167f82d4d67f511e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-bbf2aac8c54bed10.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-584eff148e17ca2d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43782024-11-06T08:02:31.193Z Compiling hyper-rustls v0.26.0
43792024-11-06T08:02:31.196Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=51cd18c6737b5c59 -C extra-filename=-51cd18c6737b5c59 --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-4d996534faf1d453.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d0913e5e06d0a664.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5cbb0261a2c523b5.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-42fbeff49f2175cb.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a3def94b599e812e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-3931f4b09c53e3e4.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-3737aa8bd4a33f57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out`
43802024-11-06T08:02:31.812Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3eb6b1b20972cb5f -C extra-filename=-3eb6b1b20972cb5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-e5918dd21ea05901.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-48ba4fa9dc043f65.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8e6caaf875e40df5.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-7ed320750a744b54.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-34f53c7748a77cd3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-476f121024fb3157.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-8fa56400d55764b0.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-dd1d18e371623b83.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
43812024-11-06T08:02:32.861Z Compiling async-object-pool v0.1.5
43822024-11-06T08:02:32.864Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-object-pool-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=53c2b396ae0ab52c -C extra-filename=-53c2b396ae0ab52c --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-7c08ec019efefb42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43832024-11-06T08:02:33.080Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
43842024-11-06T08:02:33.083Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4adda94763e1863f -C extra-filename=-4adda94763e1863f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-356e88e8c076fb15.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
43852024-11-06T08:02:34.265Z Compiling fancy-regex v0.13.0
43862024-11-06T08:02:34.268Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fancy_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fancy-regex-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "std", "track_caller", "unicode"))' -C metadata=6ee8f88d56e958bc -C extra-filename=-6ee8f88d56e958bc --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-80ad4cd7f0cddf1a.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-f1e3a7c04597f989.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-325b2837f6dab56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43872024-11-06T08:02:35.100Z Compiling rstest_macros v0.23.0
43882024-11-06T08:02:35.104Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.23.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=d17da9d1a30bc4e2 -C extra-filename=-d17da9d1a30bc4e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-d17da9d1a30bc4e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c6962bd1b9121721.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43892024-11-06T08:02:35.727Z Compiling assert-json-diff v2.0.2
43902024-11-06T08:02:35.730Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert-json-diff-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d1c0f5be7efa5ead -C extra-filename=-d1c0f5be7efa5ead --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-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43912024-11-06T08:02:36.540Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
43922024-11-06T08:02:36.543Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-c858ba521079d51a/f78443a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c34b3dd186bdf0a6 -C extra-filename=-c34b3dd186bdf0a6 --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-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43932024-11-06T08:02:36.757Z Compiling serde_regex v1.1.0
43942024-11-06T08:02:36.779Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_regex-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=00f3e4a032fa03f8 -C extra-filename=-00f3e4a032fa03f8 --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-956d5b2009c81213.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43952024-11-06T08:02:37.066Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=2a46f2e5064c0dab -C extra-filename=-2a46f2e5064c0dab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2bfa151f1d0dc977.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f1c5167cec04a77.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-1dd406d97c320bf7.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-19bbd81941be0b85.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3eb6b1b20972cb5f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-7ed320750a744b54.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-34f53c7748a77cd3.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2d9f201d99cbadd5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5e11ad8373c95454.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-322ebaa15fe87809.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
43962024-11-06T08:02:37.100Z Compiling path-tree v0.8.1
43972024-11-06T08:02:37.103Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name path_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-tree-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d01f63ba5edab0a3 -C extra-filename=-d01f63ba5edab0a3 --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-8fb7374548f1bc5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43982024-11-06T08:02:37.734Z Compiling stringmetrics v2.2.2
43992024-11-06T08:02:37.738Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name stringmetrics --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringmetrics-2.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench"))' -C metadata=23983281da586d9f -C extra-filename=-23983281da586d9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44002024-11-06T08:02:37.759Z Compiling internet-checksum v0.2.1
44012024-11-06T08:02:37.761Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/internet-checksum-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("benchmark"))' -C metadata=f37f510ef1326d5a -C extra-filename=-f37f510ef1326d5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44022024-11-06T08:02:37.997Z Compiling httpmock v0.8.0-alpha.1
44032024-11-06T08:02:37.997Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpmock-0.8.0-alpha.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="headers"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap", "color", "colored", "cookies", "default", "env_logger", "experimental", "headers", "http2", "https", "hyper-rustls", "proxy", "rcgen", "record", "remote", "remote-https", "rustls", "rustls-pemfile", "serde_yaml", "standalone", "tls-detect", "tokio-rustls"))' -C metadata=292d34e6280ef3c7 -C extra-filename=-292d34e6280ef3c7 --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-d1c0f5be7efa5ead.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-53c2b396ae0ab52c.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-7c08ec019efefb42.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-830fd7ccfcb0c526.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-54f603217e16f814.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-1a96430470513a52.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d0913e5e06d0a664.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-802887cd43335884.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-d01f63ba5edab0a3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-00f3e4a032fa03f8.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-408a063a4091fdbc.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-23983281da586d9f.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-e723bce7dfb4f45c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44042024-11-06T08:02:38.043Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-d17da9d1a30bc4e2/build-script-build`
44052024-11-06T08:02:38.172Z Compiling datatest-stable v0.2.9
44062024-11-06T08:02:38.174Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=caf5a9f0e7751b1f -C extra-filename=-caf5a9f0e7751b1f --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-2dae76f465709689.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-6ee8f88d56e958bc.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-6661f2742e7523c5.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44072024-11-06T08:02:38.958Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44082024-11-06T08:02:38.961Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=c07b46c1c7f0b029 -C extra-filename=-c07b46c1c7f0b029 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-42034248cfdd44b4.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a342a05c383816c1.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-31dc5af3420349dc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7cd9642505100da7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2739ea19105329dd.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7437c79f2beb1f48.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-064365714c40fd5d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out`
44092024-11-06T08:02:39.402Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
44102024-11-06T08:02:39.405Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e4a9efb4b8e5309d -C extra-filename=-e4a9efb4b8e5309d --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-5e430ebab9bd9caf.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
44112024-11-06T08:02:40.089Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44122024-11-06T08:02:40.092Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 cockroach-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=25276c42bb88b8c5 -C extra-filename=-25276c42bb88b8c5 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-25276c42bb88b8c5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f0e4200221e87459.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
44132024-11-06T08:02:40.488Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
44142024-11-06T08:02:40.491Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3f09a13be0e25b5a -C extra-filename=-3f09a13be0e25b5a --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-3f09a13be0e25b5a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f0e4200221e87459.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
44152024-11-06T08:02:40.870Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
44162024-11-06T08:02:40.873Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/reconfigurator-cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8eda712461cb0d2f -C extra-filename=-8eda712461cb0d2f --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-8eda712461cb0d2f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f0e4200221e87459.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
44172024-11-06T08:02:41.272Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44182024-11-06T08:02:41.275Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=282bdda1a9f03dbe -C extra-filename=-282bdda1a9f03dbe --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-282bdda1a9f03dbe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f0e4200221e87459.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
44192024-11-06T08:02:41.664Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
44202024-11-06T08:02:41.667Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/db-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=361b3136fb965e23 -C extra-filename=-361b3136fb965e23 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-361b3136fb965e23 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f0e4200221e87459.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
44212024-11-06T08:02:42.055Z Compiling similar-asserts v1.6.0
44222024-11-06T08:02:42.058Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "unicode"))' -C metadata=25db4bcca623ea92 -C extra-filename=-25db4bcca623ea92 --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-1fadb5960a8d19a8.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-408a063a4091fdbc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44232024-11-06T08:02:42.788Z Compiling proc-macro-crate v3.2.0
44242024-11-06T08:02:42.790Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f6d0706ee8109a08 -C extra-filename=-f6d0706ee8109a08 --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-4f9d309aee4b7b19.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44252024-11-06T08:02:43.258Z Compiling relative-path v1.9.3
44262024-11-06T08:02:43.261Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/relative-path-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=3767bd8bc244e904 -C extra-filename=-3767bd8bc244e904 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44272024-11-06T08:02:44.013Z Compiling trybuild v1.0.100
44282024-11-06T08:02:44.016Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.100/build.rs --error-format=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("diff", "dissimilar"))' -C metadata=a49ac97d26d7ee4c -C extra-filename=-a49ac97d26d7ee4c --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-a49ac97d26d7ee4c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44292024-11-06T08:02:44.286Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=44336fae127f2dae -C extra-filename=-44336fae127f2dae --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-3a9f8848cb985fb5.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b6e13772d541a13d.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-f6d0706ee8109a08.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-3767bd8bc244e904.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-173a1241f5d67181.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44302024-11-06T08:02:44.600Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-a49ac97d26d7ee4c/build-script-build`
44312024-11-06T08:02:44.642Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-361b3136fb965e23/build-script-build`
44322024-11-06T08:02:44.683Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-282bdda1a9f03dbe/build-script-build`
44332024-11-06T08:02:44.725Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-8eda712461cb0d2f/build-script-build`
44342024-11-06T08:02:44.766Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-3f09a13be0e25b5a/build-script-build`
44352024-11-06T08:02:44.806Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-25276c42bb88b8c5/build-script-build`
44362024-11-06T08:02:44.844Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44372024-11-06T08:02:44.847Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d3067484b7921535 -C extra-filename=-d3067484b7921535 --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-b47e140518d235ae.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-d888b7650fa31316.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9934e5f62bf9c921.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f37f510ef1326d5a.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c34b3dd186bdf0a6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3c2af0f82f0455aa.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e0f1b68d7901b36b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f156dee49e64cafe.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-a3d7aff477f8ae33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b54b65fb4833759b.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-0e1e3b5e94906ac0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
44382024-11-06T08:02:46.922Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
44392024-11-06T08:02:46.925Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2d61bf226ed9a37a -C extra-filename=-2d61bf226ed9a37a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f91cc128dfa35a72.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2c3bce4f9bde0c85.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2c1e229ad80b88c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-9ef1c5b80d4be2e8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-45e908ff9dc8adf4.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a342a05c383816c1.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b070837cc90e923d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7cd9642505100da7.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b287e49e63aef545.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-064365714c40fd5d.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1dd6a637d2f5839a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a34bb53e9fe0d94a.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-dff59a0dadaa8809.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b891d4c8d0a3b283.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
44402024-11-06T08:02:47.460Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
44412024-11-06T08:02:47.463Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=10a343a72713e131 -C extra-filename=-10a343a72713e131 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d0cf58a4bbc98c4b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8e6caaf875e40df5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
44422024-11-06T08:02:54.460Z Compiling multimap v0.10.0
44432024-11-06T08:02:54.463Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multimap-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_impl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=76fe319705e4106c -C extra-filename=-76fe319705e4106c --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-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44442024-11-06T08:02:54.810Z Compiling uzers v0.12.1
44452024-11-06T08:02:54.813Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uzers-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cache"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cache", "default", "log", "logging", "mock", "test-integration"))' -C metadata=4623ec6fb7fea2c8 -C extra-filename=-4623ec6fb7fea2c8 --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-5e430ebab9bd9caf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44462024-11-06T08:02:55.145Z Compiling rstest v0.23.0
44472024-11-06T08:02:55.148Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=185b60df75e343df -C extra-filename=-185b60df75e343df --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-cd991068aa84087e.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-1a96430470513a52.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-44336fae127f2dae.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44482024-11-06T08:02:55.416Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.100/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=7ea881b21c7ada3f -C extra-filename=-7ea881b21c7ada3f --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-b6e13772d541a13d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e5552635b571d05f.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-be1427a2e2b84e81.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(trybuild_no_target)' --check-cfg 'cfg(host_os, values("windows"))'`
44492024-11-06T08:02:56.167Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
44502024-11-06T08:02:56.170Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7d624639f5efd248 -C extra-filename=-7d624639f5efd248 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9aa89408fe4f6d86.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
44512024-11-06T08:02:56.926Z Compiling partial-io v0.5.4
44522024-11-06T08:02:56.929Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=8ccb28712c7bfa46 -C extra-filename=-8ccb28712c7bfa46 --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-cd991068aa84087e.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-8f35bbfe82bd23bd.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44532024-11-06T08:02:57.484Z Compiling blake2b_simd v1.0.2
44542024-11-06T08:02:57.487Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2b_simd-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uninline_portable"))' -C metadata=71e05bc29825adf7 -C extra-filename=-71e05bc29825adf7 --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-2a9ffedc8d5802f4.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-dbdbacd0ef1e499c.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-442b7ff743758ee7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44552024-11-06T08:03:02.740Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
44562024-11-06T08:03:02.743Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 live-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ae75a3eea22827bc -C extra-filename=-ae75a3eea22827bc --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-ae75a3eea22827bc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f0e4200221e87459.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
44572024-11-06T08:03:03.129Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
44582024-11-06T08:03:03.137Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/ch-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e3375824bec76625 -C extra-filename=-e3375824bec76625 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-e3375824bec76625 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f0e4200221e87459.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
44592024-11-06T08:03:03.236Z Compiling rand_distr v0.4.3
44602024-11-06T08:03:03.238Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_distr-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "serde1", "std", "std_math"))' -C metadata=4ea3708543961eda -C extra-filename=-4ea3708543961eda --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-6660e290b0adf5ff.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44612024-11-06T08:03:03.529Z Compiling approx v0.5.1
44622024-11-06T08:03:03.532Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name approx --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/approx-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-complex", "std"))' -C metadata=ac7742081aa9cdf3 -C extra-filename=-ac7742081aa9cdf3 --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-6660e290b0adf5ff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44632024-11-06T08:03:03.806Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-e3375824bec76625/build-script-build`
44642024-11-06T08:03:03.845Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-ae75a3eea22827bc/build-script-build`
44652024-11-06T08:03:03.884Z Compiling rust-argon2 v2.1.0
44662024-11-06T08:03:03.886Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-argon2-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=21a5198b716a1d65 -C extra-filename=-21a5198b716a1d65 --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-7715811988fb50db.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-71e05bc29825adf7.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-442b7ff743758ee7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44672024-11-06T08:03:04.315Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
44682024-11-06T08:03:04.317Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=92e2a0b2056b779c -C extra-filename=-92e2a0b2056b779c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3c2af0f82f0455aa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-4623ec6fb7fea2c8.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
44692024-11-06T08:03:05.430Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cf2d3c8056b674e4 -C extra-filename=-cf2d3c8056b674e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-96d3b1a9602e4f23.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-239284aa9634fbf6.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-018c3bc025bc9701.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
44702024-11-06T08:03:05.605Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
44712024-11-06T08:03:05.607Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=19430c5aa08d46db -C extra-filename=-19430c5aa08d46db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-98837ce3f896d34f.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0a5aee330fba71f3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-356e88e8c076fb15.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-96d3b1a9602e4f23.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d4c5df34e44d8aab.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3e359607e78f373c.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-bd05353f346aabec.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-45e908ff9dc8adf4.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-a4a9142445b0176d.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-37de2af005056a24.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-7ab851eeb44f4fad.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-447d1f5efe48a3c9.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-aa0243463bdc1f00.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-773dd7c3d9328ae0.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-408a063a4091fdbc.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dd71e9f878adf4a6.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7c95c4514ef5b573.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-dff59a0dadaa8809.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
44722024-11-06T08:03:08.104Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44732024-11-06T08:03:08.127Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=47d6c1dd582cb4f2 -C extra-filename=-47d6c1dd582cb4f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d0cf58a4bbc98c4b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-6dc0f78fcf1d7dab.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-67b93f86f9ca9639.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3acb9ca4c018b540.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2739ea19105329dd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-781fdb0910cc187e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out`
44742024-11-06T08:03:09.503Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
44752024-11-06T08:03:09.505Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=85551d110730bc38 -C extra-filename=-85551d110730bc38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
44762024-11-06T08:03:11.027Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
44772024-11-06T08:03:11.030Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f32c2ade87917ecc -C extra-filename=-f32c2ade87917ecc --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-05a996d3c8307a60.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
44782024-11-06T08:03:11.416Z Compiling cargo_toml v0.20.5
44792024-11-06T08:03:11.440Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.20.5/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("features"))' -C metadata=843e959e19d5dfc6 -C extra-filename=-843e959e19d5dfc6 --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-269908bc00c83ab7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44802024-11-06T08:03:11.443Z Compiling termios v0.3.3
44812024-11-06T08:03:11.463Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name termios --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=151ec45cfc7621c2 -C extra-filename=-151ec45cfc7621c2 --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44822024-11-06T08:03:11.743Z Compiling indoc v2.0.5
44832024-11-06T08:03:11.746Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca2725ac7d076d6b -C extra-filename=-ca2725ac7d076d6b --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`
44842024-11-06T08:03:12.025Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44852024-11-06T08:03:12.029Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2893be7ff321710d -C extra-filename=-2893be7ff321710d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-151ec45cfc7621c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ee3cb7542fd8a3cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
44862024-11-06T08:03:12.840Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f7bc09e70384403d -C extra-filename=-f7bc09e70384403d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d97bd0ec0dbf820c.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-bd05353f346aabec.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-ca2725ac7d076d6b.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-6d7dea2a1049c2a0.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-8bbe14c21bacf7c7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-447d1f5efe48a3c9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7c95c4514ef5b573.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-322ebaa15fe87809.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
44872024-11-06T08:03:16.817Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2c9480f282431bd9 -C extra-filename=-2c9480f282431bd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-98837ce3f896d34f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0a5aee330fba71f3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-356e88e8c076fb15.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-96d3b1a9602e4f23.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d4c5df34e44d8aab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3e359607e78f373c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-bd05353f346aabec.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-45e908ff9dc8adf4.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-a4a9142445b0176d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-37de2af005056a24.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-19430c5aa08d46db.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-7ab851eeb44f4fad.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-447d1f5efe48a3c9.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-aa0243463bdc1f00.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-773dd7c3d9328ae0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-408a063a4091fdbc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dd71e9f878adf4a6.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7c95c4514ef5b573.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-dff59a0dadaa8809.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
44882024-11-06T08:03:19.187Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=355345f65270493c -C extra-filename=-355345f65270493c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-85551d110730bc38.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
44892024-11-06T08:03:19.875Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44902024-11-06T08:03:19.877Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ea9ede2292fc4eaf -C extra-filename=-ea9ede2292fc4eaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d0cf58a4bbc98c4b.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-843e959e19d5dfc6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-322ebaa15fe87809.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-febec8f9772be7da.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5a5eb8767712dc39.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44912024-11-06T08:03:19.986Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=05f87dc3fa782d84 -C extra-filename=-05f87dc3fa782d84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d0cf58a4bbc98c4b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-47d6c1dd582cb4f2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-6dc0f78fcf1d7dab.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-67b93f86f9ca9639.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3acb9ca4c018b540.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2739ea19105329dd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-781fdb0910cc187e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out`
44922024-11-06T08:03:20.467Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=297620b506db1e19 -C extra-filename=-297620b506db1e19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5e9105c33c366ae2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0a5aee330fba71f3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f91cc128dfa35a72.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-44d87fa603698ec2.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4c4dc5293da6370.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2c3bce4f9bde0c85.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2c1e229ad80b88c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b6e13772d541a13d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5e3cac8fbbda9149.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a342a05c383816c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c97f9cbb46332e7a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a52dd6fa22b22f58.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7cd9642505100da7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3c2af0f82f0455aa.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8c1c44d6478e658.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cae96bb94eb92357.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-982dca9b994dfa4f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f23969e709ffa19b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ce1efa475a0101fb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-d4cb7b4a7046aea6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-773dd7c3d9328ae0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-0bc9ec6e6cefa211.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dd71e9f878adf4a6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b54b65fb4833759b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2739ea19105329dd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7437c79f2beb1f48.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b266154b85ad77c2.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c4491a361ebadbf3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
44932024-11-06T08:03:20.597Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=5fda5f4a97aa5f9e -C extra-filename=-5fda5f4a97aa5f9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5e9105c33c366ae2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0a5aee330fba71f3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f91cc128dfa35a72.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-44d87fa603698ec2.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4c4dc5293da6370.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2c3bce4f9bde0c85.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2c1e229ad80b88c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b6e13772d541a13d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5e3cac8fbbda9149.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a342a05c383816c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c97f9cbb46332e7a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a52dd6fa22b22f58.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7cd9642505100da7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3c2af0f82f0455aa.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8c1c44d6478e658.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cae96bb94eb92357.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-982dca9b994dfa4f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f23969e709ffa19b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ce1efa475a0101fb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-d4cb7b4a7046aea6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-773dd7c3d9328ae0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-0bc9ec6e6cefa211.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dd71e9f878adf4a6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b54b65fb4833759b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2739ea19105329dd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7437c79f2beb1f48.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b266154b85ad77c2.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c4491a361ebadbf3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
44942024-11-06T08:03:22.259Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=20fb467eec7923ca -C extra-filename=-20fb467eec7923ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5e9105c33c366ae2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0a5aee330fba71f3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f91cc128dfa35a72.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-44d87fa603698ec2.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4c4dc5293da6370.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2c3bce4f9bde0c85.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2c1e229ad80b88c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b6e13772d541a13d.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4f13465fac258363.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e63e6a17c605bcb1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5e3cac8fbbda9149.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a342a05c383816c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c97f9cbb46332e7a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a52dd6fa22b22f58.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7cd9642505100da7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3c2af0f82f0455aa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8c1c44d6478e658.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cae96bb94eb92357.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-982dca9b994dfa4f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5c2f248fca963beb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f23969e709ffa19b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ce1efa475a0101fb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-d4cb7b4a7046aea6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e0e4de0f29691a9a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-773dd7c3d9328ae0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-0bc9ec6e6cefa211.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dd71e9f878adf4a6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b54b65fb4833759b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2739ea19105329dd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7437c79f2beb1f48.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b266154b85ad77c2.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c4491a361ebadbf3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
44952024-11-06T08:03:25.076Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=cd049afe3ddd8866 -C extra-filename=-cd049afe3ddd8866 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5e9105c33c366ae2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0a5aee330fba71f3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f91cc128dfa35a72.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-44d87fa603698ec2.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4c4dc5293da6370.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2c3bce4f9bde0c85.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2c1e229ad80b88c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b6e13772d541a13d.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4f13465fac258363.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e63e6a17c605bcb1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5e3cac8fbbda9149.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a342a05c383816c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c97f9cbb46332e7a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a52dd6fa22b22f58.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7cd9642505100da7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3c2af0f82f0455aa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8c1c44d6478e658.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cae96bb94eb92357.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-982dca9b994dfa4f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5c2f248fca963beb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f23969e709ffa19b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ce1efa475a0101fb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-d4cb7b4a7046aea6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e0e4de0f29691a9a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-773dd7c3d9328ae0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-0bc9ec6e6cefa211.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dd71e9f878adf4a6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b54b65fb4833759b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2739ea19105329dd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7437c79f2beb1f48.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b266154b85ad77c2.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c4491a361ebadbf3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
44962024-11-06T08:03:25.446Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2021 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe46e4dbdd0c59d0 -C extra-filename=-fe46e4dbdd0c59d0 --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-b47e140518d235ae.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-d888b7650fa31316.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9934e5f62bf9c921.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-d3067484b7921535.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f37f510ef1326d5a.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c34b3dd186bdf0a6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3c2af0f82f0455aa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e0f1b68d7901b36b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f156dee49e64cafe.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-a3d7aff477f8ae33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b54b65fb4833759b.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-0e1e3b5e94906ac0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
44972024-11-06T08:03:27.844Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a41e05b7dcba842e -C extra-filename=-a41e05b7dcba842e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3c2af0f82f0455aa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-4623ec6fb7fea2c8.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
44982024-11-06T08:03:28.265Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/bin/zone-setup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d7e52accc07607f1 -C extra-filename=-d7e52accc07607f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3c2af0f82f0455aa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-4623ec6fb7fea2c8.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-92e2a0b2056b779c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
44992024-11-06T08:03:29.910Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3eb84a5548e95c78 -C extra-filename=-3eb84a5548e95c78 --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-b47e140518d235ae.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-d888b7650fa31316.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9934e5f62bf9c921.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f37f510ef1326d5a.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c34b3dd186bdf0a6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3c2af0f82f0455aa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e0f1b68d7901b36b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f156dee49e64cafe.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-a3d7aff477f8ae33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b54b65fb4833759b.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-0e1e3b5e94906ac0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45002024-11-06T08:03:31.563Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2021 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0c9268702297f613 -C extra-filename=-0c9268702297f613 --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-b47e140518d235ae.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-d888b7650fa31316.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9934e5f62bf9c921.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-d3067484b7921535.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f37f510ef1326d5a.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c34b3dd186bdf0a6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3c2af0f82f0455aa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e0f1b68d7901b36b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f156dee49e64cafe.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-a3d7aff477f8ae33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b54b65fb4833759b.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-0e1e3b5e94906ac0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45012024-11-06T08:03:33.909Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2021 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ca1451a987fcda2 -C extra-filename=-1ca1451a987fcda2 --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-b47e140518d235ae.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-d888b7650fa31316.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9934e5f62bf9c921.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-d3067484b7921535.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f37f510ef1326d5a.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c34b3dd186bdf0a6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3c2af0f82f0455aa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e0f1b68d7901b36b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f156dee49e64cafe.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-a3d7aff477f8ae33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b54b65fb4833759b.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-0e1e3b5e94906ac0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45022024-11-06T08:03:33.936Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=36298e33d70401a7 -C extra-filename=-36298e33d70401a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b6515275565c764d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d0b413da125085d1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a5f6a7d8d9554a29.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3c2af0f82f0455aa.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3fbd904abef3370d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/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-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/`
45032024-11-06T08:03:35.373Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=2d0e1d7238fe208f -C extra-filename=-2d0e1d7238fe208f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5e9105c33c366ae2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0a5aee330fba71f3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f91cc128dfa35a72.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-44d87fa603698ec2.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4c4dc5293da6370.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2c3bce4f9bde0c85.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2c1e229ad80b88c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b6e13772d541a13d.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4f13465fac258363.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e63e6a17c605bcb1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5e3cac8fbbda9149.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a342a05c383816c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c97f9cbb46332e7a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a52dd6fa22b22f58.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7cd9642505100da7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3c2af0f82f0455aa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8c1c44d6478e658.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cae96bb94eb92357.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-982dca9b994dfa4f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5c2f248fca963beb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f23969e709ffa19b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ce1efa475a0101fb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-d4cb7b4a7046aea6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e0e4de0f29691a9a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-773dd7c3d9328ae0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-0bc9ec6e6cefa211.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dd71e9f878adf4a6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b54b65fb4833759b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2739ea19105329dd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7437c79f2beb1f48.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b266154b85ad77c2.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c4491a361ebadbf3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45042024-11-06T08:03:36.491Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=5550411920a2d75e -C extra-filename=-5550411920a2d75e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5e9105c33c366ae2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0a5aee330fba71f3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f91cc128dfa35a72.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-44d87fa603698ec2.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4c4dc5293da6370.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2c3bce4f9bde0c85.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2c1e229ad80b88c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b6e13772d541a13d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5e3cac8fbbda9149.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a342a05c383816c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c97f9cbb46332e7a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a52dd6fa22b22f58.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7cd9642505100da7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3c2af0f82f0455aa.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8c1c44d6478e658.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cae96bb94eb92357.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-982dca9b994dfa4f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f23969e709ffa19b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ce1efa475a0101fb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-d4cb7b4a7046aea6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-773dd7c3d9328ae0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-0bc9ec6e6cefa211.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dd71e9f878adf4a6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b54b65fb4833759b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2739ea19105329dd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7437c79f2beb1f48.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b266154b85ad77c2.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c4491a361ebadbf3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
45052024-11-06T08:03:45.549Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=376ada453c6f4a37 -C extra-filename=-376ada453c6f4a37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f91cc128dfa35a72.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2c3bce4f9bde0c85.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2c1e229ad80b88c4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a5f6a7d8d9554a29.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-9ef1c5b80d4be2e8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-c07b46c1c7f0b029.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-45e908ff9dc8adf4.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-42034248cfdd44b4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a342a05c383816c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c1a3be2c2093cfc0.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b070837cc90e923d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7cd9642505100da7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b287e49e63aef545.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6d454c6aeeac0a57.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-064365714c40fd5d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1dd6a637d2f5839a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9aa89408fe4f6d86.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a34bb53e9fe0d94a.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-2d61bf226ed9a37a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-dff59a0dadaa8809.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b891d4c8d0a3b283.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45062024-11-06T08:03:46.381Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4e40a4359b29d135 -C extra-filename=-4e40a4359b29d135 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f91cc128dfa35a72.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2c3bce4f9bde0c85.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2c1e229ad80b88c4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a5f6a7d8d9554a29.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-9ef1c5b80d4be2e8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-c07b46c1c7f0b029.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-45e908ff9dc8adf4.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-42034248cfdd44b4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a342a05c383816c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c1a3be2c2093cfc0.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b070837cc90e923d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7cd9642505100da7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b287e49e63aef545.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6d454c6aeeac0a57.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-064365714c40fd5d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1dd6a637d2f5839a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9aa89408fe4f6d86.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a34bb53e9fe0d94a.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-2d61bf226ed9a37a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-dff59a0dadaa8809.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b891d4c8d0a3b283.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45072024-11-06T08:03:48.363Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2e54deaa8e7c63bc -C extra-filename=-2e54deaa8e7c63bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f91cc128dfa35a72.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2c3bce4f9bde0c85.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2c1e229ad80b88c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-9ef1c5b80d4be2e8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-45e908ff9dc8adf4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a342a05c383816c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b070837cc90e923d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7cd9642505100da7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b287e49e63aef545.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-064365714c40fd5d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1dd6a637d2f5839a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a34bb53e9fe0d94a.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-2d61bf226ed9a37a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-dff59a0dadaa8809.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b891d4c8d0a3b283.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45082024-11-06T08:03:48.695Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=6cee92fee373d90d -C extra-filename=-6cee92fee373d90d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5e9105c33c366ae2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0a5aee330fba71f3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f91cc128dfa35a72.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-44d87fa603698ec2.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4c4dc5293da6370.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2c3bce4f9bde0c85.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2c1e229ad80b88c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b6e13772d541a13d.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4f13465fac258363.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e63e6a17c605bcb1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5e3cac8fbbda9149.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a342a05c383816c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c97f9cbb46332e7a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a52dd6fa22b22f58.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7cd9642505100da7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3c2af0f82f0455aa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8c1c44d6478e658.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cae96bb94eb92357.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-982dca9b994dfa4f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5c2f248fca963beb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f23969e709ffa19b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ce1efa475a0101fb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-d4cb7b4a7046aea6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e0e4de0f29691a9a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-773dd7c3d9328ae0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-0bc9ec6e6cefa211.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dd71e9f878adf4a6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b54b65fb4833759b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2739ea19105329dd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7437c79f2beb1f48.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b266154b85ad77c2.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c4491a361ebadbf3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45092024-11-06T08:03:51.647Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e33d6011812956b1 -C extra-filename=-e33d6011812956b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9aa89408fe4f6d86.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-7d624639f5efd248.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45102024-11-06T08:03:54.524Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d3c70d2781320291 -C extra-filename=-d3c70d2781320291 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9aa89408fe4f6d86.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-7d624639f5efd248.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45112024-11-06T08:03:54.571Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d874684d89d8844e -C extra-filename=-d874684d89d8844e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-f472fe0d719d5a8a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-76addc3522caf8ac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-21a5198b716a1d65.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
45122024-11-06T08:03:55.960Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/types/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7256948743352b6b -C extra-filename=-7256948743352b6b --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-ac7742081aa9cdf3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-76addc3522caf8ac.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-6a9284525c6a267a.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-5e469ce88145a3ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e466a89c06d9792e.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0d887a8039693220.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-4ea3708543961eda.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-185b60df75e343df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-7ea881b21c7ada3f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
45132024-11-06T08:03:56.885Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=efed4c14e3b09212 -C extra-filename=-efed4c14e3b09212 --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-ac7742081aa9cdf3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-76addc3522caf8ac.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-6a9284525c6a267a.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-5e469ce88145a3ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e466a89c06d9792e.so --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-4ea3708543961eda.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-185b60df75e343df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-7ea881b21c7ada3f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
45142024-11-06T08:03:57.056Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ch_dev --edition=2021 dev-tools/ch-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0e3566fe9fa3dfa4 -C extra-filename=-0e3566fe9fa3dfa4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-05801cf678197461.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45152024-11-06T08:03:59.373Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=f18f928e7f14bb75 -C extra-filename=-f18f928e7f14bb75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e63e6a17c605bcb1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-c07b46c1c7f0b029.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-42034248cfdd44b4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a342a05c383816c1.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-31dc5af3420349dc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7cd9642505100da7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-8ccb28712c7bfa46.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2739ea19105329dd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7437c79f2beb1f48.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-064365714c40fd5d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L native=/usr/lib/amd64`
45162024-11-06T08:04:01.584Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=a2c14ec0fdcefc1f -C extra-filename=-a2c14ec0fdcefc1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e63e6a17c605bcb1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-42034248cfdd44b4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a342a05c383816c1.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-31dc5af3420349dc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7cd9642505100da7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-8ccb28712c7bfa46.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2739ea19105329dd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7437c79f2beb1f48.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-064365714c40fd5d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out`
45172024-11-06T08:04:07.159Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=22b34fecede2912d -C extra-filename=-22b34fecede2912d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-e5918dd21ea05901.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-48ba4fa9dc043f65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8e6caaf875e40df5.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-7ed320750a744b54.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-34f53c7748a77cd3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-476f121024fb3157.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-8fa56400d55764b0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-dd1d18e371623b83.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/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`
45182024-11-06T08:04:11.305Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e07dcef4a404cd30 -C extra-filename=-e07dcef4a404cd30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-292d34e6280ef3c7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-aa0243463bdc1f00.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e059a6f3492aa15c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ecc2782dac675cc2.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2d9f201d99cbadd5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64`
45192024-11-06T08:04:15.779Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1029094d01c39c34 -C extra-filename=-1029094d01c39c34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-292d34e6280ef3c7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-aa0243463bdc1f00.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e059a6f3492aa15c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-628dafd69c91a176.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ecc2782dac675cc2.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2d9f201d99cbadd5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64`
45202024-11-06T08:04:20.973Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3ba6305f4e0290cb -C extra-filename=-3ba6305f4e0290cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-292d34e6280ef3c7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-aa0243463bdc1f00.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e059a6f3492aa15c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-628dafd69c91a176.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ecc2782dac675cc2.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2d9f201d99cbadd5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64`
45212024-11-06T08:04:23.820Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45222024-11-06T08:04:23.834Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=520bdce2468edb8c -C extra-filename=-520bdce2468edb8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-44d87fa603698ec2.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4c4dc5293da6370.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a5f6a7d8d9554a29.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a46f2e5064c0dab.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d7d959e9a5935958.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3c2af0f82f0455aa.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-628dafd69c91a176.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-982dca9b994dfa4f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/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-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/`
45232024-11-06T08:04:24.233Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45242024-11-06T08:04:24.256Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c35d7295303fb01b -C extra-filename=-c35d7295303fb01b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-34f53c7748a77cd3.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a46f2e5064c0dab.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/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`
45252024-11-06T08:04:24.912Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1e57c89cb6809ada -C extra-filename=-1e57c89cb6809ada --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-5fc87bb715fd1f15.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-34f53c7748a77cd3.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a46f2e5064c0dab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/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`
45262024-11-06T08:04:26.788Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45272024-11-06T08:04:26.790Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=58b77879648f04e9 -C extra-filename=-58b77879648f04e9 --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-cd991068aa84087e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a46f2e5064c0dab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45282024-11-06T08:04:27.808Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8c34346918de9803 -C extra-filename=-8c34346918de9803 --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-5fc87bb715fd1f15.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a46f2e5064c0dab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e059a6f3492aa15c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45292024-11-06T08:04:28.534Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0e5ef51a46306874 -C extra-filename=-0e5ef51a46306874 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b6515275565c764d.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d0b413da125085d1.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4ddce79c4ffaaa95.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e34685acac44cbed.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-34f53c7748a77cd3.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a46f2e5064c0dab.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-58b77879648f04e9.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/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`
45302024-11-06T08:04:29.447Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=41303b9d6a7aae23 -C extra-filename=-41303b9d6a7aae23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-292d34e6280ef3c7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-aa0243463bdc1f00.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e059a6f3492aa15c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-628dafd69c91a176.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ecc2782dac675cc2.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2d9f201d99cbadd5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64`
45312024-11-06T08:04:31.106Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=11a3d31d71dee4ec -C extra-filename=-11a3d31d71dee4ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d0cf58a4bbc98c4b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8e6caaf875e40df5.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-10a343a72713e131.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
45322024-11-06T08:04:31.748Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=458710c1da6ea14e -C extra-filename=-458710c1da6ea14e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d0cf58a4bbc98c4b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8e6caaf875e40df5.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-10a343a72713e131.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64`
45332024-11-06T08:04:32.528Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name test_dependencies --edition=2021 dev-tools/ls-apis/tests/test_dependencies.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c98243923555b657 -C extra-filename=-c98243923555b657 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d0cf58a4bbc98c4b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8e6caaf875e40df5.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-10a343a72713e131.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64`
45342024-11-06T08:04:32.641Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5c47053af37e152f -C extra-filename=-5c47053af37e152f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f91cc128dfa35a72.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2c3bce4f9bde0c85.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2c1e229ad80b88c4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a5f6a7d8d9554a29.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-9ef1c5b80d4be2e8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-c07b46c1c7f0b029.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-45e908ff9dc8adf4.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-42034248cfdd44b4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a342a05c383816c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c1a3be2c2093cfc0.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b070837cc90e923d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7cd9642505100da7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b287e49e63aef545.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6d454c6aeeac0a57.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-064365714c40fd5d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1dd6a637d2f5839a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9aa89408fe4f6d86.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a34bb53e9fe0d94a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-dff59a0dadaa8809.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b891d4c8d0a3b283.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45352024-11-06T08:04:34.101Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=38eecf4616a72544 -C extra-filename=-38eecf4616a72544 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b6515275565c764d.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d0b413da125085d1.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4ddce79c4ffaaa95.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-44d87fa603698ec2.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cd03135d8941141e.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-27539cff0fb801e9.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2c3bce4f9bde0c85.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1eed3ea897599868.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a52dd6fa22b22f58.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3eb6b1b20972cb5f.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-34f53c7748a77cd3.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a46f2e5064c0dab.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f7e2226ae670f0bd.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-a4a9142445b0176d.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-37de2af005056a24.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b9974dc3fbc4b7f3.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-8c34346918de9803.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-58b77879648f04e9.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-0e5ef51a46306874.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-12b74bb77ac09d1a.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c35d7295303fb01b.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-1e57c89cb6809ada.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d7d959e9a5935958.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-705691fbe0070fa7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-476f121024fb3157.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e059a6f3492aa15c.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ecc2782dac675cc2.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cae96bb94eb92357.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-982dca9b994dfa4f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e49c52697304148.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-674c0e3bf5ef2549.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f23969e709ffa19b.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2d9f201d99cbadd5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5e11ad8373c95454.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3acb9ca4c018b540.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5cbb0261a2c523b5.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e2ed480392ef3b43.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-dd1d18e371623b83.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b287e49e63aef545.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1dd6a637d2f5839a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/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`
45362024-11-06T08:04:36.529Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=24f8469f58946148 -C extra-filename=-24f8469f58946148 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b9974dc3fbc4b7f3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-12b74bb77ac09d1a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-322ebaa15fe87809.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-febec8f9772be7da.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3fbd904abef3370d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45372024-11-06T08:04:37.221Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_add_remove --edition=2021 live-tests/tests/test_nexus_add_remove.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d598f024b5bfb8ae -C extra-filename=-d598f024b5bfb8ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-f32c2ade87917ecc.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-34f53c7748a77cd3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a46f2e5064c0dab.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b9974dc3fbc4b7f3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-12b74bb77ac09d1a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c35d7295303fb01b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5a5eb8767712dc39.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/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`
45382024-11-06T08:04:41.257Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bc5b797c315a0b67 -C extra-filename=-bc5b797c315a0b67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-356e88e8c076fb15.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-8dc19b9ed8e93b20.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-520bdce2468edb8c.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-4adda94763e1863f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ecc2782dac675cc2.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-0b6a02eb60105009.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/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-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/`
45392024-11-06T08:04:41.680Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=190b4429ae1b33db -C extra-filename=-190b4429ae1b33db --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-2bfa151f1d0dc977.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-e1de30f1816ee2ce.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-34f53c7748a77cd3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a46f2e5064c0dab.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-520bdce2468edb8c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e059a6f3492aa15c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/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-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/`
45402024-11-06T08:04:41.759Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 clickhouse-admin/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7bd4fb2d2e79d241 -C extra-filename=-7bd4fb2d2e79d241 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-356e88e8c076fb15.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-8dc19b9ed8e93b20.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-520bdce2468edb8c.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-4adda94763e1863f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ecc2782dac675cc2.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-0b6a02eb60105009.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/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-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/`
45412024-11-06T08:04:43.427Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=29b3ccd9ce441e92 -C extra-filename=-29b3ccd9ce441e92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2bfa151f1d0dc977.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-44d87fa603698ec2.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-018c3bc025bc9701.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-1c6a03413b0b3797.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a5f6a7d8d9554a29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-76fe319705e4106c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-34f53c7748a77cd3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a46f2e5064c0dab.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b9974dc3fbc4b7f3.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c35d7295303fb01b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-1e57c89cb6809ada.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e059a6f3492aa15c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ecc2782dac675cc2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0adf17ff7cdef8cf.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7c95c4514ef5b573.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-febec8f9772be7da.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5a5eb8767712dc39.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45422024-11-06T08:04:53.452Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=8def9507e1889692 -C extra-filename=-8def9507e1889692 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-44d87fa603698ec2.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4c4dc5293da6370.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a5f6a7d8d9554a29.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a46f2e5064c0dab.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d7d959e9a5935958.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3c2af0f82f0455aa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-628dafd69c91a176.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-982dca9b994dfa4f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/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-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/`
45432024-11-06T08:05:01.197Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=80859bced83d291a -C extra-filename=-80859bced83d291a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2bfa151f1d0dc977.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b6515275565c764d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d0b413da125085d1.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4ddce79c4ffaaa95.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-76addc3522caf8ac.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-44d87fa603698ec2.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cd03135d8941141e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-27539cff0fb801e9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4c4dc5293da6370.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2c3bce4f9bde0c85.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1eed3ea897599868.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a5f6a7d8d9554a29.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-e1de30f1816ee2ce.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-9ef1c5b80d4be2e8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-51cd18c6737b5c59.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a52dd6fa22b22f58.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3eb6b1b20972cb5f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-34f53c7748a77cd3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a46f2e5064c0dab.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f7e2226ae670f0bd.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-a4a9142445b0176d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-37de2af005056a24.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b9974dc3fbc4b7f3.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-8c34346918de9803.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-58b77879648f04e9.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-0e5ef51a46306874.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-12b74bb77ac09d1a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c35d7295303fb01b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-1e57c89cb6809ada.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d7d959e9a5935958.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-520bdce2468edb8c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1561eadad7221431.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-705691fbe0070fa7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3c2af0f82f0455aa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-476f121024fb3157.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e0f1b68d7901b36b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e059a6f3492aa15c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-628dafd69c91a176.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ecc2782dac675cc2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cae96bb94eb92357.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-982dca9b994dfa4f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e49c52697304148.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-71c8d2920f23016d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5c2f248fca963beb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-674c0e3bf5ef2549.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f23969e709ffa19b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2d9f201d99cbadd5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e0e4de0f29691a9a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5e11ad8373c95454.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3acb9ca4c018b540.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5cbb0261a2c523b5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e2ed480392ef3b43.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-dd1d18e371623b83.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-25db4bcca623ea92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b54b65fb4833759b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6f95423438244a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-2c9865cb6e9a9cfd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b287e49e63aef545.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6d454c6aeeac0a57.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-064365714c40fd5d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1dd6a637d2f5839a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/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-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/`
45442024-11-06T08:05:02.353Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin --edition=2021 cockroach-admin/src/bin/cockroach-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=19f0e35febb2653e -C extra-filename=-19f0e35febb2653e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-96d3b1a9602e4f23.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-239284aa9634fbf6.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-018c3bc025bc9701.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-520bdce2468edb8c.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-cf2d3c8056b674e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/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-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/`
45452024-11-06T08:05:02.508Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f2dd199b5c97fbff -C extra-filename=-f2dd199b5c97fbff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-356e88e8c076fb15.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-8dc19b9ed8e93b20.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-520bdce2468edb8c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ecc2782dac675cc2.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-0b6a02eb60105009.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/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-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/`
45462024-11-06T08:05:04.573Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c76670367ee16cf9 -C extra-filename=-c76670367ee16cf9 --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-cd991068aa84087e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a46f2e5064c0dab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45472024-11-06T08:05:04.955Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4026ade7e938c201 -C extra-filename=-4026ade7e938c201 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-34f53c7748a77cd3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a46f2e5064c0dab.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/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`
45482024-11-06T08:05:07.044Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=56d42d340a13f5df -C extra-filename=-56d42d340a13f5df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-356e88e8c076fb15.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-8dc19b9ed8e93b20.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-520bdce2468edb8c.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-4adda94763e1863f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ecc2782dac675cc2.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-0b6a02eb60105009.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/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-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/`
45492024-11-06T08:05:07.750Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e885cc306fa5f6cc -C extra-filename=-e885cc306fa5f6cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-96d3b1a9602e4f23.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-239284aa9634fbf6.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-018c3bc025bc9701.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-520bdce2468edb8c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/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-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/`
45502024-11-06T08:05:08.008Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=43a41aff73f4e417 -C extra-filename=-43a41aff73f4e417 --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-5fc87bb715fd1f15.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3eb6b1b20972cb5f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-34f53c7748a77cd3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a46f2e5064c0dab.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-520bdce2468edb8c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1561eadad7221431.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5c2f248fca963beb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/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-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/`
45512024-11-06T08:05:09.214Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=1d3657fb893c9d39 -C extra-filename=-1d3657fb893c9d39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2bfa151f1d0dc977.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f1c5167cec04a77.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-1dd406d97c320bf7.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-19bbd81941be0b85.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-51cd18c6737b5c59.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3eb6b1b20972cb5f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-7ed320750a744b54.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-34f53c7748a77cd3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b9974dc3fbc4b7f3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-12b74bb77ac09d1a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-520bdce2468edb8c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3c2af0f82f0455aa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-8fa56400d55764b0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-71c8d2920f23016d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-14d9a8a394afa972.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5c2f248fca963beb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2d9f201d99cbadd5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e0e4de0f29691a9a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5e11ad8373c95454.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5cbb0261a2c523b5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-322ebaa15fe87809.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-2c9865cb6e9a9cfd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/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-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/`
45522024-11-06T08:05:24.398Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0fa8e6d87e4153c4 -C extra-filename=-0fa8e6d87e4153c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-05801cf678197461.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45532024-11-06T08:05:25.370Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name test_db_dev --edition=2021 dev-tools/db-dev/tests/test-db-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=55ca8a004e22270b -C extra-filename=-55ca8a004e22270b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-e4a9efb4b8e5309d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-05801cf678197461.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45542024-11-06T08:05:29.031Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=666f63bfbe7f377d -C extra-filename=-666f63bfbe7f377d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-e4a9efb4b8e5309d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-05801cf678197461.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45552024-11-06T08:05:31.426Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca41df24ed67839b -C extra-filename=-ca41df24ed67839b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-356e88e8c076fb15.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-4adda94763e1863f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
45562024-11-06T08:05:36.028Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4ab604cb8ac5f9ff -C extra-filename=-4ab604cb8ac5f9ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-356e88e8c076fb15.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-4adda94763e1863f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
45572024-11-06T08:05:36.271Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1588d9f3819a579d -C extra-filename=-1588d9f3819a579d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f04871193289fbb4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-1fadb5960a8d19a8.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-caf5a9f0e7751b1f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-14d9a8a394afa972.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-064365714c40fd5d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64`
45582024-11-06T08:05:38.624Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=17ed8122b7a6d5e1 -C extra-filename=-17ed8122b7a6d5e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f04871193289fbb4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-1fadb5960a8d19a8.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-caf5a9f0e7751b1f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-14d9a8a394afa972.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6d454c6aeeac0a57.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-064365714c40fd5d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64`
45592024-11-06T08:05:40.783Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b7674af9e3516dc2 -C extra-filename=-b7674af9e3516dc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f04871193289fbb4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-1fadb5960a8d19a8.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-caf5a9f0e7751b1f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-14d9a8a394afa972.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6d454c6aeeac0a57.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-064365714c40fd5d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64`
45602024-11-06T08:05:46.866Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=20e14c1d0984824e -C extra-filename=-20e14c1d0984824e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f04871193289fbb4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-1fadb5960a8d19a8.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-caf5a9f0e7751b1f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-14d9a8a394afa972.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6d454c6aeeac0a57.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-064365714c40fd5d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64`
45612024-11-06T08:05:52.004Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=6582715a4e890029 -C extra-filename=-6582715a4e890029 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5e9105c33c366ae2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0a5aee330fba71f3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f91cc128dfa35a72.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-44d87fa603698ec2.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4c4dc5293da6370.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2c3bce4f9bde0c85.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2c1e229ad80b88c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b6e13772d541a13d.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4f13465fac258363.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e63e6a17c605bcb1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5e3cac8fbbda9149.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a342a05c383816c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c97f9cbb46332e7a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a52dd6fa22b22f58.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7cd9642505100da7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8c1c44d6478e658.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cae96bb94eb92357.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-982dca9b994dfa4f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5c2f248fca963beb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f23969e709ffa19b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ce1efa475a0101fb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-d4cb7b4a7046aea6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e0e4de0f29691a9a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-773dd7c3d9328ae0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-0bc9ec6e6cefa211.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dd71e9f878adf4a6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b54b65fb4833759b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2739ea19105329dd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7437c79f2beb1f48.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b266154b85ad77c2.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c4491a361ebadbf3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
45622024-11-06T08:05:52.189Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=297299b281d94c9f -C extra-filename=-297299b281d94c9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f04871193289fbb4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c1a3be2c2093cfc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-447d1f5efe48a3c9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0adf17ff7cdef8cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-50948bb900fc73f7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-36b6a3ee47d58bd1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7c95c4514ef5b573.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5a5eb8767712dc39.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-4f9d309aee4b7b19.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8f7eaeaf00d2cf6e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9aa89408fe4f6d86.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a34bb53e9fe0d94a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b891d4c8d0a3b283.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45632024-11-06T08:05:54.398Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8e1ee2e4a56a0e1e -C extra-filename=-8e1ee2e4a56a0e1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9aa89408fe4f6d86.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45642024-11-06T08:05:57.223Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aa8d2c776b3f5098 -C extra-filename=-aa8d2c776b3f5098 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f04871193289fbb4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c1a3be2c2093cfc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-447d1f5efe48a3c9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0adf17ff7cdef8cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-50948bb900fc73f7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-36b6a3ee47d58bd1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7c95c4514ef5b573.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5a5eb8767712dc39.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-4f9d309aee4b7b19.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8f7eaeaf00d2cf6e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9aa89408fe4f6d86.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a34bb53e9fe0d94a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b891d4c8d0a3b283.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45652024-11-06T08:05:58.701Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bf15ec64efc0b3b5 -C extra-filename=-bf15ec64efc0b3b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-447d1f5efe48a3c9.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0adf17ff7cdef8cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-50948bb900fc73f7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-36b6a3ee47d58bd1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7c95c4514ef5b573.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5a5eb8767712dc39.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-4f9d309aee4b7b19.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8f7eaeaf00d2cf6e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9aa89408fe4f6d86.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a34bb53e9fe0d94a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b891d4c8d0a3b283.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45662024-11-06T08:06:01.541Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a97307aa50d2b610 -C extra-filename=-a97307aa50d2b610 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-98837ce3f896d34f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0a5aee330fba71f3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-356e88e8c076fb15.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-96d3b1a9602e4f23.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d4c5df34e44d8aab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3e359607e78f373c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-bd05353f346aabec.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-45e908ff9dc8adf4.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-a4a9142445b0176d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-37de2af005056a24.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-7ab851eeb44f4fad.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-447d1f5efe48a3c9.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-aa0243463bdc1f00.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-773dd7c3d9328ae0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-408a063a4091fdbc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dd71e9f878adf4a6.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7c95c4514ef5b573.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-dff59a0dadaa8809.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45672024-11-06T08:06:09.813Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=74319940da10ea45 -C extra-filename=-74319940da10ea45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b496abfbe3fff0c0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-9f945a5ccaa40a2c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-7cbbe7319620a8ed.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-8dc19b9ed8e93b20.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-76addc3522caf8ac.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-55f8d1e2ea5c116f.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-be4c4d9da57311f0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-3bfbe37480da92fc.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-f31c551e32c21fb6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-5e469ce88145a3ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ecc2782dac675cc2.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-0b6a02eb60105009.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e49c52697304148.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-2df5b7950dd75f83.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2d9f201d99cbadd5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-d0096c9f8d1cafe3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-42b1b522d80a7480.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3557fe839a6455f6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-febec8f9772be7da.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64`
45682024-11-06T08:06:11.694Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=59c266d0741f132b -C extra-filename=-59c266d0741f132b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b496abfbe3fff0c0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-9f945a5ccaa40a2c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-7cbbe7319620a8ed.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-8dc19b9ed8e93b20.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-76addc3522caf8ac.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-55f8d1e2ea5c116f.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-be4c4d9da57311f0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-3bfbe37480da92fc.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-f31c551e32c21fb6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-5e469ce88145a3ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-0b6a02eb60105009.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e49c52697304148.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-2df5b7950dd75f83.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2d9f201d99cbadd5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-d0096c9f8d1cafe3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-42b1b522d80a7480.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3557fe839a6455f6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-febec8f9772be7da.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64`
45692024-11-06T08:06:12.622Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 oximeter/db/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=fbce119946304fef -C extra-filename=-fbce119946304fef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b496abfbe3fff0c0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-9f945a5ccaa40a2c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-7cbbe7319620a8ed.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-8dc19b9ed8e93b20.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-76addc3522caf8ac.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-55f8d1e2ea5c116f.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-be4c4d9da57311f0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-3bfbe37480da92fc.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-f31c551e32c21fb6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-5e469ce88145a3ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ecc2782dac675cc2.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-0b6a02eb60105009.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e49c52697304148.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-2df5b7950dd75f83.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2d9f201d99cbadd5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-d0096c9f8d1cafe3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-42b1b522d80a7480.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3557fe839a6455f6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-febec8f9772be7da.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64`
45702024-11-06T08:06:25.463Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b089ba5d743465dd -C extra-filename=-b089ba5d743465dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f04871193289fbb4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c1a3be2c2093cfc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-447d1f5efe48a3c9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0adf17ff7cdef8cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-50948bb900fc73f7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-36b6a3ee47d58bd1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7c95c4514ef5b573.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5a5eb8767712dc39.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-4f9d309aee4b7b19.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8f7eaeaf00d2cf6e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a34bb53e9fe0d94a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b891d4c8d0a3b283.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45712024-11-06T08:06:26.238Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2c4ace71debb0226 -C extra-filename=-2c4ace71debb0226 --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-239284aa9634fbf6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
45722024-11-06T08:06:28.058Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ee05f9db3e17523a -C extra-filename=-ee05f9db3e17523a --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-34f53c7748a77cd3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45732024-11-06T08:06:42.036Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b64fbc3f79b0345d -C extra-filename=-b64fbc3f79b0345d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-1fadb5960a8d19a8.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6d454c6aeeac0a57.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-064365714c40fd5d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
45742024-11-06T08:06:43.738Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed539817ce0d09ed -C extra-filename=-ed539817ce0d09ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-9ef1c5b80d4be2e8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b287e49e63aef545.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6d454c6aeeac0a57.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-064365714c40fd5d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
45752024-11-06T08:06:58.726Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45762024-11-06T08:06:58.729Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_releng --edition=2021 dev-tools/releng/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c95561d22a90d880 -C extra-filename=-c95561d22a90d880 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d0cf58a4bbc98c4b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-6dc0f78fcf1d7dab.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-36b6a3ee47d58bd1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-064365714c40fd5d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out`
45772024-11-06T08:07:02.183Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ef80ccd5e4654a55 -C extra-filename=-ef80ccd5e4654a55 --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-5fc87bb715fd1f15.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-018c3bc025bc9701.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
45782024-11-06T08:07:05.469Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=68474713a0f482c2 -C extra-filename=-68474713a0f482c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-aa0243463bdc1f00.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e059a6f3492aa15c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-628dafd69c91a176.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ecc2782dac675cc2.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2d9f201d99cbadd5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
45792024-11-06T08:07:05.600Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=15d1f6cf006162f8 -C extra-filename=-15d1f6cf006162f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-aa0243463bdc1f00.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e059a6f3492aa15c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-628dafd69c91a176.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ecc2782dac675cc2.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2d9f201d99cbadd5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
45802024-11-06T08:07:07.769Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f9344ad1b6450569 -C extra-filename=-f9344ad1b6450569 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-7ab851eeb44f4fad.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0d887a8039693220.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e49c52697304148.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
45812024-11-06T08:07:09.430Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e1f3ce0ecdbff1e5 -C extra-filename=-e1f3ce0ecdbff1e5 --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-f91cc128dfa35a72.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a34bb53e9fe0d94a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
45822024-11-06T08:07:11.269Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6329f019937a99c4 -C extra-filename=-6329f019937a99c4 --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-5fc87bb715fd1f15.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a342a05c383816c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b54b65fb4833759b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a34bb53e9fe0d94a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45832024-11-06T08:07:12.470Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d28cbd69ceba7c63 -C extra-filename=-d28cbd69ceba7c63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-1633ce11f04956d7.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c1a3be2c2093cfc0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b9974dc3fbc4b7f3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3fbd904abef3370d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64`
45842024-11-06T08:07:18.994Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eef96d425000a134 -C extra-filename=-eef96d425000a134 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-9ef1c5b80d4be2e8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-bb2f600db5635e6e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3acb9ca4c018b540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-8ebf534aa119cf7e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b287e49e63aef545.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a28742d97f826442.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
45852024-11-06T08:07:20.154Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4d4e2cb27e382f28 -C extra-filename=-4d4e2cb27e382f28 --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-e34685acac44cbed.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-d152ef51b0170613.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
45862024-11-06T08:07:20.860Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=447bc1a843ee470d -C extra-filename=-447bc1a843ee470d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3e359607e78f373c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-9cae3b8ce2aa2c81.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a5f6a7d8d9554a29.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-567f6f5abd6d84b4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-31dc5af3420349dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9071bd141429e738.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cae96bb94eb92357.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-982dca9b994dfa4f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-78ac86b264e9f763.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-05801cf678197461.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6f95423438244a8e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ee3cb7542fd8a3cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64`
45872024-11-06T08:07:23.630Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e4995ed65635b03e -C extra-filename=-e4995ed65635b03e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3e359607e78f373c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-9cae3b8ce2aa2c81.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a5f6a7d8d9554a29.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-567f6f5abd6d84b4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-31dc5af3420349dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cae96bb94eb92357.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-982dca9b994dfa4f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-78ac86b264e9f763.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-05801cf678197461.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6f95423438244a8e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ee3cb7542fd8a3cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64`
45882024-11-06T08:07:33.268Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6e5a14d742c4cf26 -C extra-filename=-6e5a14d742c4cf26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3e359607e78f373c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-9cae3b8ce2aa2c81.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a5f6a7d8d9554a29.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-567f6f5abd6d84b4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-31dc5af3420349dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9071bd141429e738.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cae96bb94eb92357.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-982dca9b994dfa4f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-78ac86b264e9f763.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-05801cf678197461.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6f95423438244a8e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ee3cb7542fd8a3cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64`
45892024-11-06T08:07:39.590Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
45902024-11-06T08:07:39.593Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs_dev --edition=2021 dev-tools/mgs-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ea15016a234cf74f -C extra-filename=-ea15016a234cf74f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a5f6a7d8d9554a29.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9071bd141429e738.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-05801cf678197461.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64`
45912024-11-06T08:07:42.467Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5f36559987bcead3 -C extra-filename=-5f36559987bcead3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3e359607e78f373c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-9cae3b8ce2aa2c81.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-567f6f5abd6d84b4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-31dc5af3420349dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9071bd141429e738.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cae96bb94eb92357.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-982dca9b994dfa4f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-78ac86b264e9f763.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-05801cf678197461.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ee3cb7542fd8a3cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
45922024-11-06T08:07:44.715Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=debce11a9149bc8e -C extra-filename=-debce11a9149bc8e --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-2dae76f465709689.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-567f6f5abd6d84b4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9071bd141429e738.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6f95423438244a8e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64`
45932024-11-06T08:07:44.992Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3d7b71a43a3470ea -C extra-filename=-3d7b71a43a3470ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4c4dc5293da6370.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d4c5df34e44d8aab.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-23c0dba9210198e2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1ae7c7d21a73f11f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-85586f0010100645.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-542f0d2a90a73863.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64`
45942024-11-06T08:07:47.392Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ce12dd8aa2ceea6d -C extra-filename=-ce12dd8aa2ceea6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4c4dc5293da6370.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d4c5df34e44d8aab.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-23c0dba9210198e2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1ae7c7d21a73f11f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-85586f0010100645.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-542f0d2a90a73863.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64`
45952024-11-06T08:07:47.701Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=632348b6b3af4ab7 -C extra-filename=-632348b6b3af4ab7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d4c5df34e44d8aab.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-23c0dba9210198e2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1ae7c7d21a73f11f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-85586f0010100645.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-542f0d2a90a73863.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64`
45962024-11-06T08:07:49.569Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=75f9fc25ca512338 -C extra-filename=-75f9fc25ca512338 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4c4dc5293da6370.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d4c5df34e44d8aab.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-23c0dba9210198e2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1ae7c7d21a73f11f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-85586f0010100645.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-542f0d2a90a73863.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64`
45972024-11-06T08:07:50.248Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a3ef96015948f7ad -C extra-filename=-a3ef96015948f7ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4c4dc5293da6370.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d4c5df34e44d8aab.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-23c0dba9210198e2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1ae7c7d21a73f11f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-85586f0010100645.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-542f0d2a90a73863.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64`
45982024-11-06T08:08:01.487Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1d42255cda22c6f8 -C extra-filename=-1d42255cda22c6f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4c4dc5293da6370.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d4c5df34e44d8aab.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-23c0dba9210198e2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1ae7c7d21a73f11f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-85586f0010100645.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-542f0d2a90a73863.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64`
45992024-11-06T08:08:02.106Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4d8e52ee827c668c -C extra-filename=-4d8e52ee827c668c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4c4dc5293da6370.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2d9f201d99cbadd5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-542f0d2a90a73863.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64`
46002024-11-06T08:08:04.675Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c0e1615d7026636f -C extra-filename=-c0e1615d7026636f --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-228419f004731a29.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-dda10b61cff25e6f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91722d65ff8a2813.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-89fdf77a91527a9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-39bb0c82af55a369.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46012024-11-06T08:08:08.837Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3b37f6d8afc80b74 -C extra-filename=-3b37f6d8afc80b74 --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-228419f004731a29.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5e9105c33c366ae2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-dda10b61cff25e6f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91722d65ff8a2813.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-89fdf77a91527a9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-39bb0c82af55a369.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
46022024-11-06T08:08:18.259Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fa71607d6835ec57 -C extra-filename=-fa71607d6835ec57 --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-228419f004731a29.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5e9105c33c366ae2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-dda10b61cff25e6f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91722d65ff8a2813.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-89fdf77a91527a9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-39bb0c82af55a369.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
46032024-11-06T08:08:26.488Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=9d73e28a9bcfc976 -C extra-filename=-9d73e28a9bcfc976 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b496abfbe3fff0c0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-9f945a5ccaa40a2c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-7cbbe7319620a8ed.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-8dc19b9ed8e93b20.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-55f8d1e2ea5c116f.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-be4c4d9da57311f0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-3bfbe37480da92fc.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-f31c551e32c21fb6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-5e469ce88145a3ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ecc2782dac675cc2.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e49c52697304148.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-2df5b7950dd75f83.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2d9f201d99cbadd5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-d0096c9f8d1cafe3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-42b1b522d80a7480.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3557fe839a6455f6.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-febec8f9772be7da.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46042024-11-06T08:08:33.609Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7055f1c63b58e083 -C extra-filename=-7055f1c63b58e083 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-567f6f5abd6d84b4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6f95423438244a8e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46052024-11-06T08:08:35.535Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a675c0113f261751 -C extra-filename=-a675c0113f261751 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d0cf58a4bbc98c4b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8e6caaf875e40df5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46062024-11-06T08:08:36.837Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9ced96e198b93bbd -C extra-filename=-9ced96e198b93bbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d0cf58a4bbc98c4b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-6dc0f78fcf1d7dab.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-67b93f86f9ca9639.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3acb9ca4c018b540.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2739ea19105329dd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-781fdb0910cc187e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out`
46072024-11-06T08:08:41.681Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eebb164a85fd1e1f -C extra-filename=-eebb164a85fd1e1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-1dd406d97c320bf7.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d97bd0ec0dbf820c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8e6caaf875e40df5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f7e2226ae670f0bd.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b070837cc90e923d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5e11ad8373c95454.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
46082024-11-06T08:08:43.049Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2828001fb02acaff -C extra-filename=-2828001fb02acaff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64`
46092024-11-06T08:08:46.138Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=904828301347d480 -C extra-filename=-904828301347d480 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-8dc19b9ed8e93b20.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e466a89c06d9792e.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0d887a8039693220.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46102024-11-06T08:08:48.690Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7afa306bf289188a -C extra-filename=-7afa306bf289188a --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-7384040dbc2a43ac.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46112024-11-06T08:08:51.801Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6e29a32b81e406cb -C extra-filename=-6e29a32b81e406cb --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-4c8e06103831ec1b.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46122024-11-06T08:08:53.879Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cd5a9602af4e1c8e -C extra-filename=-cd5a9602af4e1c8e --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-5fc87bb715fd1f15.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46132024-11-06T08:08:56.137Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6b09154b260682fc -C extra-filename=-6b09154b260682fc --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-7384040dbc2a43ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b54b65fb4833759b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
46142024-11-06T08:08:58.389Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3616c370afb3d68f -C extra-filename=-3616c370afb3d68f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5e9105c33c366ae2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f23969e709ffa19b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e0e4de0f29691a9a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
46152024-11-06T08:09:05.482Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0d9355b3a56805de -C extra-filename=-0d9355b3a56805de --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-2dae76f465709689.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b54b65fb4833759b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
46162024-11-06T08:09:08.239Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=73550e31c0ee2418 -C extra-filename=-73550e31c0ee2418 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-55f8d1e2ea5c116f.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-7b00f5942bd7339f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-827408ebe352de16.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-080acd08431793e9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c4491a361ebadbf3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out`
46172024-11-06T08:09:08.631Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=28170ae30311824b -C extra-filename=-28170ae30311824b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a342a05c383816c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46182024-11-06T08:09:10.978Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c3e1a3e4cc3836ed -C extra-filename=-c3e1a3e4cc3836ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-f53e26fec1489110.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-48ba4fa9dc043f65.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d97bd0ec0dbf820c.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e34685acac44cbed.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8e6caaf875e40df5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-476f121024fb3157.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e49c52697304148.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46192024-11-06T08:09:20.065Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ec6a36123a1d5bec -C extra-filename=-ec6a36123a1d5bec --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-a342a05c383816c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46202024-11-06T08:09:21.421Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4fc49c92084b81a8 -C extra-filename=-4fc49c92084b81a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2c3bce4f9bde0c85.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c1a3be2c2093cfc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-447d1f5efe48a3c9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46212024-11-06T08:09:25.004Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cf8b32094c01a9f9 -C extra-filename=-cf8b32094c01a9f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46222024-11-06T08:09:33.808Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1f51282aee04cbf -C extra-filename=-f1f51282aee04cbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46232024-11-06T08:09:34.830Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=f9422701031963c9 -C extra-filename=-f9422701031963c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b6e13772d541a13d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c97f9cbb46332e7a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2739ea19105329dd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out`
46242024-11-06T08:09:40.208Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6bde39fdc1867a4f -C extra-filename=-6bde39fdc1867a4f --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-1dec1561fa282ad8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46252024-11-06T08:09:41.028Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=71c14bfbcfb6a319 -C extra-filename=-71c14bfbcfb6a319 --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-9b50ec7b3e0eb41a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46262024-11-06T08:09:44.747Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2201b3af381408fe -C extra-filename=-2201b3af381408fe --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-9b50ec7b3e0eb41a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46272024-11-06T08:09:44.770Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1566dde11f030e92 -C extra-filename=-1566dde11f030e92 --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-8487328871368e24.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-674c0e3bf5ef2549.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46282024-11-06T08:09:46.920Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=c019d62c9e52af23 -C extra-filename=-c019d62c9e52af23 --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-3a9f8848cb985fb5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-7f4078a2df13ea0d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46292024-11-06T08:09:49.499Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6cfea47c866d2738 -C extra-filename=-6cfea47c866d2738 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e466a89c06d9792e.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-8c237eb36419f12c.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-c623b6a56c0fef97.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0d887a8039693220.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-df74325a53f8b344.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46302024-11-06T08:09:52.220Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5141aae31b24c1c5 -C extra-filename=-5141aae31b24c1c5 --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-7384040dbc2a43ac.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-567f6f5abd6d84b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46312024-11-06T08:09:54.805Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=53e25223ef68518c -C extra-filename=-53e25223ef68518c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-567f6f5abd6d84b4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46322024-11-06T08:09:55.679Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=53068954158a6373 -C extra-filename=-53068954158a6373 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4c4dc5293da6370.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d4c5df34e44d8aab.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-23c0dba9210198e2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1ae7c7d21a73f11f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-85586f0010100645.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-542f0d2a90a73863.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46332024-11-06T08:09:57.333Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ab61052da9af8021 -C extra-filename=-ab61052da9af8021 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4c4dc5293da6370.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d4c5df34e44d8aab.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-23c0dba9210198e2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1ae7c7d21a73f11f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-85586f0010100645.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-542f0d2a90a73863.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46342024-11-06T08:09:58.782Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=397761388d9cfc20 -C extra-filename=-397761388d9cfc20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4c4dc5293da6370.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d4c5df34e44d8aab.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-23c0dba9210198e2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1ae7c7d21a73f11f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-85586f0010100645.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-542f0d2a90a73863.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46352024-11-06T08:10:00.301Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b209956fcb433d8d -C extra-filename=-b209956fcb433d8d --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-05a996d3c8307a60.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-2febec3a8694a736.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d44f0dabe86b6ba3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46362024-11-06T08:10:01.600Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=942f56555f502caa -C extra-filename=-942f56555f502caa --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-8afd7a32597e698d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-31dc5af3420349dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46372024-11-06T08:10:02.169Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/bin/oximeter-schema.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ccca253da0943cb8 -C extra-filename=-ccca253da0943cb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d3a2d607a5fdf8df.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-8c237eb36419f12c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0d887a8039693220.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-df74325a53f8b344.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46382024-11-06T08:10:04.175Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46392024-11-06T08:10:04.178Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns/cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=349f742e1056393f -C extra-filename=-349f742e1056393f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46402024-11-06T08:10:04.358Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3d04b942750d6136 -C extra-filename=-3d04b942750d6136 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d3a2d607a5fdf8df.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0d887a8039693220.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-df74325a53f8b344.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46412024-11-06T08:10:06.271Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=97e5f235a7282d63 -C extra-filename=-97e5f235a7282d63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-be4c4d9da57311f0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-5e469ce88145a3ca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0d887a8039693220.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46422024-11-06T08:10:06.461Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d6df57ee642e4001 -C extra-filename=-d6df57ee642e4001 --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-5e430ebab9bd9caf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46432024-11-06T08:10:06.486Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
46442024-11-06T08:10:06.488Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9441288b02de2162 -C extra-filename=-9441288b02de2162 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46452024-11-06T08:10:08.263Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6eed86d8a2ed6b8e -C extra-filename=-6eed86d8a2ed6b8e --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-41fc4fa1993f6110.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-cc8768000459eec0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-476f121024fb3157.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-b844cef669ebfa72.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e0e4de0f29691a9a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64`
46462024-11-06T08:10:08.486Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2021 test-utils/src/bin/falcon_runner_cli.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=c35eb9efd9a141a3 -C extra-filename=-c35eb9efd9a141a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-98837ce3f896d34f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-8c3767e8502d24da.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-55f8d1e2ea5c116f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-22d519173206e183.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-71c8d2920f23016d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e0e4de0f29691a9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3acb9ca4c018b540.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5cbb0261a2c523b5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46472024-11-06T08:10:09.581Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2021 test-utils/src/bin/falcon_runner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=28a9d501350a2352 -C extra-filename=-28a9d501350a2352 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-98837ce3f896d34f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-8c3767e8502d24da.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-55f8d1e2ea5c116f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-22d519173206e183.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-71c8d2920f23016d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e0e4de0f29691a9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3acb9ca4c018b540.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5cbb0261a2c523b5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46482024-11-06T08:10:11.681Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
46492024-11-06T08:10:11.684Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7021b1bf6b653215 -C extra-filename=-7021b1bf6b653215 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-476f121024fb3157.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e0e4de0f29691a9a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46502024-11-06T08:10:12.437Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name test_cert_dev --edition=2021 dev-tools/cert-dev/tests/test-cert-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d43e6d4cf25414b3 -C extra-filename=-d43e6d4cf25414b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-476f121024fb3157.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e0e4de0f29691a9a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46512024-11-06T08:10:14.765Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=526d6269dc09683c -C extra-filename=-526d6269dc09683c --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-4c8e06103831ec1b.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91722d65ff8a2813.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-89fdf77a91527a9f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46522024-11-06T08:10:16.281Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ad45c5ac37cf7f9c -C extra-filename=-ad45c5ac37cf7f9c --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-5fc87bb715fd1f15.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46532024-11-06T08:10:17.220Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=50cbbf6fc2aa9a17 -C extra-filename=-50cbbf6fc2aa9a17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-98837ce3f896d34f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46542024-11-06T08:10:17.458Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2021 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9129bae9917550f1 -C extra-filename=-9129bae9917550f1 --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-7384040dbc2a43ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46552024-11-06T08:10:19.053Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=999f786c2aaef5c2 -C extra-filename=-999f786c2aaef5c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-8cfef2821192c56e.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-e24dfd866924e567.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-f5a0f5f7ecc363de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-bf8441b8f76d464b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8c1c44d6478e658.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c30efe55451c93e.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-28bbcf67678796a1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-1f7ae8f5d2c44572.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib --check-cfg 'cfg(svcadm_autoclear)'`
46562024-11-06T08:10:19.485Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1bc6a70bf1c093e1 -C extra-filename=-1bc6a70bf1c093e1 --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-081eb7697efcc78d.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-865fbac8de6150a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46572024-11-06T08:10:20.814Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2021 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=870a46554cf24089 -C extra-filename=-870a46554cf24089 --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-fd32e418deba3c08.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46582024-11-06T08:10:22.750Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=527ec55841d66a42 -C extra-filename=-527ec55841d66a42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-98837ce3f896d34f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-8c3767e8502d24da.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-55f8d1e2ea5c116f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-22d519173206e183.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-71c8d2920f23016d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e0e4de0f29691a9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3acb9ca4c018b540.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5cbb0261a2c523b5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46592024-11-06T08:10:22.780Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8b4f50c8f2498e06 -C extra-filename=-8b4f50c8f2498e06 --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-5fc87bb715fd1f15.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46602024-11-06T08:10:24.501Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=118fb28974c5a8a2 -C extra-filename=-118fb28974c5a8a2 --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-5fc87bb715fd1f15.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46612024-11-06T08:10:26.638Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2021 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f44338aa27700ce8 -C extra-filename=-f44338aa27700ce8 --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-5fc87bb715fd1f15.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46622024-11-06T08:10:28.585Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2021 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9bab9cbe9fe9b5c8 -C extra-filename=-9bab9cbe9fe9b5c8 --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-5fc87bb715fd1f15.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46632024-11-06T08:10:29.067Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ffe56c38576fce06 -C extra-filename=-ffe56c38576fce06 --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-e93687f563e14a1a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46642024-11-06T08:10:30.115Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=21ee577b3477fcb7 -C extra-filename=-21ee577b3477fcb7 --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-5fc87bb715fd1f15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46652024-11-06T08:10:31.617Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a0cba8e959bbfc9a -C extra-filename=-a0cba8e959bbfc9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46662024-11-06T08:10:32.360Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=585303d69f83a561 -C extra-filename=-585303d69f83a561 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46672024-11-06T08:10:37.464Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fc3b778adb857c61 -C extra-filename=-fc3b778adb857c61 --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-5fc87bb715fd1f15.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-674c0e3bf5ef2549.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46682024-11-06T08:10:38.823Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=524b6d7d41d158f9 -C extra-filename=-524b6d7d41d158f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-f53e26fec1489110.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-51013d43a4b80945.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a52dd6fa22b22f58.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-674c0e3bf5ef2549.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46692024-11-06T08:10:42.402Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=28b4b83f6da56d19 -C extra-filename=-28b4b83f6da56d19 --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-5fc87bb715fd1f15.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46702024-11-06T08:10:44.083Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f2df9b47d52d6228 -C extra-filename=-f2df9b47d52d6228 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46712024-11-06T08:10:45.550Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=516e68d66195284a -C extra-filename=-516e68d66195284a --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-031d0c34245e6fe3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46722024-11-06T08:10:50.029Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2021 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2e0a1873065ab43e -C extra-filename=-2e0a1873065ab43e --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-05a996d3c8307a60.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46732024-11-06T08:10:50.308Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=43240427be2a6f90 -C extra-filename=-43240427be2a6f90 --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-839a2b1c5737719f.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d3a2d607a5fdf8df.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-a1854cc6ed0cc7a8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-df74325a53f8b344.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a85680cc9908cb93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46742024-11-06T08:10:51.214Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b7af6dcd169afb81 -C extra-filename=-b7af6dcd169afb81 --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-839a2b1c5737719f.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d3a2d607a5fdf8df.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-a1854cc6ed0cc7a8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-df74325a53f8b344.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a85680cc9908cb93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46752024-11-06T08:10:51.262Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d08cd80e6dcdb2fb -C extra-filename=-d08cd80e6dcdb2fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e0e4de0f29691a9a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46762024-11-06T08:10:52.915Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0660bad24c6d29a3 -C extra-filename=-0660bad24c6d29a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46772024-11-06T08:10:53.753Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7c6619e7fbccd526 -C extra-filename=-7c6619e7fbccd526 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-28bbcf67678796a1.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-e6da12bceedb2076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46782024-11-06T08:10:54.516Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2213c886a9f10686 -C extra-filename=-2213c886a9f10686 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-e6da12bceedb2076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46792024-11-06T08:10:55.764Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d97406a38d671392 -C extra-filename=-d97406a38d671392 --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-05a996d3c8307a60.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46802024-11-06T08:10:55.793Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1dbba016e1fdd2bc -C extra-filename=-1dbba016e1fdd2bc --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-05a996d3c8307a60.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46812024-11-06T08:10:56.231Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe1e7ffc31353dd5 -C extra-filename=-fe1e7ffc31353dd5 --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-05a996d3c8307a60.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46822024-11-06T08:10:56.524Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e593e878d6c19a42 -C extra-filename=-e593e878d6c19a42 --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-05a996d3c8307a60.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46832024-11-06T08:10:56.860Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8c1184b0f7d9c86f -C extra-filename=-8c1184b0f7d9c86f --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-05a996d3c8307a60.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46842024-11-06T08:10:57.115Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=63015e10598a5d1b -C extra-filename=-63015e10598a5d1b --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-05a996d3c8307a60.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46852024-11-06T08:10:57.263Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=18d571b210c9f3f5 -C extra-filename=-18d571b210c9f3f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46862024-11-06T08:10:57.460Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2021 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d88434f155c76262 -C extra-filename=-d88434f155c76262 --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-3a57e7e4e88d8557.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ec610d6212043b4f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-8480a90d47051b07.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-b84d62cfe5b37fff.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-80ad4cd7f0cddf1a.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a2750eff915f90df.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0a29f9290229ca2f.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-35b1b2b889dfc8ca.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b51e3ea9db37203e.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-e24dfd866924e567.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-70cb51caf15fac61.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-ff72a15d5abbbcbb.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-1fadb5960a8d19a8.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-48ba4fa9dc043f65.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-42d0637fa497cb3d.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-830fd7ccfcb0c526.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-d784a9f2661e9bce.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f12c971a1db56268.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-14c62e65ff922fd4.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-2d24512202c3edb4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-5a997561f72bb41f.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f670185fe28d0078.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2766537d8ac0b1c3.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9e1b6ce8fcb9eb7b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-bb45aa76554642b3.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ae42e329c8d69c33.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df9c791ee9497e83.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2eb9c3ff2ae48fa.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1bf707952bf72afc.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-590053dba71050d7.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-153758aceb3cd21b.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-12263ebdd16de34d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3716f9bff5f1ecbe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6641fcdd36cf9769.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d0913e5e06d0a664.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-a5aa95a529ec771a.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-cf391c8b3491fee0.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4606acc70281245d.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-52313d9d65cb49f4.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-802887cd43335884.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-efebdf221d3b73ad.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-37e4304872f28ac3.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-f31c551e32c21fb6.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b950497410d08f2b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-705691fbe0070fa7.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-491118f9ec503a05.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6660e290b0adf5ff.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-8877ffe90b8dd028.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5bba9131e5a5a9a7.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-bcff8eb39b7bf28f.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-e07776025399bf26.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1bcd6e7431d0c529.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-dfedfaede04f1cd8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-14d9a8a394afa972.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2d9f201d99cbadd5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-f1e3a7c04597f989.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-325b2837f6dab56c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3acb9ca4c018b540.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d83515ae026c9753.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d0fcbeecaf580e1a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-84e2854ef48233c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-79a4fa8b8c133532.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-167f82d4d67f511e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-408a063a4091fdbc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-8fb7374548f1bc5f.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4e5ab92ea1014325.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-d1899eb74ee961d4.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b7ea25faceb1c102.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-59a4aff6f226326f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-896f8a38cf2a3f95.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-60f59f901f5af4f1.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d004079115bc03a.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-4f9d309aee4b7b19.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-b3bd218e77493777.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-365aa1a7c82b17a1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-42e66d799d40a197.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a17316c84dfe119d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-65ce327e1c84bc7e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-56e91e2c6f079a37.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46872024-11-06T08:10:57.813Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' -C metadata=c31095a9b79ca586 -C extra-filename=-c31095a9b79ca586 --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-e34685acac44cbed.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46882024-11-06T08:14:09.165Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4c52bbb079932fa9 -C extra-filename=-4c52bbb079932fa9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d7d959e9a5935958.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-520bdce2468edb8c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-38eecf4616a72544.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-05801cf678197461.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/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-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46892024-11-06T08:14:09.215Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c9bdff3c4f03413 -C extra-filename=-9c9bdff3c4f03413 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2bfa151f1d0dc977.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-44d87fa603698ec2.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-018c3bc025bc9701.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-1c6a03413b0b3797.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a5f6a7d8d9554a29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-76fe319705e4106c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-34f53c7748a77cd3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a46f2e5064c0dab.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b9974dc3fbc4b7f3.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c35d7295303fb01b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-1e57c89cb6809ada.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-520bdce2468edb8c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1561eadad7221431.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-38eecf4616a72544.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e059a6f3492aa15c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ecc2782dac675cc2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0adf17ff7cdef8cf.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7c95c4514ef5b573.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-febec8f9772be7da.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5a5eb8767712dc39.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/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-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46902024-11-06T08:14:09.215Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4d345861a6da49ad -C extra-filename=-4d345861a6da49ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2bfa151f1d0dc977.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b6515275565c764d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d0b413da125085d1.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4ddce79c4ffaaa95.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-76addc3522caf8ac.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-44d87fa603698ec2.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cd03135d8941141e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-27539cff0fb801e9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4c4dc5293da6370.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2c3bce4f9bde0c85.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1eed3ea897599868.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a5f6a7d8d9554a29.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-e1de30f1816ee2ce.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-9ef1c5b80d4be2e8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-51cd18c6737b5c59.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a52dd6fa22b22f58.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3eb6b1b20972cb5f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-34f53c7748a77cd3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a46f2e5064c0dab.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f7e2226ae670f0bd.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-a4a9142445b0176d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-37de2af005056a24.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b9974dc3fbc4b7f3.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-8c34346918de9803.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-58b77879648f04e9.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-0e5ef51a46306874.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-12b74bb77ac09d1a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c35d7295303fb01b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-1e57c89cb6809ada.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d7d959e9a5935958.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-520bdce2468edb8c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1561eadad7221431.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-705691fbe0070fa7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-38eecf4616a72544.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3c2af0f82f0455aa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-476f121024fb3157.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e0f1b68d7901b36b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e059a6f3492aa15c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-628dafd69c91a176.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ecc2782dac675cc2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cae96bb94eb92357.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-982dca9b994dfa4f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e49c52697304148.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-71c8d2920f23016d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5c2f248fca963beb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-674c0e3bf5ef2549.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f23969e709ffa19b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2d9f201d99cbadd5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e0e4de0f29691a9a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5e11ad8373c95454.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3acb9ca4c018b540.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5cbb0261a2c523b5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e2ed480392ef3b43.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-dd1d18e371623b83.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-25db4bcca623ea92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b54b65fb4833759b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6f95423438244a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-2c9865cb6e9a9cfd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b287e49e63aef545.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6d454c6aeeac0a57.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-064365714c40fd5d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1dd6a637d2f5839a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/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-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/`
46912024-11-06T08:14:09.217Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6e720c9349ee19e5 -C extra-filename=-6e720c9349ee19e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b6515275565c764d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d0b413da125085d1.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4ddce79c4ffaaa95.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-44d87fa603698ec2.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cd03135d8941141e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-27539cff0fb801e9.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2c3bce4f9bde0c85.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1eed3ea897599868.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a52dd6fa22b22f58.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3eb6b1b20972cb5f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-34f53c7748a77cd3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a46f2e5064c0dab.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f7e2226ae670f0bd.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-a4a9142445b0176d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-37de2af005056a24.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b9974dc3fbc4b7f3.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-8c34346918de9803.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-58b77879648f04e9.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-0e5ef51a46306874.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-12b74bb77ac09d1a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c35d7295303fb01b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-1e57c89cb6809ada.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d7d959e9a5935958.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-705691fbe0070fa7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-38eecf4616a72544.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-476f121024fb3157.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e059a6f3492aa15c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ecc2782dac675cc2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cae96bb94eb92357.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-982dca9b994dfa4f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e49c52697304148.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-674c0e3bf5ef2549.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f23969e709ffa19b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2d9f201d99cbadd5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5e11ad8373c95454.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3acb9ca4c018b540.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5cbb0261a2c523b5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e2ed480392ef3b43.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-dd1d18e371623b83.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b287e49e63aef545.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1dd6a637d2f5839a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/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`
46922024-11-06T08:14:09.217Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6bf0c777cae3b69e -C extra-filename=-6bf0c777cae3b69e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b6515275565c764d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d0b413da125085d1.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4ddce79c4ffaaa95.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-44d87fa603698ec2.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cd03135d8941141e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-27539cff0fb801e9.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2c3bce4f9bde0c85.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1eed3ea897599868.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a52dd6fa22b22f58.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3eb6b1b20972cb5f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-34f53c7748a77cd3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a46f2e5064c0dab.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f7e2226ae670f0bd.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-a4a9142445b0176d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-37de2af005056a24.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b9974dc3fbc4b7f3.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-8c34346918de9803.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-58b77879648f04e9.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-0e5ef51a46306874.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-12b74bb77ac09d1a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c35d7295303fb01b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-1e57c89cb6809ada.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d7d959e9a5935958.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-705691fbe0070fa7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-38eecf4616a72544.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-476f121024fb3157.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e059a6f3492aa15c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ecc2782dac675cc2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cae96bb94eb92357.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-982dca9b994dfa4f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e49c52697304148.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-674c0e3bf5ef2549.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f23969e709ffa19b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2d9f201d99cbadd5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5e11ad8373c95454.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3acb9ca4c018b540.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5cbb0261a2c523b5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e2ed480392ef3b43.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-dd1d18e371623b83.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b287e49e63aef545.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1dd6a637d2f5839a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/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`
46932024-11-06T08:14:10.301Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=471481da9c0fb095 -C extra-filename=-471481da9c0fb095 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d7d959e9a5935958.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-520bdce2468edb8c.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-e4a9efb4b8e5309d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-38eecf4616a72544.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e0f1b68d7901b36b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-05801cf678197461.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/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-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46942024-11-06T08:14:18.832Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4d81d2dfb36fc28f -C extra-filename=-4d81d2dfb36fc28f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2bfa151f1d0dc977.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-44d87fa603698ec2.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-018c3bc025bc9701.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-1c6a03413b0b3797.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a5f6a7d8d9554a29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-76fe319705e4106c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-34f53c7748a77cd3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a46f2e5064c0dab.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b9974dc3fbc4b7f3.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c35d7295303fb01b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-1e57c89cb6809ada.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-520bdce2468edb8c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1561eadad7221431.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-38eecf4616a72544.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e059a6f3492aa15c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ecc2782dac675cc2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0adf17ff7cdef8cf.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7c95c4514ef5b573.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-febec8f9772be7da.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5a5eb8767712dc39.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/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-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46952024-11-06T08:14:18.836Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c2bffa3ce8da6c3b -C extra-filename=-c2bffa3ce8da6c3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2bfa151f1d0dc977.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b6515275565c764d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d0b413da125085d1.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4ddce79c4ffaaa95.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-76addc3522caf8ac.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-44d87fa603698ec2.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cd03135d8941141e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-27539cff0fb801e9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4c4dc5293da6370.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2c3bce4f9bde0c85.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1eed3ea897599868.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a5f6a7d8d9554a29.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-e1de30f1816ee2ce.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-9ef1c5b80d4be2e8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-51cd18c6737b5c59.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a52dd6fa22b22f58.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3eb6b1b20972cb5f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-34f53c7748a77cd3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a46f2e5064c0dab.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f7e2226ae670f0bd.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-a4a9142445b0176d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-37de2af005056a24.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b9974dc3fbc4b7f3.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-8c34346918de9803.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-58b77879648f04e9.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-0e5ef51a46306874.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-12b74bb77ac09d1a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c35d7295303fb01b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-1e57c89cb6809ada.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d7d959e9a5935958.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-520bdce2468edb8c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1561eadad7221431.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-705691fbe0070fa7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-38eecf4616a72544.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3c2af0f82f0455aa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-476f121024fb3157.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e0f1b68d7901b36b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e059a6f3492aa15c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-628dafd69c91a176.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ecc2782dac675cc2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cae96bb94eb92357.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-982dca9b994dfa4f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e49c52697304148.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-71c8d2920f23016d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5c2f248fca963beb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-674c0e3bf5ef2549.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f23969e709ffa19b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2d9f201d99cbadd5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e0e4de0f29691a9a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5e11ad8373c95454.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3acb9ca4c018b540.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5cbb0261a2c523b5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e2ed480392ef3b43.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-dd1d18e371623b83.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-25db4bcca623ea92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b54b65fb4833759b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6f95423438244a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-2c9865cb6e9a9cfd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b287e49e63aef545.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6d454c6aeeac0a57.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-064365714c40fd5d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1dd6a637d2f5839a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/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-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/`
46962024-11-06T08:14:21.807Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test-omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ba5285e36c202d9 -C extra-filename=-0ba5285e36c202d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d7d959e9a5935958.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-520bdce2468edb8c.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-e4a9efb4b8e5309d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-38eecf4616a72544.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e0f1b68d7901b36b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-05801cf678197461.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/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-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46972024-11-06T08:14:35.522Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d6d0e496fd9a90e -C extra-filename=-5d6d0e496fd9a90e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a46f2e5064c0dab.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b9974dc3fbc4b7f3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-12b74bb77ac09d1a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c35d7295303fb01b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-520bdce2468edb8c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1561eadad7221431.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-38eecf4616a72544.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-322ebaa15fe87809.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-febec8f9772be7da.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3fbd904abef3370d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/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-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46982024-11-06T08:14:36.756Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eb5323ccc9448e73 -C extra-filename=-eb5323ccc9448e73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2bfa151f1d0dc977.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b6515275565c764d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d0b413da125085d1.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4ddce79c4ffaaa95.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-76addc3522caf8ac.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-44d87fa603698ec2.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cd03135d8941141e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-27539cff0fb801e9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4c4dc5293da6370.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2c3bce4f9bde0c85.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1eed3ea897599868.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a5f6a7d8d9554a29.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-e1de30f1816ee2ce.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-9ef1c5b80d4be2e8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-51cd18c6737b5c59.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a52dd6fa22b22f58.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3eb6b1b20972cb5f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-34f53c7748a77cd3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a46f2e5064c0dab.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f7e2226ae670f0bd.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-a4a9142445b0176d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-37de2af005056a24.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b9974dc3fbc4b7f3.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-8c34346918de9803.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-58b77879648f04e9.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-0e5ef51a46306874.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-12b74bb77ac09d1a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c35d7295303fb01b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-1e57c89cb6809ada.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d7d959e9a5935958.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-520bdce2468edb8c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1561eadad7221431.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-705691fbe0070fa7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-38eecf4616a72544.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3c2af0f82f0455aa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-476f121024fb3157.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e0f1b68d7901b36b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e059a6f3492aa15c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-628dafd69c91a176.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ecc2782dac675cc2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cae96bb94eb92357.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-982dca9b994dfa4f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e49c52697304148.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-71c8d2920f23016d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5c2f248fca963beb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-674c0e3bf5ef2549.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f23969e709ffa19b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2d9f201d99cbadd5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e0e4de0f29691a9a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5e11ad8373c95454.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3acb9ca4c018b540.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5cbb0261a2c523b5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e2ed480392ef3b43.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-dd1d18e371623b83.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-25db4bcca623ea92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b54b65fb4833759b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6f95423438244a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-2c9865cb6e9a9cfd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b287e49e63aef545.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6d454c6aeeac0a57.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-064365714c40fd5d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1dd6a637d2f5839a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/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-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/`
46992024-11-06T08:14:38.548Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name test_basic --edition=2021 dev-tools/reconfigurator-cli/tests/test_basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aacf1f3da2612a98 -C extra-filename=-aacf1f3da2612a98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a46f2e5064c0dab.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b9974dc3fbc4b7f3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-12b74bb77ac09d1a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c35d7295303fb01b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-520bdce2468edb8c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1561eadad7221431.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-38eecf4616a72544.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-322ebaa15fe87809.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-febec8f9772be7da.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3fbd904abef3370d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/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-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47002024-11-06T08:14:39.214Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=576bd6407862f7c3 -C extra-filename=-576bd6407862f7c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2bfa151f1d0dc977.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b6515275565c764d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d0b413da125085d1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4ddce79c4ffaaa95.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-e1de30f1816ee2ce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-1633ce11f04956d7.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e34685acac44cbed.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-34f53c7748a77cd3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a46f2e5064c0dab.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b9974dc3fbc4b7f3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-58b77879648f04e9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-12b74bb77ac09d1a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c35d7295303fb01b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-520bdce2468edb8c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1561eadad7221431.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-38eecf4616a72544.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/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-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47012024-11-06T08:28:04.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31m 28s
47022024-11-06T08:28:24.921Z
47032024-11-06T08:28:24.925Zreal 31:49.795017312
47042024-11-06T08:28:24.925Zuser 2:05:58.448770379
47052024-11-06T08:28:24.925Zsys 22:05.640521829
47062024-11-06T08:28:24.926Ztrap 13.795906627
47072024-11-06T08:28:24.926Ztflt 11.083044050
47082024-11-06T08:28:24.926Zdflt 52:39.731110835
47092024-11-06T08:28:24.926Zkflt 1.781594711
47102024-11-06T08:28:24.926Zlock 6:08:42.249987753
47112024-11-06T08:28:24.926Zslp 14:36:10.599547783
47122024-11-06T08:28:24.926Zlat 7:45.987305932
47132024-11-06T08:28:24.926Zstop 8:54.981100053
47142024-11-06T08:28:25.937Z+ banner test
47152024-11-06T08:28:25.999Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
47162024-11-06T08:28:26.905Z
47172024-11-06T08:28:26.909Z ##### ###### #### #####
47182024-11-06T08:28:26.909Z # # # #
47192024-11-06T08:28:26.909Z # ##### #### #
47202024-11-06T08:28:26.909Z # # # #
47212024-11-06T08:28:26.909Z # # # # #
47222024-11-06T08:28:26.909Z # ###### #### #
47232024-11-06T08:28:26.909Z
47242024-11-06T08:28:30.018Zinfo: experimental features enabled: setup-scripts
47252024-11-06T08:28:31.561Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47262024-11-06T08:28:31.715Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
47272024-11-06T08:28:32.144Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
47282024-11-06T08:28:32.144Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
47292024-11-06T08:28:44.120Z Finished `test` profile [unoptimized + debuginfo] target(s) in 14.06s
47302024-11-06T08:28:50.626Z------------
47312024-11-06T08:28:50.626Z Nextest run ID 106f6750-8107-40c8-b9b7-3c36c9ccfb76 with nextest profile: ci
47322024-11-06T08:28:50.629Z Starting 1659 tests across 171 binaries (4 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter)
47332024-11-06T08:28:50.633Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
47342024-11-06T08:28:51.413Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47352024-11-06T08:28:54.161Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47362024-11-06T08:28:56.158Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
47372024-11-06T08:29:02.179Z Finished `test` profile [unoptimized + debuginfo] target(s) in 11.47s
47382024-11-06T08:29:02.297Z Running `target/debug/crdb-seed`
47392024-11-06T08:29:02.342ZNov 06 08:29:00.431 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmptyPLlP
47402024-11-06T08:29:02.345ZNov 06 08:29:00.434 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmp3d4JVH,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmptyPLlP/listen-url
47412024-11-06T08:29:02.345ZNov 06 08:29:00.434 INFO cockroach environment: BUILDOMAT_JOB_ID=01JC077VW35PG59FQJNXF3FJ1X BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_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=6ec58a018b26cc2f8d1a76aa25743d5578180c8f 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/bzip2-sys-06807dd4dc388691/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out:/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out:/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envntXJzh NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out:/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out:/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=106f6750-8107-40c8-b9b7-3c36c9ccfb76 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.82.0-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime
47422024-11-06T08:29:03.615ZNov 06 08:29:01.707 INFO cockroach pid: 6546
47432024-11-06T08:29:03.616ZNov 06 08:29:01.707 INFO cockroach listen URL: postgresql://root@[::1]:49914/omicron?sslmode=disable
47442024-11-06T08:29:03.616ZNov 06 08:29:01.707 INFO cockroach: populating
47452024-11-06T08:29:06.328ZNov 06 08:29:04.420 INFO cockroach: populated
47462024-11-06T08:29:08.434ZNov 06 08:29:06.526 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/b0167e6136cac141e08a5dc4564e8eaae50be5cbb44fd23d1c7f4cb2f6780222.tar`
47472024-11-06T08:29:08.438Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
47482024-11-06T08:29:08.490Z PASS [ 0.040s] api_identity test::test_identity
47492024-11-06T08:29:08.493Z PASS [ 0.034s] api_identity test::test_identity_no_field
47502024-11-06T08:29:08.497Z PASS [ 0.036s] bootstore schemes::tests::hello_roundtrip
47512024-11-06T08:29:08.511Z PASS [ 0.047s] authz-macros tests::test_authz_snapshots
47522024-11-06T08:29:08.511Z PASS [ 0.028s] bootstore schemes::v0::share_pkg::tests::create_packages
47532024-11-06T08:29:08.511Z PASS [ 0.024s] bootstore trust_quorum::rack_secret::tests::create_and_verify
47542024-11-06T08:29:08.517Z PASS [ 0.032s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
47552024-11-06T08:29:08.574Z PASS [ 0.049s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success
47562024-11-06T08:29:08.575Z PASS [ 0.096s] bootstore schemes::v0::peer::tests::network_config
47572024-11-06T08:29:08.587Z PASS [ 0.072s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
47582024-11-06T08:29:08.587Z PASS [ 0.068s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success
47592024-11-06T08:29:08.593Z PASS [ 0.027s] clickhouse-admin-types tests::test_empty_output_parse_fail
47602024-11-06T08:29:08.599Z PASS [ 0.026s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
47612024-11-06T08:29:08.605Z PASS [ 0.025s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
47622024-11-06T08:29:08.635Z PASS [ 0.017s] clickhouse-admin-types tests::test_full_lgif_parse_success
47632024-11-06T08:29:08.635Z PASS [ 0.029s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
47642024-11-06T08:29:08.635Z PASS [ 0.028s] clickhouse-admin-types tests::test_full_raft_config_parse_success
47652024-11-06T08:29:08.636Z PASS [ 0.018s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
47662024-11-06T08:29:08.646Z PASS [ 0.037s] clickhouse-admin-types tests::test_generate_keeper_config
47672024-11-06T08:29:08.646Z PASS [ 0.031s] clickhouse-admin-types tests::test_generate_replica_config
47682024-11-06T08:29:08.650Z PASS [ 0.024s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
47692024-11-06T08:29:08.655Z PASS [ 0.022s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail
47702024-11-06T08:29:08.660Z PASS [ 0.019s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
47712024-11-06T08:29:08.665Z PASS [ 0.018s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
47722024-11-06T08:29:08.737Z PASS [ 0.019s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
47732024-11-06T08:29:08.737Z PASS [ 0.020s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
47742024-11-06T08:29:08.737Z PASS [ 0.016s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
47752024-11-06T08:29:08.737Z PASS [ 0.021s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
47762024-11-06T08:29:08.740Z PASS [ 0.021s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
47772024-11-06T08:29:08.740Z PASS [ 0.020s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
47782024-11-06T08:29:08.740Z PASS [ 0.021s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
47792024-11-06T08:29:08.740Z PASS [ 0.020s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
47802024-11-06T08:29:08.740Z PASS [ 0.021s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
47812024-11-06T08:29:08.740Z PASS [ 0.021s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
47822024-11-06T08:29:08.740Z PASS [ 0.020s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
47832024-11-06T08:29:08.740Z PASS [ 0.021s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
47842024-11-06T08:29:08.740Z PASS [ 0.020s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
47852024-11-06T08:29:08.740Z PASS [ 0.020s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
47862024-11-06T08:29:08.749Z PASS [ 0.246s] cert-dev::test-cert-dev test_cert_create
47872024-11-06T08:29:08.759Z PASS [ 0.017s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
47882024-11-06T08:29:08.762Z PASS [ 0.023s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
47892024-11-06T08:29:08.765Z PASS [ 0.016s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
47902024-11-06T08:29:08.770Z PASS [ 0.015s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
47912024-11-06T08:29:08.775Z PASS [ 0.016s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
47922024-11-06T08:29:08.808Z PASS [ 0.083s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
47932024-11-06T08:29:08.813Z PASS [ 0.086s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
47942024-11-06T08:29:08.894Z PASS [ 0.078s] db-macros lookup::test::test_lookup_snapshots
47952024-11-06T08:29:08.911Z PASS [ 0.017s] db-macros tests::test_derive_metadata_identity_fails_for_enums
47962024-11-06T08:29:08.926Z PASS [ 0.017s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
47972024-11-06T08:29:08.941Z PASS [ 0.015s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
47982024-11-06T08:29:08.957Z PASS [ 0.016s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
47992024-11-06T08:29:08.974Z PASS [ 0.017s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
48002024-11-06T08:29:08.996Z PASS [ 0.021s] db-macros tests::test_derive_snapshots
48012024-11-06T08:29:09.014Z PASS [ 0.019s] db-macros tests::test_derive_with_unknown_field
48022024-11-06T08:29:09.054Z PASS [ 0.281s] db-dev::test-db-dev test_db_dev_populate_no_args
48032024-11-06T08:29:09.054Z PASS [ 0.275s] db-dev::test-db-dev test_db_dev_wipe_no_args
48042024-11-06T08:29:09.282Z PASS [ 0.233s] dns-server storage::test::test_update_in_progress
48052024-11-06T08:29:09.294Z PASS [ 0.274s] dns-server storage::test::test_update_basic
48062024-11-06T08:29:09.294Z PASS [ 0.234s] dns-server storage::test::test_update_interrupted
48072024-11-06T08:29:09.587Z PASS [ 1.119s] bootstore schemes::v0::peer::tests::basic_3_nodes
48082024-11-06T08:29:09.800Z PASS [ 0.489s] dns-server::basic_test answers_match_question
48092024-11-06T08:29:09.800Z PASS [ 0.503s] dns-server::basic_test a_crud
48102024-11-06T08:29:09.800Z PASS [ 0.495s] dns-server::basic_test aaaa_crud
48112024-11-06T08:29:09.815Z PASS [ 0.223s] dns-server::basic_test empty_record
48122024-11-06T08:29:10.015Z PASS [ 0.229s] dns-server::basic_test multi_record_crud
48132024-11-06T08:29:10.045Z PASS [ 0.244s] dns-server::basic_test name_contains_zone
48142024-11-06T08:29:10.045Z PASS [ 0.237s] dns-server::basic_test nxdomain
48152024-11-06T08:29:10.060Z PASS [ 0.250s] dns-server::basic_test servfail
48162024-11-06T08:29:10.092Z PASS [ 0.031s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
48172024-11-06T08:29:10.108Z PASS [ 0.064s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
48182024-11-06T08:29:10.190Z PASS [ 0.098s] illumos-utils destructor::test::test_delayed_delete
48192024-11-06T08:29:10.219Z PASS [ 0.028s] illumos-utils destructor::test::test_destructor_bad_close
48202024-11-06T08:29:10.250Z PASS [ 0.032s] illumos-utils link::test::test_allocate
48212024-11-06T08:29:10.277Z PASS [ 0.026s] illumos-utils link::test::test_allocate_within_scopes
48222024-11-06T08:29:10.285Z PASS [ 0.271s] dns-server::basic_test srv_crud
48232024-11-06T08:29:10.307Z PASS [ 0.031s] illumos-utils running_zone::tests::test_is_oxide_smf_service
48242024-11-06T08:29:10.315Z PASS [ 0.031s] illumos-utils zfs::test::parse_dataset_bad_avail
48252024-11-06T08:29:10.334Z PASS [ 0.026s] illumos-utils zfs::test::parse_dataset_bad_quota
48262024-11-06T08:29:10.341Z PASS [ 0.026s] illumos-utils zfs::test::parse_dataset_bad_reservation
48272024-11-06T08:29:10.358Z PASS [ 0.025s] illumos-utils zfs::test::parse_dataset_bad_usage
48282024-11-06T08:29:10.366Z PASS [ 0.024s] illumos-utils zfs::test::parse_dataset_bad_uuid
48292024-11-06T08:29:10.388Z PASS [ 0.021s] illumos-utils zfs::test::parse_dataset_props
48302024-11-06T08:29:10.396Z PASS [ 0.038s] illumos-utils zfs::test::parse_dataset_missing_fields
48312024-11-06T08:29:10.412Z PASS [ 0.025s] illumos-utils zfs::test::parse_dataset_props_with_optionals
48322024-11-06T08:29:10.423Z PASS [ 0.027s] illumos-utils zone::tests::test_parse_ip_network
48332024-11-06T08:29:10.435Z PASS [ 0.024s] illumos-utils zpool::test::test_parse_zpool
48342024-11-06T08:29:10.446Z PASS [ 0.023s] illumos-utils zpool::test::test_parse_zpool_missing_column
48352024-11-06T08:29:11.082Z PASS [ 2.589s] bootstore::v0-fsm-proptest-learner run
48362024-11-06T08:29:11.124Z PASS [ 1.014s] illumos-utils destructor::test::test_delayed_delete_with_error
48372024-11-06T08:29:11.283Z PASS [ 0.201s] installinator-common block_size_writer::tests::proptest_block_writer
48382024-11-06T08:29:12.030Z PASS [ 1.573s] installinator write::tests::proptest_write_artifact
48392024-11-06T08:29:12.208Z PASS [ 0.923s] internal-dns-resolver resolver::test::insert_and_lookup_one_record
48402024-11-06T08:29:12.222Z PASS [ 1.094s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
48412024-11-06T08:29:12.312Z PASS [ 0.289s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
48422024-11-06T08:29:12.663Z PASS [ 0.429s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
48432024-11-06T08:29:12.723Z PASS [ 0.400s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
48442024-11-06T08:29:12.789Z PASS [ 0.576s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
48452024-11-06T08:29:12.800Z PASS [ 0.089s] internal-dns-types config::test::display_hosts
48462024-11-06T08:29:12.818Z PASS [ 0.034s] internal-dns-types config::test::display_srv_service
48472024-11-06T08:29:12.864Z PASS [ 0.065s] internal-dns-types config::test::test_builder_errors
48482024-11-06T08:29:12.903Z PASS [ 0.082s] internal-dns-types config::test::test_builder_output
48492024-11-06T08:29:12.917Z PASS [ 0.048s] internal-dns-types diff::test::diff_different
48502024-11-06T08:29:12.932Z PASS [ 0.030s] internal-dns-types diff::test::diff_equivalent
48512024-11-06T08:29:12.966Z PASS [ 0.030s] internal-dns-types diff::test::diff_invalid
48522024-11-06T08:29:12.966Z PASS [ 0.294s] internal-dns-resolver resolver::test::update_record
48532024-11-06T08:29:13.014Z PASS [ 0.076s] ipcc tests::deserialize_fixed_value
48542024-11-06T08:29:13.031Z PASS [ 0.066s] ipcc tests::serialized_size
48552024-11-06T08:29:13.054Z PASS [ 0.099s] ipcc tests::installinator_image_id_round_trip
48562024-11-06T08:29:13.085Z PASS [ 4.568s] bootstore::v0-fsm-proptest-rack-coordinator run
48572024-11-06T08:29:13.201Z PASS [ 0.130s] key-manager tests::different_disks_produce_different_keys
48582024-11-06T08:29:13.201Z PASS [ 0.096s] key-manager tests::disk_encryption_key_epoch_0
48592024-11-06T08:29:13.201Z PASS [ 0.066s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
48602024-11-06T08:29:13.204Z PASS [ 0.108s] key-manager tests::different_ikm_produces_different_keys
48612024-11-06T08:29:13.367Z PASS [ 0.181s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
48622024-11-06T08:29:13.367Z PASS [ 0.169s] nexus-auth authn::external::session_cookie::test::test_get_token
48632024-11-06T08:29:13.395Z PASS [ 0.037s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
48642024-11-06T08:29:13.417Z PASS [ 0.037s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
48652024-11-06T08:29:13.417Z PASS [ 0.268s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
48662024-11-06T08:29:13.444Z PASS [ 0.268s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
48672024-11-06T08:29:13.515Z PASS [ 0.049s] nexus-auth authn::external::session_cookie::test::test_other_cookie
48682024-11-06T08:29:13.515Z PASS [ 3.415s] dns-server::commands_test test_dnsadm
48692024-11-06T08:29:13.515Z PASS [ 0.037s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
48702024-11-06T08:29:13.515Z PASS [ 0.061s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
48712024-11-06T08:29:13.554Z PASS [ 0.096s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
48722024-11-06T08:29:13.554Z PASS [ 0.069s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
48732024-11-06T08:29:13.554Z PASS [ 3.085s] installinator mock_peers::tests::proptest_fetch_artifact
48742024-11-06T08:29:13.584Z PASS [ 0.040s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
48752024-11-06T08:29:13.584Z PASS [ 0.076s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
48762024-11-06T08:29:13.584Z PASS [ 0.093s] nexus-auth authn::external::spoof::test::test_make_header_value
48772024-11-06T08:29:13.611Z PASS [ 0.056s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
48782024-11-06T08:29:13.611Z PASS [ 0.043s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
48792024-11-06T08:29:13.611Z PASS [ 0.091s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
48802024-11-06T08:29:13.647Z PASS [ 0.057s] nexus-auth authn::external::test::test_authn_sequence
48812024-11-06T08:29:13.647Z PASS [ 0.047s] nexus-auth authn::external::token::test::test_make_header_value
48822024-11-06T08:29:13.647Z PASS [ 0.038s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
48832024-11-06T08:29:13.667Z PASS [ 0.062s] nexus-auth authn::external::token::test::test_token_header_missing
48842024-11-06T08:29:13.667Z PASS [ 0.053s] nexus-auth authn::external::token::test::test_token_header_valid
48852024-11-06T08:29:13.689Z PASS [ 0.077s] nexus-auth authn::test::test_internal_users
48862024-11-06T08:29:13.723Z PASS [ 0.082s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
48872024-11-06T08:29:13.743Z PASS [ 0.089s] nexus-auth context::test::test_child_context
48882024-11-06T08:29:13.756Z PASS [ 0.106s] nexus-auth context::test::test_background_context
48892024-11-06T08:29:13.756Z PASS [ 0.087s] nexus-auth context::test::test_test_context
48902024-11-06T08:29:13.763Z PASS [ 0.145s] nexus-auth authz::context::test::test_unregistered_resource
48912024-11-06T08:29:13.782Z PASS [ 0.058s] nexus-config nexus_config::test::test_config_bad_toml
48922024-11-06T08:29:13.797Z PASS [ 0.046s] nexus-config nexus_config::test::test_config_empty
48932024-11-06T08:29:13.799Z PASS [ 0.038s] nexus-config nexus_config::test::test_config_nonexistent
48942024-11-06T08:29:13.821Z PASS [ 0.056s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
48952024-11-06T08:29:13.829Z PASS [ 0.031s] nexus-config postgres_config::test::test_bad_url
48962024-11-06T08:29:13.843Z PASS [ 0.048s] nexus-config nexus_config::test::test_valid
48972024-11-06T08:29:13.843Z PASS [ 0.150s] nexus-config nexus_config::test::test_bad_authn_schemes
48982024-11-06T08:29:13.861Z PASS [ 0.031s] nexus-config postgres_config::test::test_example_url
48992024-11-06T08:29:13.861Z PASS [ 0.075s] nexus-config nexus_config::test::test_repo_configs_are_valid
49002024-11-06T08:29:13.861Z PASS [ 0.094s] nexus-config nexus_config::test::test_deployment_config_schema
49012024-11-06T08:29:13.867Z PASS [ 0.024s] nexus-db-fixed-data test::test_allowlist_id_is_valid
49022024-11-06T08:29:13.885Z PASS [ 0.024s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
49032024-11-06T08:29:13.885Z PASS [ 0.038s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
49042024-11-06T08:29:13.885Z PASS [ 0.046s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
49052024-11-06T08:29:13.891Z PASS [ 0.036s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
49062024-11-06T08:29:13.898Z PASS [ 0.037s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
49072024-11-06T08:29:13.913Z PASS [ 0.030s] nexus-db-model instance_state::tests::test_from_str_roundtrips
49082024-11-06T08:29:13.921Z PASS [ 0.052s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
49092024-11-06T08:29:13.944Z PASS [ 0.054s] nexus-db-model device_auth::test::test_generate_user_code
49102024-11-06T08:29:13.944Z PASS [ 0.036s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
49112024-11-06T08:29:13.944Z PASS [ 0.042s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
49122024-11-06T08:29:14.041Z PASS [ 0.052s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
49132024-11-06T08:29:14.041Z PASS [ 0.054s] nexus-db-model schema_versions::test::test_known_versions
49142024-11-06T08:29:14.041Z PASS [ 0.030s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
49152024-11-06T08:29:14.041Z PASS [ 0.044s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
49162024-11-06T08:29:14.041Z PASS [ 0.055s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
49172024-11-06T08:29:14.044Z PASS [ 0.032s] nexus-db-model semver_version::test::test_to_from_sortable_string
49182024-11-06T08:29:14.044Z PASS [ 0.041s] nexus-db-model schema_versions::test::test_verify
49192024-11-06T08:29:14.044Z PASS [ 0.034s] nexus-db-model tests::test_ipv6_net_random_subnet
49202024-11-06T08:29:14.044Z PASS [ 0.041s] nexus-db-model tests::test_ip_subnet_check_requestable_address
49212024-11-06T08:29:14.044Z PASS [ 0.029s] nexus-db-model tests::test_roles_database_strings
49222024-11-06T08:29:14.044Z PASS [ 0.028s] nexus-db-model vmm_state::tests::test_from_str_roundtrips
49232024-11-06T08:29:14.044Z PASS [ 0.044s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
49242024-11-06T08:29:14.044Z PASS [ 0.037s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
49252024-11-06T08:29:14.374Z PASS [ 5.595s] db-dev::test-db-dev test_db_killed
49262024-11-06T08:29:19.031Z PASS [ 4.997s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
49272024-11-06T08:29:19.060Z PASS [ 5.034s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
49282024-11-06T08:29:19.382Z PASS [ 5.005s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
49292024-11-06T08:29:19.583Z PASS [ 5.546s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
49302024-11-06T08:29:19.632Z PASS [ 0.049s] nexus-db-queries db::collection_attach::test::test_verify_query
49312024-11-06T08:29:19.721Z PASS [ 5.691s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
49322024-11-06T08:29:19.779Z PASS [ 5.735s] nexus-db-queries db::collection_attach::test::test_attach_once
49332024-11-06T08:29:19.789Z PASS [ 5.781s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
49342024-11-06T08:29:23.496Z PASS [ 4.474s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
49352024-11-06T08:29:24.172Z PASS [ 5.121s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
49362024-11-06T08:29:24.183Z PASS [ 4.549s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
49372024-11-06T08:29:24.227Z PASS [ 0.044s] nexus-db-queries db::collection_detach::test::test_verify_query
49382024-11-06T08:29:24.279Z PASS [ 4.548s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
49392024-11-06T08:29:24.304Z PASS [ 4.915s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
49402024-11-06T08:29:24.340Z PASS [ 4.558s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
49412024-11-06T08:29:24.832Z PASS [ 5.041s] nexus-db-queries db::collection_detach::test::test_detach_once
49422024-11-06T08:29:28.330Z PASS [ 4.103s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
49432024-11-06T08:29:28.338Z PASS [ 4.001s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
49442024-11-06T08:29:28.347Z PASS [ 4.078s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
49452024-11-06T08:29:28.392Z PASS [ 4.896s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
49462024-11-06T08:29:28.433Z PASS [ 0.043s] nexus-db-queries db::collection_detach_many::test::test_verify_query
49472024-11-06T08:29:28.901Z PASS [ 4.729s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
49482024-11-06T08:29:29.028Z PASS [ 4.730s] nexus-db-queries db::collection_detach_many::test::test_detach_many
49492024-11-06T08:29:29.086Z PASS [ 0.059s] nexus-db-queries db::collection_insert::test::test_verify_query
49502024-11-06T08:29:29.114Z PASS [ 4.282s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
49512024-11-06T08:29:29.122Z PASS [ 0.037s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
49522024-11-06T08:29:29.150Z PASS [ 0.037s] nexus-db-queries db::column_walker::test::test_walk_columns
49532024-11-06T08:29:29.166Z PASS [ 0.045s] nexus-db-queries db::column_walker::test::test_walk_table
49542024-11-06T08:29:30.245Z PASS [ 21.433s] db-dev::test-db-dev test_db_run
49552024-11-06T08:29:31.674Z PASS [ 3.239s] nexus-db-queries db::collection_insert::test::test_collection_not_present
49562024-11-06T08:29:32.130Z PASS [ 3.228s] nexus-db-queries db::collection_insert::test::test_collection_present
49572024-11-06T08:29:32.216Z PASS [ 3.860s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
49582024-11-06T08:29:32.287Z PASS [ 3.947s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
49592024-11-06T08:29:32.716Z PASS [ 4.385s] nexus-db-queries db::collection_detach_many::test::test_detach_once
49602024-11-06T08:29:34.640Z PASS [ 5.471s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
49612024-11-06T08:29:34.747Z PASS [ 5.596s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
49622024-11-06T08:29:36.541Z PASS [ 3.825s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
49632024-11-06T08:29:36.733Z PASS [ 6.486s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
49642024-11-06T08:29:36.963Z PASS [ 2.323s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
49652024-11-06T08:29:37.309Z PASS [ 5.634s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
49662024-11-06T08:29:37.786Z PASS [ 5.657s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
49672024-11-06T08:29:37.824Z PASS [ 3.077s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
49682024-11-06T08:29:38.422Z PASS [ 6.211s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists
49692024-11-06T08:29:38.434Z PASS [ 6.143s] nexus-db-queries db::datastore::dataset::test::test_upsert_and_delete_while_blueprint_changes
49702024-11-06T08:29:42.810Z PASS [ 5.846s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
49712024-11-06T08:29:43.230Z PASS [ 6.497s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
49722024-11-06T08:29:43.272Z PASS [ 6.731s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
49732024-11-06T08:29:43.290Z PASS [ 0.053s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
49742024-11-06T08:29:43.583Z PASS [ 6.271s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
49752024-11-06T08:29:43.645Z PASS [ 5.853s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
49762024-11-06T08:29:44.157Z PASS [ 6.331s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
49772024-11-06T08:29:44.234Z PASS [ 5.811s] nexus-db-queries db::datastore::deployment::tests::test_set_target
49782024-11-06T08:29:44.692Z PASS [ 6.260s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
49792024-11-06T08:29:48.883Z PASS [ 6.072s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
49802024-11-06T08:29:49.210Z PASS [ 5.935s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
49812024-11-06T08:29:49.718Z PASS [ 6.434s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
49822024-11-06T08:29:49.727Z PASS [ 6.085s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
49832024-11-06T08:29:50.109Z PASS [ 5.875s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
49842024-11-06T08:29:50.117Z PASS [ 5.960s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
49852024-11-06T08:29:50.508Z PASS [ 6.928s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
49862024-11-06T08:29:51.200Z PASS [ 6.508s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
49872024-11-06T08:29:55.349Z PASS [ 6.139s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
49882024-11-06T08:29:55.898Z PASS [ 5.788s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
49892024-11-06T08:29:55.978Z PASS [ 6.249s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
49902024-11-06T08:29:55.978Z PASS [ 6.240s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
49912024-11-06T08:29:56.078Z PASS [ 5.959s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
49922024-11-06T08:29:56.408Z PASS [ 5.899s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
49932024-11-06T08:29:56.891Z PASS [ 8.009s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
49942024-11-06T08:29:56.929Z PASS [ 5.730s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
49952024-11-06T08:30:01.667Z PASS [ 6.318s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
49962024-11-06T08:30:01.779Z PASS [ 5.880s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
49972024-11-06T08:30:02.243Z PASS [ 6.274s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
49982024-11-06T08:30:02.388Z PASS [ 6.308s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
49992024-11-06T08:30:02.521Z PASS [ 6.112s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
50002024-11-06T08:30:02.671Z PASS [ 5.777s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
50012024-11-06T08:30:03.145Z PASS [ 6.214s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
50022024-11-06T08:30:04.766Z PASS [ 8.787s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
50032024-11-06T08:30:07.435Z PASS [ 5.653s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
50042024-11-06T08:30:07.834Z PASS [ 5.588s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
50052024-11-06T08:30:08.057Z PASS [ 5.660s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
50062024-11-06T08:30:08.235Z PASS [ 5.710s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
50072024-11-06T08:30:08.750Z PASS [ 5.603s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
50082024-11-06T08:30:08.926Z PASS [ 6.253s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
50092024-11-06T08:30:10.139Z PASS [ 8.471s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
50102024-11-06T08:30:11.850Z PASS [ 7.083s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
50112024-11-06T08:30:13.448Z PASS [ 5.614s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
50122024-11-06T08:30:13.723Z PASS [ 5.490s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
50132024-11-06T08:30:14.460Z PASS [ 5.709s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
50142024-11-06T08:30:14.862Z PASS [ 5.937s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
50152024-11-06T08:30:16.890Z PASS [ 6.750s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
50162024-11-06T08:30:17.433Z PASS [ 5.583s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
50172024-11-06T08:30:19.592Z PASS [ 6.145s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
50182024-11-06T08:30:19.651Z PASS [ 5.926s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
50192024-11-06T08:30:21.009Z PASS [ 6.549s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
50202024-11-06T08:30:22.849Z PASS [ 5.415s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
50212024-11-06T08:30:22.894Z PASS [ 8.021s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
50222024-11-06T08:30:22.897Z PASS [ 5.994s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
50232024-11-06T08:30:22.928Z PASS [ 0.041s] nexus-db-queries db::datastore::region::test::test_extent_count
50242024-11-06T08:30:25.166Z PASS [ 5.572s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
50252024-11-06T08:30:25.358Z PASS [ 17.923s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
50262024-11-06T08:30:26.056Z PASS [ 6.404s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
50272024-11-06T08:30:27.695Z PASS [ 6.685s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
50282024-11-06T08:30:28.003Z PASS [ 5.106s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
50292024-11-06T08:30:28.441Z PASS [ 5.591s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
50302024-11-06T08:30:28.499Z PASS [ 5.572s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
50312024-11-06T08:30:31.254Z PASS [ 6.087s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
50322024-11-06T08:30:31.271Z PASS [ 5.912s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
50332024-11-06T08:30:31.466Z PASS [ 5.408s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
50342024-11-06T08:30:32.999Z PASS [ 5.303s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
50352024-11-06T08:30:33.618Z PASS [ 5.119s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
50362024-11-06T08:30:33.973Z PASS [ 5.532s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
50372024-11-06T08:30:34.099Z PASS [ 6.091s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
50382024-11-06T08:30:36.920Z PASS [ 5.647s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
50392024-11-06T08:30:37.230Z PASS [ 5.976s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
50402024-11-06T08:30:37.555Z PASS [ 6.090s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
50412024-11-06T08:30:38.536Z PASS [ 30.484s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
50422024-11-06T08:30:38.674Z PASS [ 5.675s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
50432024-11-06T08:30:39.340Z PASS [ 5.722s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
50442024-11-06T08:30:39.457Z PASS [ 5.482s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
50452024-11-06T08:30:39.549Z PASS [ 5.453s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
50462024-11-06T08:30:43.831Z PASS [ 6.275s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
50472024-11-06T08:30:43.940Z PASS [ 7.020s] nexus-db-queries db::datastore::sled::test::sled_list_batch
50482024-11-06T08:30:44.010Z PASS [ 6.778s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
50492024-11-06T08:30:44.878Z PASS [ 6.203s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
50502024-11-06T08:30:45.205Z PASS [ 5.748s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
50512024-11-06T08:30:45.302Z PASS [ 5.756s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
50522024-11-06T08:30:45.396Z PASS [ 6.055s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
50532024-11-06T08:30:49.677Z PASS [ 5.736s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
50542024-11-06T08:30:49.861Z PASS [ 5.842s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
50552024-11-06T08:30:49.861Z PASS [ 6.021s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
50562024-11-06T08:30:50.149Z PASS [ 11.611s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
50572024-11-06T08:30:50.233Z PASS [ 5.353s] nexus-db-queries db::datastore::test::test_project_creation
50582024-11-06T08:30:50.652Z PASS [ 5.446s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
50592024-11-06T08:30:51.016Z PASS [ 5.713s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
50602024-11-06T08:30:56.055Z PASS [ 6.368s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
50612024-11-06T08:30:56.058Z PASS [ 6.183s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
50622024-11-06T08:30:56.601Z PASS [ 6.748s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
50632024-11-06T08:30:59.221Z PASS [ 13.822s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
50642024-11-06T08:31:01.299Z PASS [ 5.253s] nexus-db-queries db::datastore::test::test_session_methods
50652024-11-06T08:31:01.551Z PASS [ 4.941s] nexus-db-queries db::datastore::test::test_ssh_keys
50662024-11-06T08:31:01.551Z PASS [ 5.488s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
50672024-11-06T08:31:02.256Z PASS [ 12.021s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
50682024-11-06T08:31:03.055Z PASS [ 12.898s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
50692024-11-06T08:31:03.626Z PASS [ 12.973s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
50702024-11-06T08:31:03.713Z PASS [ 12.695s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
50712024-11-06T08:31:04.544Z PASS [ 5.322s] nexus-db-queries db::datastore::test::test_table_scan
50722024-11-06T08:31:04.589Z PASS [ 0.044s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
50732024-11-06T08:31:04.635Z PASS [ 0.046s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
50742024-11-06T08:31:07.349Z PASS [ 6.048s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
50752024-11-06T08:31:07.764Z PASS [ 6.219s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
50762024-11-06T08:31:07.787Z PASS [ 6.229s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
50772024-11-06T08:31:08.254Z PASS [ 5.998s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
50782024-11-06T08:31:09.036Z PASS [ 5.319s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
50792024-11-06T08:31:09.045Z PASS [ 5.418s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
50802024-11-06T08:31:09.304Z PASS [ 6.254s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
50812024-11-06T08:31:10.149Z PASS [ 5.511s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
50822024-11-06T08:31:12.832Z PASS [ 2.685s] nexus-db-queries db::explain::test::test_explain_async
50832024-11-06T08:31:13.046Z PASS [ 5.696s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
50842024-11-06T08:31:13.099Z PASS [ 5.322s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
50852024-11-06T08:31:13.918Z PASS [ 6.136s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
50862024-11-06T08:31:13.976Z PASS [ 5.721s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
50872024-11-06T08:31:14.771Z PASS [ 1.937s] nexus-db-queries db::explain::test::test_explain_full_table_scan
50882024-11-06T08:31:16.260Z PASS [ 7.214s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
50892024-11-06T08:31:17.363Z PASS [ 4.276s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
50902024-11-06T08:31:17.372Z PASS [ 8.338s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
50912024-11-06T08:31:17.405Z PASS [ 0.042s] nexus-db-queries db::pagination::test::test_paginator
50922024-11-06T08:31:17.431Z PASS [ 8.125s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
50932024-11-06T08:31:17.970Z PASS [ 4.051s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
50942024-11-06T08:31:18.020Z PASS [ 4.043s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
50952024-11-06T08:31:18.223Z PASS [ 5.179s] nexus-db-queries db::lookup::test::test_lookup
50962024-11-06T08:31:18.470Z PASS [ 3.700s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
50972024-11-06T08:31:20.999Z PASS [ 4.738s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
50982024-11-06T08:31:23.570Z PASS [ 5.599s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
50992024-11-06T08:31:23.853Z PASS [ 6.422s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
51002024-11-06T08:31:23.861Z PASS [ 6.456s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
51012024-11-06T08:31:24.088Z PASS [ 6.714s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
51022024-11-06T08:31:24.135Z PASS [ 0.046s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
51032024-11-06T08:31:24.172Z PASS [ 6.152s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
51042024-11-06T08:31:24.450Z PASS [ 6.224s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
51052024-11-06T08:31:24.821Z PASS [ 6.352s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
51062024-11-06T08:31:27.102Z PASS [ 6.101s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
51072024-11-06T08:31:29.768Z PASS [ 6.197s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
51082024-11-06T08:31:29.867Z PASS [ 6.014s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
51092024-11-06T08:31:30.062Z PASS [ 5.611s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
51102024-11-06T08:31:30.213Z PASS [ 6.038s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
51112024-11-06T08:31:30.373Z PASS [ 6.238s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
51122024-11-06T08:31:30.520Z PASS [ 5.698s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
51132024-11-06T08:31:31.373Z PASS [ 7.510s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
51142024-11-06T08:31:33.083Z PASS [ 5.971s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
51152024-11-06T08:31:35.539Z PASS [ 5.669s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
51162024-11-06T08:31:35.884Z PASS [ 6.114s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
51172024-11-06T08:31:35.932Z PASS [ 0.043s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
51182024-11-06T08:31:36.098Z PASS [ 6.034s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
51192024-11-06T08:31:36.428Z PASS [ 6.054s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
51202024-11-06T08:31:36.445Z PASS [ 6.232s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
51212024-11-06T08:31:36.501Z PASS [ 5.978s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
51222024-11-06T08:31:37.501Z PASS [ 6.127s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
51232024-11-06T08:31:37.538Z PASS [ 0.038s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
51242024-11-06T08:31:39.289Z PASS [ 6.214s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
51252024-11-06T08:31:39.818Z PASS [ 0.529s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
51262024-11-06T08:31:40.146Z PASS [ 0.327s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
51272024-11-06T08:31:40.218Z PASS [ 3.787s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
51282024-11-06T08:31:40.241Z PASS [ 4.143s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
51292024-11-06T08:31:40.328Z PASS [ 3.828s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
51302024-11-06T08:31:40.423Z PASS [ 3.978s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
51312024-11-06T08:31:40.779Z PASS [ 0.357s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
51322024-11-06T08:31:41.095Z PASS [ 0.314s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
51332024-11-06T08:31:41.416Z PASS [ 5.879s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
51342024-11-06T08:31:41.423Z PASS [ 0.332s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
51352024-11-06T08:31:41.485Z PASS [ 1.244s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
51362024-11-06T08:31:41.705Z PASS [ 0.286s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
51372024-11-06T08:31:41.861Z PASS [ 5.924s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
51382024-11-06T08:31:42.173Z PASS [ 4.631s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
51392024-11-06T08:31:42.223Z PASS [ 2.067s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
51402024-11-06T08:31:42.288Z PASS [ 0.047s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
51412024-11-06T08:31:42.312Z PASS [ 0.132s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
51422024-11-06T08:31:42.315Z PASS [ 0.057s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
51432024-11-06T08:31:42.349Z PASS [ 0.044s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
51442024-11-06T08:31:42.367Z PASS [ 0.043s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
51452024-11-06T08:31:42.968Z PASS [ 2.642s] nexus-db-queries db::queries::region_allocation::test::explainable
51462024-11-06T08:31:43.077Z PASS [ 2.861s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
51472024-11-06T08:31:43.587Z PASS [ 2.097s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
51482024-11-06T08:31:43.836Z PASS [ 2.408s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
51492024-11-06T08:31:43.886Z PASS [ 2.180s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
51502024-11-06T08:31:44.046Z PASS [ 2.196s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
51512024-11-06T08:31:44.106Z PASS [ 0.059s] nexus-defaults tests::test_random_vpc_ipv6_prefix
51522024-11-06T08:31:44.357Z PASS [ 2.010s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
51532024-11-06T08:31:44.401Z PASS [ 0.045s] nexus-inventory builder::test::test_empty
51542024-11-06T08:31:44.491Z PASS [ 0.086s] nexus-inventory builder::test::test_problems
51552024-11-06T08:31:44.649Z PASS [ 2.290s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
51562024-11-06T08:31:44.659Z PASS [ 0.554s] nexus-inventory builder::test::test_basic
51572024-11-06T08:31:45.136Z PASS [ 2.163s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
51582024-11-06T08:31:45.784Z PASS [ 1.121s] nexus-inventory collector::test::test_multi_mgs_failure
51592024-11-06T08:31:46.507Z PASS [ 1.374s] nexus-inventory collector::test::test_sled_agent_failure
51602024-11-06T08:31:46.658Z PASS [ 2.169s] nexus-inventory collector::test::test_basic
51612024-11-06T08:31:46.785Z PASS [ 2.135s] nexus-inventory collector::test::test_multi_mgs
51622024-11-06T08:31:46.889Z PASS [ 0.231s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
51632024-11-06T08:31:48.747Z PASS [ 4.863s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
51642024-11-06T08:31:49.109Z PASS [ 5.254s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
51652024-11-06T08:31:52.101Z PASS [ 6.318s] nexus-metrics-producer-gc tests::test_prune_expired_producers
51662024-11-06T08:31:52.139Z PASS [ 5.620s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
51672024-11-06T08:31:52.464Z PASS [ 0.328s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
51682024-11-06T08:31:52.704Z PASS [ 0.246s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
51692024-11-06T08:31:52.773Z PASS [ 0.062s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
51702024-11-06T08:31:52.945Z PASS [ 0.157s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
51712024-11-06T08:31:54.349Z PASS [ 11.270s] nexus-db-queries policy_test::test_conferred_roles
51722024-11-06T08:32:15.667Z PASS [ 28.877s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
51732024-11-06T08:32:17.733Z PASS [ 23.379s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
51742024-11-06T08:32:21.195Z PASS [ 32.099s] nexus-reconfigurator-execution datasets::tests::test_dataset_records_delete
51752024-11-06T08:32:21.953Z PASS [ 35.060s] nexus-reconfigurator-execution datasets::tests::test_dataset_record_blueprint_removal_without_expunging
51762024-11-06T08:32:21.990Z PASS [ 33.238s] nexus-reconfigurator-execution datasets::tests::test_dataset_record_create
51772024-11-06T08:32:22.374Z PASS [ 0.385s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
51782024-11-06T08:32:22.409Z PASS [ 0.033s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
51792024-11-06T08:32:22.445Z PASS [ 0.037s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
51802024-11-06T08:32:22.505Z PASS [ 0.059s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
51812024-11-06T08:32:22.545Z PASS [ 0.040s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
51822024-11-06T08:32:22.619Z PASS [ 0.047s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
51832024-11-06T08:32:22.632Z PASS [ 30.524s] nexus-reconfigurator-execution datasets::tests::test_dataset_records_update
51842024-11-06T08:32:22.653Z PASS [ 0.056s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_initial
51852024-11-06T08:32:22.728Z PASS [ 0.066s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_external_ip
51862024-11-06T08:32:22.728Z PASS [ 0.086s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_nexus_zones_with_same_nic_ip
51872024-11-06T08:32:22.775Z PASS [ 0.058s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_vnic_mac
51882024-11-06T08:32:22.799Z PASS [ 0.061s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_prune_decommissioned_sleds
51892024-11-06T08:32:22.821Z PASS [ 0.048s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
51902024-11-06T08:32:22.833Z PASS [ 0.045s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
51912024-11-06T08:32:22.852Z PASS [ 0.032s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
51922024-11-06T08:32:22.864Z PASS [ 0.033s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
51932024-11-06T08:32:22.885Z PASS [ 0.031s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
51942024-11-06T08:32:22.893Z PASS [ 0.031s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
51952024-11-06T08:32:22.915Z PASS [ 0.032s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
51962024-11-06T08:32:22.936Z PASS [ 0.040s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
51972024-11-06T08:32:23.058Z PASS [ 0.133s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_available_iterator
51982024-11-06T08:32:23.130Z PASS [ 0.079s] nexus-reconfigurator-planning blueprint_builder::internal_dns::test::test_dns_subnet_allocator
51992024-11-06T08:32:23.316Z PASS [ 0.129s] nexus-reconfigurator-planning blueprint_builder::zones::tests::test_builder_zones
52002024-11-06T08:32:23.457Z PASS [ 0.112s] nexus-reconfigurator-planning example::tests::builder_zone_counts
52012024-11-06T08:32:23.537Z PASS [ 0.099s] nexus-reconfigurator-planning example::tests::instances_on_examples
52022024-11-06T08:32:23.543Z PASS [ 0.080s] nexus-reconfigurator-planning ip_allocator::test::test_basic
52032024-11-06T08:32:23.672Z PASS [ 0.114s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
52042024-11-06T08:32:23.727Z PASS [ 0.066s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
52052024-11-06T08:32:23.776Z PASS [ 0.043s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
52062024-11-06T08:32:23.893Z PASS [ 0.089s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
52072024-11-06T08:32:23.994Z PASS [ 0.097s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
52082024-11-06T08:32:24.384Z PASS [ 0.117s] nexus-reconfigurator-planning planner::test::test_crucible_pantry
52092024-11-06T08:32:24.434Z PASS [ 0.343s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
52102024-11-06T08:32:24.502Z PASS [ 0.067s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
52112024-11-06T08:32:24.594Z PASS [ 0.076s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
52122024-11-06T08:32:24.659Z PASS [ 0.078s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
52132024-11-06T08:32:24.828Z PASS [ 0.170s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed
52142024-11-06T08:32:25.002Z PASS [ 0.127s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
52152024-11-06T08:32:25.102Z PASS [ 0.164s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
52162024-11-06T08:32:25.243Z PASS [ 0.111s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
52172024-11-06T08:32:25.292Z PASS [ 0.058s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
52182024-11-06T08:32:25.405Z PASS [ 0.113s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
52192024-11-06T08:32:25.558Z PASS [ 0.177s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
52202024-11-06T08:32:25.630Z PASS [ 0.046s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
52212024-11-06T08:32:25.805Z PASS [ 0.198s] nexus-saga-recovery recovery::test::test_execution_basic
52222024-11-06T08:32:25.840Z PASS [ 0.039s] nexus-saga-recovery recovery::test::test_plan_basic
52232024-11-06T08:32:25.898Z PASS [ 0.041s] nexus-saga-recovery recovery::test::test_read_all_from_channel
52242024-11-06T08:32:25.985Z PASS [ 0.061s] nexus-saga-recovery test::test_basic
52252024-11-06T08:32:26.102Z PASS [ 0.158s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
52262024-11-06T08:32:26.199Z PASS [ 0.081s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
52272024-11-06T08:32:26.247Z PASS [ 0.062s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
52282024-11-06T08:32:26.357Z PASS [ 0.095s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
52292024-11-06T08:32:26.390Z PASS [ 0.038s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
52302024-11-06T08:32:26.433Z PASS [ 0.036s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
52312024-11-06T08:32:26.484Z PASS [ 0.043s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
52322024-11-06T08:32:26.527Z PASS [ 0.070s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
52332024-11-06T08:32:29.014Z PASS [ 6.077s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_external_ip_allocator
52342024-11-06T08:32:33.604Z PASS [ 4.591s] nexus-types deployment::tri_map::tests::proptest_permutation_eq
52352024-11-06T08:32:36.696Z PASS [ 43.769s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
52362024-11-06T08:32:36.725Z PASS [ 0.029s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups
52372024-11-06T08:32:36.753Z PASS [ 0.028s] nexus-types deployment::tri_map::tests::test_permutation_eq_examples
52382024-11-06T08:32:36.801Z PASS [ 0.045s] nexus-types external_api::shared::test::test_policy_parsing
52392024-11-06T08:32:36.941Z PASS [ 0.140s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
52402024-11-06T08:32:37.000Z PASS [ 0.060s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
52412024-11-06T08:32:37.073Z PASS [ 0.073s] omicron-certificates tests::test_cert_extended_key_usage
52422024-11-06T08:32:37.135Z PASS [ 0.061s] omicron-certificates tests::test_common_name_is_validated
52432024-11-06T08:32:37.193Z PASS [ 0.057s] omicron-certificates tests::test_subject_alternate_names_are_validated
52442024-11-06T08:32:37.533Z PASS [ 19.800s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
52452024-11-06T08:32:39.488Z PASS [ 5.883s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip
52462024-11-06T08:32:39.918Z PASS [ 17.963s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
52472024-11-06T08:32:39.939Z PASS [ 2.401s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
52482024-11-06T08:32:40.609Z PASS [ 3.417s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
52492024-11-06T08:32:40.624Z PASS [ 14.098s] nexus-types deployment::tri_map::tests::proptest_ops
52502024-11-06T08:32:41.828Z PASS [ 2.337s] omicron-clickhouse-admin::integration_test test_lgif_parsing
52512024-11-06T08:32:41.876Z PASS [ 0.051s] omicron-common address::test::test_dns_subnets
52522024-11-06T08:32:41.903Z PASS [ 0.026s] omicron-common address::test::test_ip_range_checks_non_decreasing
52532024-11-06T08:32:41.964Z PASS [ 0.060s] omicron-common address::test::test_ip_range_enum_deserialization
52542024-11-06T08:32:42.014Z PASS [ 0.037s] omicron-common address::test::test_ip_range_iter
52552024-11-06T08:32:42.045Z PASS [ 0.044s] omicron-common address::test::test_ip_range_length
52562024-11-06T08:32:42.083Z PASS [ 0.028s] omicron-common address::test::test_ip_range_try_from
52572024-11-06T08:32:42.159Z PASS [ 0.083s] omicron-common address::test::test_ipv6_subnet_deserialize
52582024-11-06T08:32:42.187Z PASS [ 0.032s] omicron-common address::test::test_sled_address
52592024-11-06T08:32:42.202Z PASS [ 2.261s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
52602024-11-06T08:32:42.236Z PASS [ 0.028s] omicron-common api::external::error::test::test_bail_unless
52612024-11-06T08:32:42.266Z PASS [ 0.049s] omicron-common api::external::error::test::test_context
52622024-11-06T08:32:42.295Z PASS [ 0.061s] omicron-common api::external::http_pagination::test::test_pagination_examples
52632024-11-06T08:32:42.314Z PASS [ 0.065s] omicron-common api::external::http_pagination::test::test_pagination_schemas
52642024-11-06T08:32:42.402Z PASS [ 0.080s] omicron-common api::external::http_pagination::test::test_scan_by_id
52652024-11-06T08:32:42.402Z PASS [ 0.046s] omicron-common api::external::http_pagination::test::test_scan_by_name
52662024-11-06T08:32:42.413Z PASS [ 0.054s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
52672024-11-06T08:32:42.432Z PASS [ 0.038s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
52682024-11-06T08:32:42.548Z PASS [ 2.523s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
52692024-11-06T08:32:42.548Z PASS [ 0.064s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
52702024-11-06T08:32:42.548Z PASS [ 0.060s] omicron-common api::external::test::test_bytecount_display
52712024-11-06T08:32:42.548Z PASS [ 0.079s] omicron-common api::external::test::test_bytecount
52722024-11-06T08:32:42.551Z PASS [ 1.921s] omicron-cockroach-admin context::tests::test_node_id
52732024-11-06T08:32:42.568Z PASS [ 0.061s] omicron-common api::external::test::test_firewall_deserialization
52742024-11-06T08:32:42.589Z PASS [ 1.974s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
52752024-11-06T08:32:42.627Z PASS [ 0.141s] omicron-common api::external::test::test_digest
52762024-11-06T08:32:42.627Z PASS [ 0.032s] omicron-common api::external::test::test_ip_port_range_from_str
52772024-11-06T08:32:42.651Z PASS [ 0.076s] omicron-common api::external::test::test_hostname_from_str
52782024-11-06T08:32:42.828Z PASS [ 0.044s] omicron-common api::external::test::test_ip_port_range_into_str
52792024-11-06T08:32:42.828Z PASS [ 0.035s] omicron-common api::external::test::test_ipv6_net_operations
52802024-11-06T08:32:42.828Z PASS [ 0.130s] omicron-common api::external::test::test_firewall_rule_target_parse
52812024-11-06T08:32:42.829Z PASS [ 0.144s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
52822024-11-06T08:32:42.829Z PASS [ 0.059s] omicron-common api::external::test::test_mac_system_iterator
52832024-11-06T08:32:42.829Z PASS [ 0.037s] omicron-common api::external::test::test_mac_to_int_conversions
52842024-11-06T08:32:42.829Z PASS [ 0.030s] omicron-common api::external::test::test_macaddr
52852024-11-06T08:32:42.831Z PASS [ 0.047s] omicron-common api::external::test::test_name_parse
52862024-11-06T08:32:42.831Z PASS [ 0.034s] omicron-common api::external::test::test_name_parse_from_param
52872024-11-06T08:32:42.831Z PASS [ 0.024s] omicron-common api::external::test::test_resource_name_parse
52882024-11-06T08:32:42.831Z PASS [ 0.037s] omicron-common api::external::test::test_role_name_parse
52892024-11-06T08:32:42.831Z PASS [ 0.025s] omicron-common api::external::test::test_semver_serialize
52902024-11-06T08:32:42.831Z PASS [ 0.026s] omicron-common api::external::test::test_semver_validation
52912024-11-06T08:32:42.831Z PASS [ 0.049s] omicron-common api::external::test::test_route_destination_parse
52922024-11-06T08:32:42.831Z PASS [ 0.054s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
52932024-11-06T08:32:42.831Z PASS [ 0.075s] omicron-common api::external::test::test_route_target_parse
52942024-11-06T08:32:42.832Z PASS [ 0.044s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
52952024-11-06T08:32:42.832Z PASS [ 0.035s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
52962024-11-06T08:32:42.832Z PASS [ 0.032s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
52972024-11-06T08:32:42.832Z PASS [ 0.024s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
52982024-11-06T08:32:42.864Z PASS [ 0.035s] omicron-common ledger::test::test_create_ledger_reads_from_storage
52992024-11-06T08:32:42.864Z PASS [ 0.046s] omicron-common ledger::test::test_commit_handles_write_failures
53002024-11-06T08:32:42.887Z PASS [ 0.063s] omicron-common ledger::test::test_create_default_ledger
53012024-11-06T08:32:42.887Z PASS [ 0.052s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
53022024-11-06T08:32:42.887Z PASS [ 0.045s] omicron-common update::tests::serde_artifact_kind
53032024-11-06T08:32:42.902Z PASS [ 0.046s] omicron-common zpool_name::test::test_parse_bad_zpool_names
53042024-11-06T08:32:42.902Z PASS [ 0.037s] omicron-common zpool_name::test::test_parse_external_zpool_name
53052024-11-06T08:32:42.925Z PASS [ 0.038s] omicron-common zpool_name::test::test_parse_internal_zpool_name
53062024-11-06T08:32:42.925Z PASS [ 0.031s] omicron-common zpool_name::test::test_parse_zpool_name_json
53072024-11-06T08:32:42.925Z PASS [ 0.025s] omicron-common zpool_name::test::test_zpool_name_regex
53082024-11-06T08:32:42.934Z PASS [ 27.266s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks
53092024-11-06T08:32:43.008Z PASS [ 0.099s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
53102024-11-06T08:32:43.008Z PASS [ 0.105s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
53112024-11-06T08:32:43.029Z PASS [ 0.108s] omicron-gateway management_switch::location_map::tests::test_config_validation
53122024-11-06T08:32:43.045Z PASS [ 0.114s] omicron-gateway management_switch::location_map::tests::test_resolve_location
53132024-11-06T08:32:43.062Z PASS [ 21.868s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
53142024-11-06T08:32:43.143Z PASS [ 0.142s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
53152024-11-06T08:32:43.517Z PASS [ 0.489s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
53162024-11-06T08:32:43.538Z PASS [ 0.498s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
53172024-11-06T08:32:43.566Z PASS [ 0.629s] omicron-gateway::test_all integration_tests::component_list::component_list
53182024-11-06T08:32:43.595Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
53192024-11-06T08:32:43.659Z PASS [ 0.625s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
53202024-11-06T08:33:03.244Z PASS [ 79.651s] nexus-db-queries policy_test::test_iam_roles_behavior
53212024-11-06T08:33:03.957Z PASS [ 21.042s] omicron-dev::test-omicron-dev test_run_all
53222024-11-06T08:33:06.284Z PASS [ 22.763s] omicron-nexus app::background::driver::test::test_driver_basic
53232024-11-06T08:33:07.018Z PASS [ 23.950s] omicron-ls-apis::test_dependencies test_api_dependencies
53242024-11-06T08:33:07.500Z PASS [ 24.352s] omicron-nexus app::background::driver::test::test_activation_in_progress
53252024-11-06T08:33:07.836Z PASS [ 24.295s] omicron-nexus app::background::init::test::test_dns_propagation_basic
53262024-11-06T08:33:12.459Z PASS [ 5.440s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
53272024-11-06T08:33:12.518Z PASS [ 0.055s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
53282024-11-06T08:33:13.508Z PASS [ 6.007s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
53292024-11-06T08:33:13.895Z PASS [ 6.057s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
53302024-11-06T08:33:14.447Z PASS [ 30.808s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
53312024-11-06T08:33:15.091Z PASS [ 31.521s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_already_deleted
53322024-11-06T08:33:26.778Z PASS [ 20.492s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
53332024-11-06T08:33:28.008Z PASS [ 24.047s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones
53342024-11-06T08:33:32.376Z PASS [ 19.862s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
53352024-11-06T08:33:33.260Z PASS [ 30.012s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
53362024-11-06T08:33:33.319Z PASS [ 19.421s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
53372024-11-06T08:33:33.811Z PASS [ 20.302s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
53382024-11-06T08:33:34.896Z PASS [ 20.445s] omicron-nexus app::background::tasks::dns_config::test::test_basic
53392024-11-06T08:33:35.611Z PASS [ 20.512s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
53402024-11-06T08:33:48.494Z PASS [ 21.713s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
53412024-11-06T08:33:54.907Z PASS [ 19.298s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
53422024-11-06T08:33:56.101Z PASS [ 21.202s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
53432024-11-06T08:33:59.577Z PASS [ 27.196s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
53442024-11-06T08:34:00.508Z PASS [ 27.186s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
53452024-11-06T08:34:06.650Z PASS [ 18.152s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
53462024-11-06T08:34:12.476Z PASS [ 17.568s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
53472024-11-06T08:34:14.031Z PASS [ 17.929s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
53482024-11-06T08:34:14.412Z PASS [ 40.595s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
53492024-11-06T08:34:17.246Z PASS [ 49.230s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
53502024-11-06T08:34:17.944Z PASS [ 18.366s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
53512024-11-06T08:34:18.577Z PASS [ 18.067s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
53522024-11-06T08:34:22.952Z PASS [ 4.375s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
53532024-11-06T08:34:26.760Z PASS [ 20.109s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
53542024-11-06T08:34:30.215Z PASS [ 3.445s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
53552024-11-06T08:34:31.186Z PASS [ 0.980s] omicron-nexus app::external_endpoints::test::test_authority
53562024-11-06T08:34:31.327Z PASS [ 0.140s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
53572024-11-06T08:34:32.335Z PASS [ 19.854s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
53582024-11-06T08:34:32.422Z PASS [ 0.088s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
53592024-11-06T08:34:32.454Z PASS [ 1.128s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
53602024-11-06T08:34:32.479Z PASS [ 0.058s] omicron-nexus app::external_endpoints::test::test_no_endpoint
53612024-11-06T08:34:32.509Z PASS [ 0.054s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
53622024-11-06T08:34:32.531Z PASS [ 0.052s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
53632024-11-06T08:34:32.565Z PASS [ 0.055s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
53642024-11-06T08:34:32.592Z PASS [ 0.055s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
53652024-11-06T08:34:32.636Z PASS [ 0.070s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
53662024-11-06T08:34:32.646Z PASS [ 0.059s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
53672024-11-06T08:34:33.268Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
53682024-11-06T08:34:33.456Z PASS [ 19.422s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
53692024-11-06T08:34:36.971Z PASS [ 19.024s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
53702024-11-06T08:34:37.758Z PASS [ 20.510s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
53712024-11-06T08:34:41.590Z PASS [ 27.174s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
53722024-11-06T08:34:45.329Z PASS [ 22.346s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
53732024-11-06T08:35:01.304Z PASS [ 88.032s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
53742024-11-06T08:35:02.910Z PASS [ 29.450s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
53752024-11-06T08:35:02.981Z PASS [ 30.342s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
53762024-11-06T08:35:03.129Z PASS [ 26.154s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
53772024-11-06T08:35:03.673Z PASS [ 31.023s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
53782024-11-06T08:35:04.701Z PASS [ 26.940s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
53792024-11-06T08:35:09.259Z PASS [ 27.660s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
53802024-11-06T08:35:33.488Z PASS [ 30.503s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
53812024-11-06T08:35:35.483Z PASS [ 31.805s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
53822024-11-06T08:35:35.819Z PASS [ 32.686s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
53832024-11-06T08:35:36.377Z PASS [ 33.462s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
53842024-11-06T08:35:39.797Z PASS [ 35.090s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
53852024-11-06T08:35:44.523Z PASS [ 35.264s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
53862024-11-06T08:35:45.338Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
53872024-11-06T08:36:01.313Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
53882024-11-06T08:36:03.577Z PASS [ 30.084s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
53892024-11-06T08:36:03.986Z PASS [ 28.485s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
53902024-11-06T08:36:11.475Z PASS [ 35.092s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
53912024-11-06T08:36:12.097Z PASS [ 36.273s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
53922024-11-06T08:36:12.801Z PASS [ 33.000s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
53932024-11-06T08:36:16.936Z PASS [ 32.408s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
53942024-11-06T08:36:32.760Z PASS [ 28.783s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
53952024-11-06T08:36:38.960Z PASS [ 26.238s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
53962024-11-06T08:36:39.137Z PASS [ 26.331s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
53972024-11-06T08:36:42.027Z PASS [ 25.088s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
53982024-11-06T08:36:45.332Z PASS [ 33.851s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
53992024-11-06T08:36:45.347Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54002024-11-06T08:37:01.323Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54012024-11-06T08:37:03.586Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
54022024-11-06T08:37:05.434Z PASS [ 26.292s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
54032024-11-06T08:37:05.795Z PASS [ 27.452s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
54042024-11-06T08:37:14.442Z PASS [ 32.408s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
54052024-11-06T08:37:17.741Z PASS [ 74.155s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
54062024-11-06T08:37:32.767Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
54072024-11-06T08:37:35.855Z PASS [ 30.418s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
54082024-11-06T08:37:36.463Z PASS [ 30.664s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
54092024-11-06T08:37:45.339Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
54102024-11-06T08:37:45.354Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54112024-11-06T08:37:47.248Z PASS [ 29.503s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
54122024-11-06T08:38:01.332Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54132024-11-06T08:38:07.446Z PASS [ 31.588s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
54142024-11-06T08:38:14.451Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
54152024-11-06T08:38:17.041Z PASS [ 29.789s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
54162024-11-06T08:38:26.310Z PASS [ 113.536s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
54172024-11-06T08:38:36.471Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
54182024-11-06T08:38:38.006Z PASS [ 30.556s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
54192024-11-06T08:38:45.348Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
54202024-11-06T08:38:45.364Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54212024-11-06T08:38:55.769Z PASS [ 29.455s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
54222024-11-06T08:39:01.340Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54232024-11-06T08:39:01.738Z PASS [ 136.389s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
54242024-11-06T08:39:08.816Z PASS [ 30.806s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
54252024-11-06T08:39:13.443Z PASS [ 118.987s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
54262024-11-06T08:39:17.051Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
54272024-11-06T08:39:31.788Z PASS [ 30.047s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
54282024-11-06T08:39:35.730Z PASS [ 78.679s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
54292024-11-06T08:39:36.480Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
54302024-11-06T08:39:39.121Z PASS [ 30.300s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
54312024-11-06T08:39:45.373Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54322024-11-06T08:39:55.777Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
54332024-11-06T08:40:00.676Z PASS [ 28.884s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
54342024-11-06T08:40:01.351Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54352024-11-06T08:40:06.985Z PASS [ 31.250s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
54362024-11-06T08:40:13.452Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
54372024-11-06T08:40:31.686Z PASS [ 78.234s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
54382024-11-06T08:40:31.724Z PASS [ 31.045s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
54392024-11-06T08:40:32.116Z PASS [ 175.629s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
54402024-11-06T08:40:39.130Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
54412024-11-06T08:40:45.382Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54422024-11-06T08:40:55.786Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
54432024-11-06T08:41:00.758Z PASS [ 29.067s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
54442024-11-06T08:41:01.358Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54452024-11-06T08:41:01.594Z PASS [ 29.865s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
54462024-11-06T08:41:06.994Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
54472024-11-06T08:41:11.610Z PASS [ 135.822s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
54482024-11-06T08:41:14.311Z PASS [ 42.191s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
54492024-11-06T08:41:28.787Z PASS [ 28.026s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
54502024-11-06T08:41:31.185Z PASS [ 19.572s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
54512024-11-06T08:41:32.635Z PASS [ 18.322s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
54522024-11-06T08:41:32.871Z PASS [ 31.274s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
54532024-11-06T08:41:38.409Z PASS [ 119.272s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
54542024-11-06T08:41:45.391Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54552024-11-06T08:41:50.773Z PASS [ 18.135s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
54562024-11-06T08:41:55.855Z PASS [ 17.444s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
54572024-11-06T08:41:57.351Z PASS [ 26.161s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
54582024-11-06T08:41:59.470Z PASS [ 26.596s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
54592024-11-06T08:42:00.392Z PASS [ 31.594s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
54602024-11-06T08:42:01.368Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54612024-11-06T08:42:07.002Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
54622024-11-06T08:42:12.777Z PASS [ 125.776s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
54632024-11-06T08:42:18.202Z PASS [ 18.730s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
54642024-11-06T08:42:18.256Z PASS [ 0.054s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
54652024-11-06T08:42:24.823Z PASS [ 34.046s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
54662024-11-06T08:42:24.916Z PASS [ 29.057s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
54672024-11-06T08:42:27.830Z PASS [ 30.476s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
54682024-11-06T08:42:45.400Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54692024-11-06T08:42:45.867Z PASS [ 27.607s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
54702024-11-06T08:42:46.027Z PASS [ 18.194s] omicron-nexus app::sagas::test_saga::test_saga_stuck
54712024-11-06T08:42:59.343Z PASS [ 34.423s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
54722024-11-06T08:43:00.401Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
54732024-11-06T08:43:01.079Z PASS [ 36.251s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
54742024-11-06T08:43:01.134Z PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_accept_gz
54752024-11-06T08:43:01.192Z PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
54762024-11-06T08:43:01.256Z PASS [ 0.063s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
54772024-11-06T08:43:01.318Z PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
54782024-11-06T08:43:01.380Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54792024-11-06T08:43:01.417Z PASS [ 0.088s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
54802024-11-06T08:43:01.500Z PASS [ 0.087s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
54812024-11-06T08:43:01.560Z PASS [ 0.073s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
54822024-11-06T08:43:01.626Z PASS [ 0.063s] omicron-nexus external_api::console_api::test::test_relative_uri
54832024-11-06T08:43:05.121Z PASS [ 5.776s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
54842024-11-06T08:43:07.274Z PASS [ 21.244s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
54852024-11-06T08:43:12.786Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
54862024-11-06T08:43:14.475Z PASS [ 28.605s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
54872024-11-06T08:43:29.574Z PASS [ 22.297s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
54882024-11-06T08:43:29.884Z PASS [ 24.760s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
54892024-11-06T08:43:33.496Z PASS [ 3.611s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
54902024-11-06T08:43:33.598Z PASS [ 4.024s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
54912024-11-06T08:43:34.077Z PASS [ 0.581s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
54922024-11-06T08:43:34.225Z PASS [ 81.437s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
54932024-11-06T08:43:35.552Z PASS [ 21.074s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
54942024-11-06T08:43:45.409Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54952024-11-06T08:43:46.383Z PASS [ 44.754s] omicron-nexus populate::test::test_populators
54962024-11-06T08:43:54.313Z PASS [ 20.234s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
54972024-11-06T08:43:54.720Z PASS [ 21.119s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
54982024-11-06T08:43:55.025Z PASS [ 20.797s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
54992024-11-06T08:43:55.510Z PASS [ 19.955s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
55002024-11-06T08:44:00.410Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
55012024-11-06T08:44:01.388Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
55022024-11-06T08:44:07.076Z PASS [ 20.690s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
55032024-11-06T08:44:13.427Z PASS [ 19.110s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
55042024-11-06T08:44:13.998Z PASS [ 19.275s] omicron-nexus::test_all integration_tests::basic::test_ping
55052024-11-06T08:44:20.856Z PASS [ 25.828s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
55062024-11-06T08:44:25.846Z PASS [ 18.767s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
55072024-11-06T08:44:26.862Z PASS [ 31.348s] omicron-nexus::test_all integration_tests::basic::test_projects_list
55082024-11-06T08:44:29.793Z PASS [ 584.414s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
55092024-11-06T08:44:32.114Z PASS [ 18.685s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
55102024-11-06T08:44:32.285Z PASS [ 18.282s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
55112024-11-06T08:44:37.996Z PASS [ 5.711s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
55122024-11-06T08:44:38.794Z PASS [ 0.799s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
55132024-11-06T08:44:38.929Z PASS [ 0.135s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
55142024-11-06T08:44:39.337Z PASS [ 18.478s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
55152024-11-06T08:44:41.830Z PASS [ 580.450s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
55162024-11-06T08:44:43.790Z PASS [ 17.942s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
55172024-11-06T08:44:48.522Z PASS [ 21.657s] omicron-nexus::test_all integration_tests::certificates::test_crud
55182024-11-06T08:44:49.209Z PASS [ 19.413s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
55192024-11-06T08:44:58.980Z PASS [ 19.639s] omicron-nexus::test_all integration_tests::console_api::test_assets
55202024-11-06T08:44:59.142Z PASS [ 20.211s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
55212024-11-06T08:44:59.323Z PASS [ 27.206s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
55222024-11-06T08:45:00.109Z PASS [ 18.275s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
55232024-11-06T08:45:00.419Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
55242024-11-06T08:45:09.418Z PASS [ 25.624s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
55252024-11-06T08:45:09.778Z PASS [ 20.566s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
55262024-11-06T08:45:14.247Z PASS [ 25.717s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
55272024-11-06T08:45:19.514Z PASS [ 20.367s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
55282024-11-06T08:45:19.584Z PASS [ 20.602s] omicron-nexus::test_all integration_tests::console_api::test_session_me
55292024-11-06T08:45:19.619Z PASS [ 19.508s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
55302024-11-06T08:45:25.297Z PASS [ 25.970s] omicron-nexus::test_all integration_tests::console_api::test_sessions
55312024-11-06T08:45:39.483Z PASS [ 19.861s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
55322024-11-06T08:45:43.223Z PASS [ 33.441s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
55332024-11-06T08:45:44.100Z PASS [ 18.800s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
55342024-11-06T08:45:46.504Z PASS [ 37.082s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
55352024-11-06T08:45:47.904Z PASS [ 28.316s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
55362024-11-06T08:45:51.008Z PASS [ 36.758s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
55372024-11-06T08:45:55.033Z PASS [ 35.475s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
55382024-11-06T08:46:00.428Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
55392024-11-06T08:46:09.239Z PASS [ 29.752s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
55402024-11-06T08:46:12.526Z PASS [ 28.423s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
55412024-11-06T08:46:14.152Z PASS [ 27.644s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
55422024-11-06T08:46:14.783Z PASS [ 26.876s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
55432024-11-06T08:46:19.103Z PASS [ 28.093s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
55442024-11-06T08:46:22.760Z PASS [ 39.532s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
55452024-11-06T08:46:24.135Z PASS [ 29.137s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
55462024-11-06T08:46:42.315Z PASS [ 27.521s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
55472024-11-06T08:46:43.455Z PASS [ 20.693s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
55482024-11-06T08:46:44.117Z PASS [ 19.979s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
55492024-11-06T08:46:46.500Z PASS [ 37.256s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
55502024-11-06T08:46:46.567Z PASS [ 27.462s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
55512024-11-06T08:46:57.327Z PASS [ 44.794s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
55522024-11-06T08:47:00.438Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
55532024-11-06T08:47:05.984Z PASS [ 22.525s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
55542024-11-06T08:47:07.683Z PASS [ 53.524s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
55552024-11-06T08:47:08.636Z PASS [ 26.324s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
55562024-11-06T08:47:14.390Z PASS [ 30.271s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
55572024-11-06T08:47:15.149Z PASS [ 28.576s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
55582024-11-06T08:47:29.605Z PASS [ 32.274s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
55592024-11-06T08:47:31.896Z PASS [ 45.390s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
55602024-11-06T08:47:36.588Z PASS [ 27.949s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
55612024-11-06T08:47:36.662Z PASS [ 30.674s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
55622024-11-06T08:47:39.274Z PASS [ 31.587s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
55632024-11-06T08:47:44.158Z PASS [ 28.951s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
55642024-11-06T08:47:45.828Z PASS [ 31.434s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
55652024-11-06T08:47:58.003Z PASS [ 28.395s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_after_delete
55662024-11-06T08:48:00.447Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
55672024-11-06T08:48:01.467Z PASS [ 24.802s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
55682024-11-06T08:48:01.920Z PASS [ 30.020s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
55692024-11-06T08:48:03.012Z PASS [ 26.421s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
55702024-11-06T08:48:08.652Z PASS [ 29.373s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
55712024-11-06T08:48:14.428Z PASS [ 30.321s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
55722024-11-06T08:48:19.650Z PASS [ 33.816s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
55732024-11-06T08:48:26.067Z PASS [ 23.050s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
55742024-11-06T08:48:35.844Z PASS [ 37.836s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
55752024-11-06T08:48:38.707Z PASS [ 24.277s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
55762024-11-06T08:48:41.842Z PASS [ 33.185s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
55772024-11-06T08:48:47.875Z PASS [ 21.806s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
55782024-11-06T08:48:52.105Z PASS [ 50.631s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
55792024-11-06T08:48:52.758Z PASS [ 50.833s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
55802024-11-06T08:48:53.202Z PASS [ 0.443s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
55812024-11-06T08:48:53.709Z PASS [ 0.508s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
55822024-11-06T08:48:53.741Z PASS [ 34.086s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
55832024-11-06T08:48:54.225Z PASS [ 0.475s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
55842024-11-06T08:48:56.934Z PASS [ 21.087s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
55852024-11-06T08:48:57.287Z PASS [ 3.545s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
55862024-11-06T08:49:00.456Z SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
55872024-11-06T08:49:01.412Z PASS [ 22.700s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
55882024-11-06T08:49:07.089Z PASS [ 25.244s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
55892024-11-06T08:49:12.018Z PASS [ 24.139s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
55902024-11-06T08:49:15.144Z PASS [ 23.036s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
55912024-11-06T08:49:22.620Z PASS [ 28.431s] omicron-nexus::test_all integration_tests::images::test_image_create
55922024-11-06T08:49:26.281Z PASS [ 29.343s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
55932024-11-06T08:49:30.336Z PASS [ 33.046s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
55942024-11-06T08:49:31.065Z PASS [ 29.650s] omicron-nexus::test_all integration_tests::images::test_image_promotion
55952024-11-06T08:49:34.216Z PASS [ 27.123s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
55962024-11-06T08:49:36.443Z PASS [ 5.377s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
55972024-11-06T08:49:37.444Z PASS [ 25.424s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
55982024-11-06T08:49:38.484Z PASS [ 8.147s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
55992024-11-06T08:49:41.041Z PASS [ 14.757s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
56002024-11-06T08:49:41.316Z PASS [ 26.167s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
56012024-11-06T08:49:42.251Z PASS [ 8.032s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
56022024-11-06T08:49:46.363Z PASS [ 23.739s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
56032024-11-06T08:50:00.465Z SLOW [>480.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
56042024-11-06T08:50:08.063Z PASS [ 27.019s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
56052024-11-06T08:50:11.385Z PASS [ 34.937s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
56062024-11-06T08:50:11.814Z PASS [ 33.324s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
56072024-11-06T08:50:12.526Z PASS [ 31.206s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
56082024-11-06T08:50:14.519Z PASS [ 32.264s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
56092024-11-06T08:50:22.355Z PASS [ 44.904s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
56102024-11-06T08:50:33.463Z PASS [ 47.094s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
56112024-11-06T08:50:33.978Z PASS [ 22.590s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
56122024-11-06T08:50:34.049Z PASS [ 22.233s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
56132024-11-06T08:50:43.241Z PASS [ 35.174s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
56142024-11-06T08:50:44.924Z PASS [ 22.565s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
56152024-11-06T08:50:48.935Z PASS [ 36.406s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
56162024-11-06T08:51:00.475Z SLOW [>540.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
56172024-11-06T08:51:01.589Z PASS [ 47.067s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
56182024-11-06T08:51:06.477Z PASS [ 21.550s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
56192024-11-06T08:51:12.611Z PASS [ 29.365s] omicron-nexus::test_all integration_tests::instances::test_instance_access
56202024-11-06T08:51:18.257Z PASS [ 44.788s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
56212024-11-06T08:51:18.629Z PASS [ 44.573s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
56222024-11-06T08:51:23.767Z PASS [ 34.825s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
56232024-11-06T08:51:33.986Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
56242024-11-06T08:51:42.304Z PASS [ 40.708s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
56252024-11-06T08:51:48.664Z PASS [ 42.181s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
56262024-11-06T08:51:53.916Z PASS [ 41.300s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
56272024-11-06T08:51:54.438Z PASS [ 36.158s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
56282024-11-06T08:51:56.505Z PASS [ 37.872s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
56292024-11-06T08:52:00.483Z SLOW [>600.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
56302024-11-06T08:52:09.355Z PASS [ 45.585s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
56312024-11-06T08:52:10.193Z PASS [ 96.200s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
56322024-11-06T08:52:14.956Z PASS [ 614.489s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
56332024-11-06T08:52:18.598Z PASS [ 29.930s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
56342024-11-06T08:52:20.194Z PASS [ 26.273s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
56352024-11-06T08:52:25.819Z PASS [ 31.395s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
56362024-11-06T08:52:30.540Z PASS [ 34.027s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
56372024-11-06T08:52:38.139Z PASS [ 55.828s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
56382024-11-06T08:52:40.483Z PASS [ 31.111s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
56392024-11-06T08:52:42.365Z PASS [ 32.171s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
56402024-11-06T08:52:45.807Z PASS [ 30.847s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
56412024-11-06T08:52:49.422Z PASS [ 30.820s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
56422024-11-06T08:53:02.191Z PASS [ 36.368s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
56432024-11-06T08:53:10.954Z PASS [ 40.411s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
56442024-11-06T08:53:10.962Z PASS [ 50.763s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
56452024-11-06T08:53:13.490Z PASS [ 35.339s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
56462024-11-06T08:53:17.044Z PASS [ 36.567s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
56472024-11-06T08:53:23.164Z PASS [ 20.970s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
56482024-11-06T08:53:24.756Z PASS [ 42.385s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
56492024-11-06T08:53:25.566Z PASS [ 39.752s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
56502024-11-06T08:53:30.594Z PASS [ 41.167s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
56512024-11-06T08:53:32.123Z PASS [ 21.157s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
56522024-11-06T08:53:42.250Z PASS [ 28.763s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
56532024-11-06T08:53:43.789Z PASS [ 26.742s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
56542024-11-06T08:53:44.234Z PASS [ 21.067s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
56552024-11-06T08:53:45.175Z PASS [ 34.218s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
56562024-11-06T08:53:54.409Z PASS [ 29.649s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
56572024-11-06T08:53:55.399Z PASS [ 29.831s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
56582024-11-06T08:53:59.915Z PASS [ 27.787s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
56592024-11-06T08:54:02.962Z PASS [ 19.171s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
56602024-11-06T08:54:05.017Z PASS [ 20.780s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
56612024-11-06T08:54:06.779Z PASS [ 21.599s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
56622024-11-06T08:54:12.350Z PASS [ 41.750s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
56632024-11-06T08:54:14.745Z PASS [ 19.344s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
56642024-11-06T08:54:15.579Z PASS [ 21.132s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
56652024-11-06T08:54:15.864Z PASS [ 33.609s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
56662024-11-06T08:54:33.763Z PASS [ 19.016s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
56672024-11-06T08:54:33.997Z PASS [ 31.030s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
56682024-11-06T08:54:35.135Z PASS [ 35.217s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
56692024-11-06T08:54:35.513Z PASS [ 19.647s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
56702024-11-06T08:54:36.081Z PASS [ 31.061s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
56712024-11-06T08:54:39.165Z PASS [ 23.617s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
56722024-11-06T08:54:40.575Z PASS [ 33.790s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
56732024-11-06T08:54:45.722Z PASS [ 33.366s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
56742024-11-06T08:54:54.935Z PASS [ 21.169s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
56752024-11-06T08:54:54.984Z PASS [ 20.984s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
56762024-11-06T08:54:55.864Z PASS [ 20.347s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
56772024-11-06T08:54:56.293Z PASS [ 21.155s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
56782024-11-06T08:54:56.315Z PASS [ 20.230s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
56792024-11-06T08:55:00.901Z PASS [ 21.728s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
56802024-11-06T08:55:05.873Z PASS [ 25.296s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
56812024-11-06T08:55:08.751Z PASS [ 23.024s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
56822024-11-06T08:55:16.209Z PASS [ 20.342s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
56832024-11-06T08:55:17.987Z PASS [ 23.000s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
56842024-11-06T08:55:22.017Z PASS [ 27.078s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
56852024-11-06T08:55:27.900Z PASS [ 31.603s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
56862024-11-06T08:55:29.914Z PASS [ 21.164s] omicron-nexus::test_all integration_tests::metrics::test_timeseries_schema_list
56872024-11-06T08:55:32.267Z PASS [ 26.390s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
56882024-11-06T08:55:36.233Z PASS [ 20.022s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
56892024-11-06T08:55:42.230Z PASS [ 45.910s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
56902024-11-06T08:55:44.757Z PASS [ 26.765s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
56912024-11-06T08:55:54.098Z PASS [ 53.195s] omicron-nexus::test_all integration_tests::metrics::test_metrics
56922024-11-06T08:55:55.205Z PASS [ 25.287s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
56932024-11-06T08:55:55.847Z PASS [ 33.823s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
56942024-11-06T08:55:59.824Z PASS [ 27.553s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
56952024-11-06T08:56:01.814Z PASS [ 25.573s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
56962024-11-06T08:56:12.437Z PASS [ 44.531s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
56972024-11-06T08:56:20.995Z PASS [ 26.895s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
56982024-11-06T08:56:27.169Z PASS [ 44.932s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
56992024-11-06T08:56:28.984Z PASS [ 44.222s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
57002024-11-06T08:56:29.313Z PASS [ 33.465s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
57012024-11-06T08:56:34.033Z PASS [ 34.205s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
57022024-11-06T08:56:38.499Z PASS [ 36.684s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
57032024-11-06T08:56:39.490Z PASS [ 44.280s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
57042024-11-06T08:56:39.909Z PASS [ 27.467s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
57052024-11-06T08:56:52.787Z PASS [ 23.471s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
57062024-11-06T08:56:56.126Z PASS [ 22.090s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
57072024-11-06T08:57:01.643Z PASS [ 21.731s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
57082024-11-06T08:57:04.810Z PASS [ 26.308s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
57092024-11-06T08:57:05.100Z PASS [ 25.605s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
57102024-11-06T08:57:06.938Z PASS [ 45.936s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
57112024-11-06T08:57:15.877Z PASS [ 48.701s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
57122024-11-06T08:57:20.152Z PASS [ 27.360s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
57132024-11-06T08:57:24.971Z PASS [ 23.325s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
57142024-11-06T08:57:25.514Z PASS [ 29.384s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
57152024-11-06T08:57:25.853Z PASS [ 21.040s] omicron-nexus::test_all integration_tests::projects::test_projects
57162024-11-06T08:57:27.392Z PASS [ 22.288s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
57172024-11-06T08:57:28.992Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
57182024-11-06T08:57:29.666Z PASS [ 60.673s] omicron-nexus::test_all integration_tests::password_login::test_local_users
57192024-11-06T08:57:35.460Z PASS [ 19.581s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
57202024-11-06T08:57:40.246Z PASS [ 20.092s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
57212024-11-06T08:57:46.597Z PASS [ 21.081s] omicron-nexus::test_all integration_tests::rack::test_sled_add
57222024-11-06T08:57:46.677Z PASS [ 20.822s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
57232024-11-06T08:57:47.591Z PASS [ 22.618s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
57242024-11-06T08:57:48.240Z PASS [ 20.846s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
57252024-11-06T08:57:48.660Z PASS [ 0.421s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
57262024-11-06T08:57:50.248Z PASS [ 3.570s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
57272024-11-06T08:57:50.634Z PASS [ 20.966s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
57282024-11-06T08:57:51.021Z PASS [ 3.431s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
57292024-11-06T08:57:52.065Z PASS [ 3.404s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
57302024-11-06T08:57:52.546Z PASS [ 17.084s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
57312024-11-06T08:57:53.595Z PASS [ 3.347s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
57322024-11-06T08:57:58.045Z PASS [ 17.796s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
57332024-11-06T08:57:58.235Z PASS [ 0.190s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
57342024-11-06T08:57:58.352Z PASS [ 0.114s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
57352024-11-06T08:57:58.516Z PASS [ 0.155s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
57362024-11-06T08:57:58.688Z PASS [ 0.169s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
57372024-11-06T08:57:58.863Z PASS [ 0.190s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
57382024-11-06T08:58:02.981Z PASS [ 56.034s] omicron-nexus::test_all integration_tests::quotas::test_quotas
57392024-11-06T08:58:07.973Z PASS [ 21.372s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
57402024-11-06T08:58:14.006Z PASS [ 22.980s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
57412024-11-06T08:58:14.380Z PASS [ 23.742s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
57422024-11-06T08:58:15.081Z PASS [ 22.532s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
57432024-11-06T08:58:15.767Z PASS [ 22.167s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
57442024-11-06T08:58:15.952Z PASS [ 0.186s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
57452024-11-06T08:58:19.039Z PASS [ 20.172s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
57462024-11-06T08:58:23.357Z PASS [ 20.374s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
57472024-11-06T08:58:23.461Z PASS [ 0.104s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
57482024-11-06T08:58:23.559Z PASS [ 0.099s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
57492024-11-06T08:58:26.701Z PASS [ 34.630s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
57502024-11-06T08:58:28.911Z PASS [ 20.937s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
57512024-11-06T08:58:34.800Z PASS [ 20.792s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
57522024-11-06T08:58:35.601Z PASS [ 21.228s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
57532024-11-06T08:58:35.945Z PASS [ 20.871s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
57542024-11-06T08:58:38.070Z PASS [ 22.124s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
57552024-11-06T08:58:39.049Z PASS [ 20.010s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
57562024-11-06T08:58:40.799Z PASS [ 17.247s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
57572024-11-06T08:58:42.339Z PASS [ 15.646s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
57582024-11-06T08:58:42.505Z PASS [ 3.455s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
57592024-11-06T08:58:42.676Z PASS [ 13.772s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
57602024-11-06T08:58:44.995Z PASS [ 10.197s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
57612024-11-06T08:58:45.201Z PASS [ 2.698s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
57622024-11-06T08:58:47.204Z PASS [ 2.208s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
57632024-11-06T08:58:47.538Z PASS [ 2.337s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
57642024-11-06T08:58:49.472Z PASS [ 2.268s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
57652024-11-06T08:58:49.920Z PASS [ 2.382s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
57662024-11-06T08:58:51.271Z PASS [ 1.351s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
57672024-11-06T08:59:26.450Z PASS [ 35.174s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
57682024-11-06T08:59:36.783Z PASS [ 47.305s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
57692024-11-06T08:59:47.977Z PASS [ 21.523s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
57702024-11-06T09:00:08.573Z PASS [ 31.765s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
57712024-11-06T09:00:21.296Z PASS [ 12.739s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
57722024-11-06T09:00:21.391Z PASS [ 12.820s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
57732024-11-06T09:00:21.816Z PASS [ 13.253s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
57742024-11-06T09:00:22.026Z PASS [ 13.447s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
57752024-11-06T09:00:31.463Z PASS [ 43.452s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
57762024-11-06T09:00:37.536Z PASS [ 16.237s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
57772024-11-06T09:00:38.291Z PASS [ 16.898s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
57782024-11-06T09:00:38.760Z PASS [ 16.940s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
57792024-11-06T09:00:38.849Z PASS [ 16.821s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
57802024-11-06T09:00:52.042Z PASS [ 20.577s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
57812024-11-06T09:00:52.344Z PASS [ 20.866s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
57822024-11-06T09:00:52.883Z PASS [ 21.433s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
57832024-11-06T09:00:55.933Z PASS [ 24.492s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
57842024-11-06T09:00:59.564Z PASS [ 22.024s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
57852024-11-06T09:01:00.671Z PASS [ 21.820s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
57862024-11-06T09:01:00.713Z PASS [ 22.418s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
57872024-11-06T09:01:10.637Z PASS [ 31.873s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
57882024-11-06T09:01:13.196Z PASS [ 20.852s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
57892024-11-06T09:01:13.498Z PASS [ 20.610s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
57902024-11-06T09:01:15.784Z PASS [ 23.746s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
57912024-11-06T09:01:15.925Z PASS [ 19.984s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
57922024-11-06T09:01:20.552Z PASS [ 19.878s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
57932024-11-06T09:01:20.942Z PASS [ 21.373s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
57942024-11-06T09:01:27.492Z PASS [ 26.774s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
57952024-11-06T09:01:35.693Z PASS [ 22.502s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
57962024-11-06T09:01:35.886Z PASS [ 20.099s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
57972024-11-06T09:01:39.309Z PASS [ 28.668s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
57982024-11-06T09:01:39.958Z PASS [ 26.459s] omicron-nexus::test_all integration_tests::silos::test_silos
57992024-11-06T09:01:41.041Z PASS [ 20.484s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
58002024-11-06T09:01:45.835Z PASS [ 29.909s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
58012024-11-06T09:01:50.181Z PASS [ 29.236s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
58022024-11-06T09:01:50.758Z PASS [ 23.264s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
58032024-11-06T09:01:59.842Z PASS [ 19.882s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
58042024-11-06T09:02:03.797Z PASS [ 22.757s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
58052024-11-06T09:02:08.284Z PASS [ 22.448s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
58062024-11-06T09:02:08.310Z PASS [ 32.613s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
58072024-11-06T09:02:11.588Z PASS [ 35.697s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
58082024-11-06T09:02:12.235Z PASS [ 22.049s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
58092024-11-06T09:02:12.622Z PASS [ 33.309s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
58102024-11-06T09:02:14.016Z PASS [ 1.394s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
58112024-11-06T09:02:15.982Z PASS [ 4.392s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
58122024-11-06T09:02:16.764Z PASS [ 4.530s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
58132024-11-06T09:02:18.559Z PASS [ 4.543s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
58142024-11-06T09:02:20.360Z PASS [ 4.379s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
58152024-11-06T09:02:23.703Z PASS [ 32.940s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
58162024-11-06T09:02:25.252Z PASS [ 25.403s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
58172024-11-06T09:02:26.282Z PASS [ 2.578s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
58182024-11-06T09:02:35.891Z PASS [ 27.578s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
58192024-11-06T09:02:35.950Z PASS [ 32.146s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
58202024-11-06T09:02:36.125Z PASS [ 19.358s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
58212024-11-06T09:02:37.129Z PASS [ 28.840s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
58222024-11-06T09:02:45.399Z PASS [ 20.147s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
58232024-11-06T09:02:49.965Z PASS [ 23.680s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
58242024-11-06T09:02:53.286Z PASS [ 17.391s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized
58252024-11-06T09:02:55.060Z PASS [ 36.495s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
58262024-11-06T09:02:55.572Z PASS [ 19.618s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
58272024-11-06T09:03:08.354Z PASS [ 31.222s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
58282024-11-06T09:03:10.776Z PASS [ 34.645s] omicron-nexus::test_all integration_tests::utilization::test_utilization
58292024-11-06T09:03:16.876Z PASS [ 26.908s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
58302024-11-06T09:03:18.340Z PASS [ 32.936s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
58312024-11-06T09:03:20.369Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
58322024-11-06T09:03:25.148Z PASS [ 31.858s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
58332024-11-06T09:03:26.600Z PASS [ 31.026s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
58342024-11-06T09:03:27.599Z PASS [ 32.535s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
58352024-11-06T09:03:41.343Z PASS [ 32.985s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
58362024-11-06T09:03:42.897Z PASS [ 32.116s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
58372024-11-06T09:03:48.508Z PASS [ 31.627s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
58382024-11-06T09:03:49.885Z PASS [ 31.542s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
58392024-11-06T09:03:51.749Z PASS [ 25.145s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
58402024-11-06T09:03:55.124Z PASS [ 29.972s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
58412024-11-06T09:03:56.560Z PASS [ 96.187s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
58422024-11-06T09:04:03.702Z PASS [ 36.098s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
58432024-11-06T09:04:17.343Z PASS [ 35.996s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
58442024-11-06T09:04:22.520Z PASS [ 39.621s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
58452024-11-06T09:04:22.861Z PASS [ 27.734s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
58462024-11-06T09:04:28.929Z PASS [ 32.365s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
58472024-11-06T09:04:29.173Z PASS [ 40.639s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
58482024-11-06T09:04:29.252Z PASS [ 39.348s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
58492024-11-06T09:04:31.209Z PASS [ 39.455s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
58502024-11-06T09:04:35.603Z PASS [ 31.895s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
58512024-11-06T09:04:38.444Z PASS [ 21.097s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
58522024-11-06T09:04:43.041Z PASS [ 20.518s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
58532024-11-06T09:04:43.591Z PASS [ 20.727s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
58542024-11-06T09:04:49.213Z PASS [ 20.270s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
58552024-11-06T09:04:49.921Z PASS [ 20.679s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
58562024-11-06T09:04:50.604Z PASS [ 21.448s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
58572024-11-06T09:04:51.636Z PASS [ 20.424s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
58582024-11-06T09:04:56.683Z PASS [ 21.079s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
58592024-11-06T09:05:00.959Z PASS [ 22.513s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
58602024-11-06T09:05:04.240Z PASS [ 20.640s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
58612024-11-06T09:05:06.237Z PASS [ 23.177s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
58622024-11-06T09:05:09.921Z PASS [ 20.715s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
58632024-11-06T09:05:10.721Z PASS [ 20.797s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
58642024-11-06T09:05:10.970Z PASS [ 20.363s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
58652024-11-06T09:05:11.693Z PASS [ 20.055s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
58662024-11-06T09:05:17.945Z PASS [ 21.259s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
58672024-11-06T09:05:22.073Z PASS [ 21.109s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
58682024-11-06T09:05:23.605Z PASS [ 19.367s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
58692024-11-06T09:05:27.305Z PASS [ 21.080s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
58702024-11-06T09:05:29.022Z PASS [ 19.099s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
58712024-11-06T09:05:30.964Z PASS [ 19.991s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
58722024-11-06T09:05:31.162Z PASS [ 20.439s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
58732024-11-06T09:05:31.925Z PASS [ 20.229s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
58742024-11-06T09:05:40.071Z PASS [ 22.123s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
58752024-11-06T09:05:42.864Z PASS [ 20.789s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
58762024-11-06T09:05:45.200Z PASS [ 21.594s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
58772024-11-06T09:05:48.068Z PASS [ 20.761s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
58782024-11-06T09:05:52.517Z PASS [ 21.548s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
58792024-11-06T09:05:53.501Z PASS [ 24.475s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
58802024-11-06T09:05:56.387Z PASS [ 25.220s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
58812024-11-06T09:06:01.650Z PASS [ 29.721s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
58822024-11-06T09:06:05.044Z PASS [ 24.971s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
58832024-11-06T09:06:05.168Z PASS [ 0.122s] omicron-package dot::test::test_bad_dependency
58842024-11-06T09:06:05.215Z PASS [ 0.047s] omicron-package dot::test::test_dot_output
58852024-11-06T09:06:08.970Z PASS [ 7.319s] omicron-omdb::test_all_output test_omdb_usage_errors
58862024-11-06T09:06:08.995Z PASS [ 0.026s] omicron-passwords test::test_password_constraints
58872024-11-06T09:06:11.743Z PASS [ 2.747s] omicron-passwords test::test_reproducible
58882024-11-06T09:06:12.098Z PASS [ 6.881s] omicron-passwords test::test_compatible
58892024-11-06T09:06:12.145Z PASS [ 0.047s] omicron-passwords test::test_stable
58902024-11-06T09:06:12.177Z PASS [ 0.028s] omicron-passwords test::test_weak_hashes
58912024-11-06T09:06:12.201Z PASS [ 0.025s] omicron-rpaths internal::tests::test_configure_from_path
58922024-11-06T09:06:12.259Z PASS [ 0.062s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
58932024-11-06T09:06:12.285Z PASS [ 0.023s] omicron-rpaths internal::tests::test_emit_rpath
58942024-11-06T09:06:12.847Z PASS [ 24.775s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
58952024-11-06T09:06:12.856Z PASS [ 0.574s] omicron-sled-agent artifact_store::test::list_get_put_delete
58962024-11-06T09:06:13.002Z PASS [ 0.151s] omicron-sled-agent artifact_store::test::no_dataset
58972024-11-06T09:06:13.031Z PASS [ 0.172s] omicron-sled-agent artifact_store::test::wrong_hash
58982024-11-06T09:06:13.167Z PASS [ 0.157s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
58992024-11-06T09:06:13.273Z PASS [ 0.118s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
59002024-11-06T09:06:13.426Z PASS [ 0.152s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
59012024-11-06T09:06:13.522Z PASS [ 0.096s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
59022024-11-06T09:06:13.652Z PASS [ 0.622s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
59032024-11-06T09:06:13.732Z PASS [ 0.080s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
59042024-11-06T09:06:13.783Z PASS [ 0.051s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
59052024-11-06T09:06:13.844Z PASS [ 0.062s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
59062024-11-06T09:06:13.891Z PASS [ 0.039s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
59072024-11-06T09:06:13.929Z PASS [ 0.045s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
59082024-11-06T09:06:13.967Z PASS [ 0.039s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
59092024-11-06T09:06:14.002Z PASS [ 0.035s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
59102024-11-06T09:06:14.037Z PASS [ 0.036s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
59112024-11-06T09:06:14.071Z PASS [ 0.034s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
59122024-11-06T09:06:14.094Z PASS [ 0.560s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
59132024-11-06T09:06:14.143Z PASS [ 0.071s] omicron-sled-agent config::test::test_smf_configs
59142024-11-06T09:06:14.160Z PASS [ 0.072s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
59152024-11-06T09:06:14.201Z PASS [ 0.046s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
59162024-11-06T09:06:14.216Z PASS [ 0.058s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
59172024-11-06T09:06:14.248Z PASS [ 0.058s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
59182024-11-06T09:06:14.277Z PASS [ 0.045s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
59192024-11-06T09:06:14.296Z PASS [ 0.049s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
59202024-11-06T09:06:14.342Z PASS [ 29.137s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
59212024-11-06T09:06:14.590Z PASS [ 22.074s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
59222024-11-06T09:06:18.211Z PASS [ 3.619s] omicron-sled-agent instance::tests::test_instance_manager_creation
59232024-11-06T09:06:18.364Z PASS [ 4.101s] omicron-sled-agent instance::tests::test_instance_create_events_normal
59242024-11-06T09:06:18.394Z PASS [ 0.037s] omicron-sled-agent probe_manager::test::probe_state_set_ops
59252024-11-06T09:06:18.425Z PASS [ 0.031s] omicron-sled-agent profile::tests::empty_profile
59262024-11-06T09:06:18.460Z PASS [ 0.034s] omicron-sled-agent profile::tests::test_disabled_instance
59272024-11-06T09:06:18.500Z PASS [ 0.040s] omicron-sled-agent profile::tests::test_instance
59282024-11-06T09:06:18.539Z PASS [ 25.034s] omicron-omdb::test_all_output test_omdb_env_settings
59292024-11-06T09:06:18.549Z PASS [ 0.049s] omicron-sled-agent profile::tests::test_multiple
59302024-11-06T09:06:18.576Z PASS [ 0.039s] omicron-sled-agent profile::tests::test_property
59312024-11-06T09:06:18.585Z PASS [ 0.037s] omicron-sled-agent profile::tests::test_property_group
59322024-11-06T09:06:18.610Z PASS [ 0.035s] omicron-sled-agent profile::tests::test_service
59332024-11-06T09:06:18.619Z PASS [ 0.035s] omicron-sled-agent profile::tests::test_service_property_group
59342024-11-06T09:06:18.640Z PASS [ 0.030s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
59352024-11-06T09:06:18.650Z PASS [ 0.031s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
59362024-11-06T09:06:18.680Z PASS [ 0.038s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
59372024-11-06T09:06:18.699Z PASS [ 0.047s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v5_schema
59382024-11-06T09:06:18.730Z PASS [ 0.051s] omicron-sled-agent rack_setup::plan::sled::tests::test_read_known_rss_sled_plans
59392024-11-06T09:06:18.744Z PASS [ 0.046s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
59402024-11-06T09:06:18.771Z PASS [ 0.043s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
59412024-11-06T09:06:19.576Z PASS [ 5.233s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
59422024-11-06T09:06:20.343Z PASS [ 6.047s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
59432024-11-06T09:06:21.908Z PASS [ 3.163s] omicron-sled-agent services::illumos_tests::test_bad_generations
59442024-11-06T09:06:21.966Z PASS [ 3.193s] omicron-sled-agent services::illumos_tests::test_ensure_service
59452024-11-06T09:06:22.689Z PASS [ 3.112s] omicron-sled-agent services::illumos_tests::test_ensure_service_before_timesync
59462024-11-06T09:06:22.731Z PASS [ 0.042s] omicron-sled-agent services::test::test_all_zones_requests_schema
59472024-11-06T09:06:22.764Z PASS [ 0.033s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
59482024-11-06T09:06:22.803Z PASS [ 0.039s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
59492024-11-06T09:06:22.841Z PASS [ 0.038s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
59502024-11-06T09:06:22.880Z PASS [ 0.038s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
59512024-11-06T09:06:22.919Z PASS [ 0.040s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
59522024-11-06T09:06:22.929Z PASS [ 40.060s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
59532024-11-06T09:06:22.957Z PASS [ 0.038s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
59542024-11-06T09:06:22.968Z PASS [ 0.040s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
59552024-11-06T09:06:22.994Z PASS [ 0.038s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
59562024-11-06T09:06:23.022Z PASS [ 0.030s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
59572024-11-06T09:06:23.053Z PASS [ 0.027s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
59582024-11-06T09:06:23.090Z PASS [ 0.037s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
59592024-11-06T09:06:23.129Z PASS [ 0.039s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
59602024-11-06T09:06:23.167Z PASS [ 0.038s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
59612024-11-06T09:06:23.202Z PASS [ 0.035s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
59622024-11-06T09:06:23.239Z PASS [ 0.037s] omicron-sled-agent sim::storage::test::snapshot_needs_region
59632024-11-06T09:06:23.281Z PASS [ 0.041s] omicron-sled-agent updates::test::test_query_no_components
59642024-11-06T09:06:23.320Z PASS [ 0.039s] omicron-sled-agent updates::test::test_query_sled_agent_version
59652024-11-06T09:06:23.335Z PASS [ 2.990s] omicron-sled-agent services::illumos_tests::test_ensure_service_which_already_exists
59662024-11-06T09:06:23.365Z PASS [ 0.046s] omicron-sled-agent updates::test::test_query_zone_version
59672024-11-06T09:06:23.408Z PASS [ 0.035s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
59682024-11-06T09:06:23.493Z PASS [ 0.158s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
59692024-11-06T09:06:23.947Z PASS [ 12.203s] omicron-passwords test::test_smoke
59702024-11-06T09:06:23.990Z PASS [ 0.043s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
59712024-11-06T09:06:24.777Z PASS [ 2.870s] omicron-sled-agent services::illumos_tests::test_services_are_recreated_on_reboot
59722024-11-06T09:06:25.086Z PASS [ 3.119s] omicron-sled-agent services::illumos_tests::test_services_do_not_persist_without_config
59732024-11-06T09:06:25.545Z PASS [ 29.156s] omicron-omdb::test_all_output test_omdb_success_cases
59742024-11-06T09:06:25.603Z PASS [ 0.058s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
59752024-11-06T09:06:25.643Z PASS [ 0.039s] omicron-sled-agent zone_bundle::tests::test_dir_size
59762024-11-06T09:06:25.695Z PASS [ 0.052s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
59772024-11-06T09:06:26.315Z PASS [ 0.622s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
59782024-11-06T09:06:26.361Z PASS [ 2.872s] omicron-sled-agent zone_bundle::illumos_tests::test_context
59792024-11-06T09:06:26.441Z PASS [ 3.042s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
59802024-11-06T09:06:26.512Z PASS [ 0.149s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
59812024-11-06T09:06:26.520Z PASS [ 0.078s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
59822024-11-06T09:06:26.534Z PASS [ 0.022s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
59832024-11-06T09:06:26.781Z PASS [ 0.465s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
59842024-11-06T09:06:26.859Z PASS [ 3.892s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
59852024-11-06T09:06:26.885Z PASS [ 0.026s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
59862024-11-06T09:06:26.919Z PASS [ 0.032s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
59872024-11-06T09:06:27.071Z PASS [ 0.538s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
59882024-11-06T09:06:27.071Z PASS [ 0.140s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
59892024-11-06T09:06:27.072Z PASS [ 0.525s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
59902024-11-06T09:06:27.271Z PASS [ 0.207s] omicron-test-utils dev::db::test::test_bad_cmd
59912024-11-06T09:06:27.363Z PASS [ 3.374s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
59922024-11-06T09:06:27.440Z PASS [ 2.662s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
59932024-11-06T09:06:27.450Z PASS [ 0.379s] omicron-test-utils dev::db::test::test_cmd_fails
59942024-11-06T09:06:27.474Z PASS [ 0.034s] omicron-test-utils dev::db::test::test_make_pg_config_fail
59952024-11-06T09:06:27.481Z PASS [ 0.032s] omicron-test-utils dev::db::test::test_make_pg_config_ok
59962024-11-06T09:06:27.503Z PASS [ 0.029s] omicron-test-utils dev::db::test::test_process_exit_abnormal
59972024-11-06T09:06:27.511Z PASS [ 0.453s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
59982024-11-06T09:06:27.518Z PASS [ 0.037s] omicron-test-utils dev::db::test::test_process_exit_normal
59992024-11-06T09:06:27.601Z PASS [ 0.237s] omicron-test-utils dev::db::test::test_database_start_hang
60002024-11-06T09:06:27.628Z PASS [ 0.028s] omicron-test-utils dev::db::test::test_starter_tmpdir
60012024-11-06T09:06:27.703Z PASS [ 0.074s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
60022024-11-06T09:06:27.733Z PASS [ 0.031s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
60032024-11-06T09:06:27.764Z PASS [ 0.029s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
60042024-11-06T09:06:27.793Z PASS [ 0.030s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
60052024-11-06T09:06:27.819Z PASS [ 1.036s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
60062024-11-06T09:06:27.860Z PASS [ 0.065s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
60072024-11-06T09:06:27.938Z LEAK [ 0.433s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
60082024-11-06T09:06:28.147Z PASS [ 3.059s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
60092024-11-06T09:06:28.273Z PASS [ 0.439s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
60102024-11-06T09:06:28.378Z PASS [ 0.229s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
60112024-11-06T09:06:28.463Z PASS [ 0.526s] oximeter test::timeseries_schema_consistency
60122024-11-06T09:06:28.677Z PASS [ 0.216s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
60132024-11-06T09:06:28.707Z PASS [ 0.027s] oximeter-collector self_stats::tests::test_failure_reason_serialization
60142024-11-06T09:06:28.779Z PASS [ 0.395s] oximeter-collector agent::tests::test_self_stat_error_counter
60152024-11-06T09:06:28.779Z PASS [ 0.512s] oximeter-collector agent::tests::test_self_stat_collection_count
60162024-11-06T09:06:28.886Z PASS [ 1.367s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
60172024-11-06T09:06:28.932Z PASS [ 0.046s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
60182024-11-06T09:06:28.962Z PASS [ 0.030s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
60192024-11-06T09:06:28.977Z PASS [ 0.193s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
60202024-11-06T09:06:28.977Z PASS [ 0.203s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
60212024-11-06T09:06:28.989Z PASS [ 0.027s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
60222024-11-06T09:06:29.024Z PASS [ 1.166s] openapi-manager check::tests::check_apis_up_to_date
60232024-11-06T09:06:29.149Z PASS [ 1.876s] omicron-test-utils dev::db::test::test_database_concurrent
60242024-11-06T09:06:29.254Z PASS [ 0.547s] oximeter-collector::test_commands test_oximeter_no_args
60252024-11-06T09:06:29.837Z PASS [ 0.685s] oximeter-db client::tests::can_ping_clickhouse
60262024-11-06T09:06:29.958Z PASS [ 0.122s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
60272024-11-06T09:06:30.048Z PASS [ 0.085s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
60282024-11-06T09:06:30.323Z PASS [ 1.341s] oximeter-db client::oxql::tests::test_get_entire_table
60292024-11-06T09:06:30.398Z PASS [ 1.353s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
60302024-11-06T09:06:30.399Z PASS [ 1.308s] oximeter-db client::oxql::tests::test_limit_operations
60312024-11-06T09:06:30.420Z PASS [ 1.418s] oximeter-db client::oxql::tests::test_get_one_timeseries
60322024-11-06T09:06:31.155Z PASS [ 0.746s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
60332024-11-06T09:06:31.406Z PASS [ 1.072s] oximeter-db client::tests::read_latest_version_reports_max
60342024-11-06T09:06:31.415Z PASS [ 1.055s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
60352024-11-06T09:06:32.127Z PASS [ 0.713s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
60362024-11-06T09:06:32.248Z PASS [ 1.093s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
60372024-11-06T09:06:32.459Z PASS [ 1.054s] oximeter-db client::tests::select_timeseries_with_select_one
60382024-11-06T09:06:33.347Z PASS [ 1.219s] oximeter-db client::tests::test_client_select_timeseries_one
60392024-11-06T09:06:33.402Z PASS [ 1.154s] oximeter-db client::tests::test_database_version_update_is_idempotent
60402024-11-06T09:06:33.410Z PASS [ 3.097s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
60412024-11-06T09:06:33.453Z PASS [ 0.995s] oximeter-db client::tests::test_database_version_will_not_downgrade
60422024-11-06T09:06:34.318Z PASS [ 0.913s] oximeter-db client::tests::test_differentiate_by_timeseries_name
60432024-11-06T09:06:34.354Z PASS [ 0.944s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
60442024-11-06T09:06:34.486Z PASS [ 0.910s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
60452024-11-06T09:06:34.553Z PASS [ 1.206s] oximeter-db client::tests::test_database_version_wipes_old_version
60462024-11-06T09:06:35.399Z PASS [ 1.083s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
60472024-11-06T09:06:35.445Z PASS [ 1.081s] oximeter-db client::tests::test_field_record_count
60482024-11-06T09:06:35.547Z PASS [ 0.994s] oximeter-db client::tests::test_get_schema_no_new_values
60492024-11-06T09:06:36.110Z PASS [ 1.753s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
60502024-11-06T09:06:36.430Z PASS [ 1.031s] oximeter-db client::tests::test_insert_samples
60512024-11-06T09:06:36.468Z PASS [ 0.037s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
60522024-11-06T09:06:36.490Z PASS [ 1.045s] oximeter-db client::tests::test_is_oximeter_cluster
60532024-11-06T09:06:36.508Z PASS [ 0.040s] oximeter-db client::tests::test_read_timeseries_to_delete
60542024-11-06T09:06:36.524Z PASS [ 0.035s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
60552024-11-06T09:06:36.537Z PASS [ 0.033s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
60562024-11-06T09:06:36.605Z PASS [ 1.059s] oximeter-db client::tests::test_list_timeseries
60572024-11-06T09:06:36.615Z PASS [ 9.105s] omicron-test-utils dev::db::test::test_setup_database_default_dir
60582024-11-06T09:06:37.129Z PASS [ 1.023s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
60592024-11-06T09:06:37.413Z PASS [ 0.874s] oximeter-db client::tests::test_schema_mismatch
60602024-11-06T09:06:37.517Z PASS [ 0.910s] oximeter-db client::tests::test_schema_update
60612024-11-06T09:06:37.587Z PASS [ 0.969s] oximeter-db client::tests::test_select_all_datum_types
60622024-11-06T09:06:37.917Z PASS [ 1.393s] oximeter-db client::tests::test_recall_of_all_fields
60632024-11-06T09:06:38.127Z PASS [ 0.997s] oximeter-db client::tests::test_select_all_field_types
60642024-11-06T09:06:38.405Z PASS [ 0.991s] oximeter-db client::tests::test_select_timeseries_with_all
60652024-11-06T09:06:38.784Z PASS [ 1.269s] oximeter-db client::tests::test_select_timeseries_with_limit
60662024-11-06T09:06:38.790Z PASS [ 1.206s] oximeter-db client::tests::test_select_timeseries_with_order
60672024-11-06T09:06:38.996Z PASS [ 1.079s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
60682024-11-06T09:06:39.141Z PASS [ 1.013s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
60692024-11-06T09:06:39.165Z PASS [ 0.025s] oximeter-db client::tests::test_unravel_index
60702024-11-06T09:06:39.435Z PASS [ 1.031s] oximeter-db client::tests::test_select_timeseries_with_start_time
60712024-11-06T09:06:39.469Z PASS [ 0.035s] oximeter-db client::tests::test_verify_schema_upgrades
60722024-11-06T09:06:39.493Z PASS [ 0.024s] oximeter-db model::tests::test_db_bool
60732024-11-06T09:06:39.722Z PASS [ 0.930s] oximeter-db client::tests::test_timeseries_schema_list
60742024-11-06T09:06:39.745Z PASS [ 0.021s] oximeter-db model::tests::test_db_datum_type_conversion
60752024-11-06T09:06:39.775Z PASS [ 0.029s] oximeter-db model::tests::test_db_field_list_conversion
60762024-11-06T09:06:39.802Z PASS [ 0.028s] oximeter-db model::tests::test_db_field_type_conversion
60772024-11-06T09:06:39.832Z PASS [ 0.031s] oximeter-db model::tests::test_db_histogram
60782024-11-06T09:06:39.885Z PASS [ 0.889s] oximeter-db client::tests::test_unquoted_64bit_integers
60792024-11-06T09:06:39.914Z PASS [ 0.028s] oximeter-db model::tests::test_parse_bytes_measurement
60802024-11-06T09:06:39.940Z PASS [ 0.027s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
60812024-11-06T09:06:39.967Z PASS [ 0.026s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
60822024-11-06T09:06:40.006Z PASS [ 0.035s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
60832024-11-06T09:06:40.038Z PASS [ 0.033s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
60842024-11-06T09:06:40.070Z PASS [ 0.034s] oximeter-db model::tests::test_unroll_from_source
60852024-11-06T09:06:40.100Z PASS [ 0.030s] oximeter-db model::tests::test_unroll_measurement_row
60862024-11-06T09:06:40.130Z PASS [ 0.030s] oximeter-db model::tests::test_unroll_missing_measurement_row
60872024-11-06T09:06:40.136Z PASS [ 0.972s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
60882024-11-06T09:06:40.154Z PASS [ 0.025s] oximeter-db native::block::tests::concat_blocks
60892024-11-06T09:06:40.168Z PASS [ 0.024s] oximeter-db native::block::tests::datetime64_scale_checks_range
60902024-11-06T09:06:40.168Z PASS [ 0.329s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
60912024-11-06T09:06:40.168Z PASS [ 0.667s] oximeter-db model::tests::test_db_bool_bad
60922024-11-06T09:06:40.174Z PASS [ 0.021s] oximeter-db native::block::tests::parse_date_time
60932024-11-06T09:06:40.179Z PASS [ 0.020s] oximeter-db native::block::tests::parse_date_time64
60942024-11-06T09:06:40.185Z PASS [ 0.021s] oximeter-db native::block::tests::test_data_type_to_string
60952024-11-06T09:06:40.192Z PASS [ 0.023s] oximeter-db native::block::tests::test_datetime64_conversions
60962024-11-06T09:06:40.200Z PASS [ 0.024s] oximeter-db native::block::tests::test_parse_invalid_data_type
60972024-11-06T09:06:40.333Z PASS [ 1.546s] oximeter-db client::tests::test_sql_query_output
60982024-11-06T09:06:40.789Z PASS [ 0.590s] oximeter-db native::connection::tests::test_exchange_hello
60992024-11-06T09:06:40.789Z PASS [ 0.584s] oximeter-db native::connection::tests::test_select_array_column
61002024-11-06T09:06:40.794Z PASS [ 0.614s] oximeter-db native::connection::tests::test_basic_select_query
61012024-11-06T09:06:40.820Z PASS [ 0.024s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
61022024-11-06T09:06:40.843Z PASS [ 0.023s] oximeter-db native::io::block::tests::test_decode_full_block
61032024-11-06T09:06:40.868Z PASS [ 0.023s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
61042024-11-06T09:06:40.879Z PASS [ 0.690s] oximeter-db native::connection::tests::test_can_cancel_query
61052024-11-06T09:06:40.900Z PASS [ 0.031s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
61062024-11-06T09:06:40.908Z PASS [ 0.031s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
61072024-11-06T09:06:40.918Z PASS [ 0.586s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
61082024-11-06T09:06:40.927Z PASS [ 0.029s] oximeter-db native::io::column::tests::test_decode_string_column
61092024-11-06T09:06:40.935Z PASS [ 0.027s] oximeter-db native::io::column::tests::test_decode_uint64_column
61102024-11-06T09:06:40.944Z PASS [ 0.027s] oximeter-db native::io::column::tests::test_decode_uint8_column
61112024-11-06T09:06:40.950Z PASS [ 0.024s] oximeter-db native::io::column::tests::test_decode_uuid_column
61122024-11-06T09:06:40.962Z PASS [ 0.028s] oximeter-db native::io::column::tests::test_encode_decode_column
61132024-11-06T09:06:40.970Z PASS [ 0.025s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
61142024-11-06T09:06:40.977Z PASS [ 0.027s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
61152024-11-06T09:06:40.984Z PASS [ 0.022s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
61162024-11-06T09:06:40.993Z PASS [ 0.023s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
61172024-11-06T09:06:41.002Z PASS [ 0.024s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
61182024-11-06T09:06:41.010Z PASS [ 0.025s] oximeter-db native::io::packet::server::tests::test_decode_pong
61192024-11-06T09:06:41.017Z PASS [ 0.025s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
61202024-11-06T09:06:41.032Z PASS [ 0.027s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
61212024-11-06T09:06:41.040Z PASS [ 0.029s] oximeter-db native::io::string::test::test_encode_decode
61222024-11-06T09:06:41.049Z PASS [ 0.030s] oximeter-db native::io::string::test::test_encode_hello_world
61232024-11-06T09:06:41.061Z PASS [ 0.031s] oximeter-db native::io::varuint::test_encode_decode_varuint
61242024-11-06T09:06:41.067Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
61252024-11-06T09:06:41.073Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
61262024-11-06T09:06:41.086Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_comparison
61272024-11-06T09:06:41.093Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
61282024-11-06T09:06:41.101Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_double_literal
61292024-11-06T09:06:41.114Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
61302024-11-06T09:06:41.122Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
61312024-11-06T09:06:41.130Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
61322024-11-06T09:06:41.140Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
61332024-11-06T09:06:41.147Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
61342024-11-06T09:06:41.154Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
61352024-11-06T09:06:41.164Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
61362024-11-06T09:06:41.172Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
61372024-11-06T09:06:41.182Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
61382024-11-06T09:06:41.187Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_group_by
61392024-11-06T09:06:41.192Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
61402024-11-06T09:06:41.198Z PASS [ 0.018s] oximeter-db oxql::ast::grammar::tests::test_ident
61412024-11-06T09:06:41.209Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
61422024-11-06T09:06:41.225Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
61432024-11-06T09:06:41.225Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
61442024-11-06T09:06:41.233Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
61452024-11-06T09:06:41.238Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
61462024-11-06T09:06:41.243Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
61472024-11-06T09:06:41.251Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
61482024-11-06T09:06:41.256Z PASS [ 0.018s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
61492024-11-06T09:06:41.269Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_query
61502024-11-06T09:06:41.277Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
61512024-11-06T09:06:41.286Z PASS [ 0.017s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
61522024-11-06T09:06:41.294Z PASS [ 0.016s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
61532024-11-06T09:06:41.306Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
61542024-11-06T09:06:41.314Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_reducer
61552024-11-06T09:06:41.330Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
61562024-11-06T09:06:41.338Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
61572024-11-06T09:06:41.358Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
61582024-11-06T09:06:41.365Z PASS [ 0.027s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
61592024-11-06T09:06:41.435Z PASS [ 0.589s] oximeter-db native::connection::tests::test_select_nullable_column
61602024-11-06T09:06:41.435Z PASS [ 0.583s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
61612024-11-06T09:06:41.438Z PASS [ 0.029s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
61622024-11-06T09:06:41.439Z PASS [ 0.027s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
61632024-11-06T09:06:41.439Z PASS [ 0.027s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
61642024-11-06T09:06:41.439Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
61652024-11-06T09:06:41.439Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
61662024-11-06T09:06:41.439Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
61672024-11-06T09:06:41.439Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
61682024-11-06T09:06:41.439Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
61692024-11-06T09:06:41.439Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
61702024-11-06T09:06:41.444Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
61712024-11-06T09:06:41.452Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
61722024-11-06T09:06:41.460Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
61732024-11-06T09:06:41.466Z PASS [ 0.035s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
61742024-11-06T09:06:41.476Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
61752024-11-06T09:06:41.476Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
61762024-11-06T09:06:41.487Z PASS [ 0.021s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
61772024-11-06T09:06:41.487Z PASS [ 0.021s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
61782024-11-06T09:06:41.492Z PASS [ 0.021s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
61792024-11-06T09:06:41.497Z PASS [ 0.021s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
61802024-11-06T09:06:41.502Z PASS [ 0.021s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
61812024-11-06T09:06:41.511Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_limits
61822024-11-06T09:06:41.520Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
61832024-11-06T09:06:41.520Z PASS [ 0.019s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
61842024-11-06T09:06:41.526Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
61852024-11-06T09:06:41.534Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
61862024-11-06T09:06:41.539Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
61872024-11-06T09:06:41.544Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
61882024-11-06T09:06:41.549Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
61892024-11-06T09:06:41.560Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_predicates
61902024-11-06T09:06:41.579Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
61912024-11-06T09:06:41.583Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
61922024-11-06T09:06:41.583Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
61932024-11-06T09:06:41.600Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
61942024-11-06T09:06:41.600Z PASS [ 0.036s] oximeter-db oxql::query::tests::test_query_end_time
61952024-11-06T09:06:41.611Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
61962024-11-06T09:06:41.611Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
61972024-11-06T09:06:41.619Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
61982024-11-06T09:06:41.629Z PASS [ 0.023s] oximeter-db query::tests::test_field_cmp
61992024-11-06T09:06:41.639Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_split_query
62002024-11-06T09:06:41.641Z PASS [ 0.023s] oximeter-db query::tests::test_field_selector_as_query
62012024-11-06T09:06:41.644Z PASS [ 0.028s] oximeter-db query::tests::test_field_value_as_db_str
62022024-11-06T09:06:41.654Z PASS [ 0.026s] oximeter-db query::tests::test_select_query_builder_field_selectors
62032024-11-06T09:06:41.662Z PASS [ 0.023s] oximeter-db query::tests::test_select_query_builder_from_parts
62042024-11-06T09:06:41.669Z PASS [ 0.033s] oximeter-db query::tests::test_select_query_builder_filter_raw
62052024-11-06T09:06:41.675Z PASS [ 0.030s] oximeter-db query::tests::test_select_query_builder_full
62062024-11-06T09:06:41.682Z PASS [ 0.027s] oximeter-db query::tests::test_select_query_builder_limit_offset
62072024-11-06T09:06:41.687Z PASS [ 0.026s] oximeter-db query::tests::test_select_query_builder_no_fields
62082024-11-06T09:06:41.693Z PASS [ 0.026s] oximeter-db query::tests::test_select_query_builder_no_selectors
62092024-11-06T09:06:41.701Z PASS [ 0.021s] oximeter-db query::tests::test_time_range
62102024-11-06T09:06:41.706Z PASS [ 0.032s] oximeter-db query::tests::test_string_field_selector
62112024-11-06T09:06:41.713Z PASS [ 0.025s] oximeter-db sql::tests::test_allow_limit_offset
62122024-11-06T09:06:41.718Z PASS [ 0.025s] oximeter-db sql::tests::test_allow_subqueries
62132024-11-06T09:06:41.723Z PASS [ 0.022s] oximeter-db sql::tests::test_cannot_name_database
62142024-11-06T09:06:41.730Z PASS [ 0.024s] oximeter-db sql::tests::test_ctes_are_not_supported
62152024-11-06T09:06:41.736Z PASS [ 0.023s] oximeter-db sql::tests::test_function_allow_list
62162024-11-06T09:06:41.746Z PASS [ 0.022s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
62172024-11-06T09:06:41.757Z PASS [ 0.027s] oximeter-db sql::tests::test_query_must_be_select_statement
62182024-11-06T09:06:41.764Z PASS [ 0.029s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
62192024-11-06T09:06:41.769Z PASS [ 0.052s] oximeter-db sql::tests::test_join_must_be_inner
62202024-11-06T09:06:41.774Z PASS [ 0.029s] oximeter-db sql::tests::test_require_table_is_timeseries_name
62212024-11-06T09:06:41.786Z PASS [ 0.027s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
62222024-11-06T09:06:41.793Z PASS [ 0.027s] oximeter-db sql::tests::test_with_comma_join_fails
62232024-11-06T09:06:41.807Z PASS [ 0.024s] oximeter-db tests::test_timeseries_key_sample_stability
62242024-11-06T09:06:41.807Z PASS [ 0.030s] oximeter-db tests::test_timeseries_key_field_stability
62252024-11-06T09:06:41.814Z PASS [ 0.029s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
62262024-11-06T09:06:41.885Z PASS [ 0.076s] oximeter-instruments http::tests::test_latency_tracker
62272024-11-06T09:06:41.918Z PASS [ 0.101s] oximeter-instruments kstat::link::tests::test_kstat_interested
62282024-11-06T09:06:42.266Z PASS [ 0.333s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
62292024-11-06T09:06:42.266Z PASS [ 0.366s] oximeter-instruments kstat::link::tests::test_kstat_sampler
62302024-11-06T09:06:42.347Z PASS [ 0.083s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
62312024-11-06T09:06:42.357Z PASS [ 0.107s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
62322024-11-06T09:06:42.396Z PASS [ 0.050s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
62332024-11-06T09:06:42.403Z PASS [ 0.047s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
62342024-11-06T09:06:42.435Z PASS [ 0.031s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
62352024-11-06T09:06:42.442Z PASS [ 0.046s] oximeter-instruments kstat::link::tests::test_sled_datalink
62362024-11-06T09:06:42.453Z PASS [ 0.019s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
62372024-11-06T09:06:42.460Z PASS [ 0.018s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
62382024-11-06T09:06:42.474Z PASS [ 0.019s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
62392024-11-06T09:06:42.481Z PASS [ 0.020s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
62402024-11-06T09:06:42.498Z PASS [ 0.024s] oximeter-macro-impl tests::test_metric_annotated_field
62412024-11-06T09:06:42.505Z PASS [ 0.024s] oximeter-macro-impl tests::test_metric_datum_field
62422024-11-06T09:06:42.517Z PASS [ 0.020s] oximeter-macro-impl tests::test_metric_enum
62432024-11-06T09:06:42.524Z PASS [ 0.019s] oximeter-macro-impl tests::test_metric_without_datum_field
62442024-11-06T09:06:42.539Z PASS [ 0.021s] oximeter-macro-impl tests::test_target
62452024-11-06T09:06:42.544Z PASS [ 0.021s] oximeter-macro-impl tests::test_target_empty_struct
62462024-11-06T09:06:42.556Z PASS [ 0.019s] oximeter-macro-impl tests::test_target_enum
62472024-11-06T09:06:42.562Z PASS [ 0.018s] oximeter-macro-impl tests::test_target_unit_struct
62482024-11-06T09:06:42.576Z PASS [ 0.017s] oximeter-macro-impl tests::test_target_with_datum_field
62492024-11-06T09:06:42.673Z PASS [ 0.097s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
62502024-11-06T09:06:42.707Z PASS [ 0.032s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
62512024-11-06T09:06:42.737Z PASS [ 0.031s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
62522024-11-06T09:06:42.757Z PASS [ 1.496s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
62532024-11-06T09:06:42.764Z PASS [ 0.029s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
62542024-11-06T09:06:42.781Z PASS [ 0.025s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
62552024-11-06T09:06:42.795Z PASS [ 0.031s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
62562024-11-06T09:06:42.803Z PASS [ 0.024s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
62572024-11-06T09:06:42.842Z PASS [ 0.032s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
62582024-11-06T09:06:42.842Z PASS [ 0.040s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
62592024-11-06T09:06:42.872Z PASS [ 0.035s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
62602024-11-06T09:06:42.878Z PASS [ 0.036s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
62612024-11-06T09:06:42.894Z PASS [ 0.024s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
62622024-11-06T09:06:42.900Z PASS [ 0.022s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
62632024-11-06T09:06:42.915Z PASS [ 0.021s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
62642024-11-06T09:06:42.923Z PASS [ 0.021s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
62652024-11-06T09:06:42.937Z PASS [ 0.021s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
62662024-11-06T09:06:42.944Z PASS [ 0.022s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
62672024-11-06T09:06:42.959Z PASS [ 0.021s] oximeter-schema ir::tests::fail_on_empty_descriptions
62682024-11-06T09:06:42.971Z PASS [ 0.027s] oximeter-schema ir::tests::fail_on_empty_metric_name
62692024-11-06T09:06:42.980Z PASS [ 0.022s] oximeter-schema ir::tests::fail_on_empty_target_name
62702024-11-06T09:06:42.992Z PASS [ 0.022s] oximeter-schema ir::tests::fail_on_very_long_field_names
62712024-11-06T09:06:42.999Z PASS [ 0.020s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
62722024-11-06T09:06:43.008Z PASS [ 0.016s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
62732024-11-06T09:06:43.015Z PASS [ 0.017s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
62742024-11-06T09:06:43.030Z PASS [ 0.023s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
62752024-11-06T09:06:43.035Z PASS [ 0.019s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
62762024-11-06T09:06:43.050Z PASS [ 0.020s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
62772024-11-06T09:06:43.055Z PASS [ 0.020s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
62782024-11-06T09:06:43.070Z PASS [ 0.020s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
62792024-11-06T09:06:43.075Z PASS [ 0.020s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
62802024-11-06T09:06:43.092Z PASS [ 0.022s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
62812024-11-06T09:06:43.097Z PASS [ 0.023s] oximeter-schema ir::tests::only_support_format_version_1
62822024-11-06T09:06:43.111Z PASS [ 0.018s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
62832024-11-06T09:06:43.115Z PASS [ 0.017s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
62842024-11-06T09:06:43.210Z PASS [ 0.092s] oximeter-test-utils tests::test_sample_struct
62852024-11-06T09:06:43.215Z PASS [ 0.104s] oximeter-test-utils tests::test_gen_test_samples
62862024-11-06T09:06:43.235Z PASS [ 0.027s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
62872024-11-06T09:06:43.239Z PASS [ 0.025s] oximeter-test-utils tests::test_timeseries_schema_from_parts
62882024-11-06T09:06:43.256Z PASS [ 0.021s] oximeter-test-utils tests::test_timeseries_schema_from_sample
62892024-11-06T09:06:43.261Z PASS [ 0.021s] oximeter-types histogram::tests::test_bin_range
62902024-11-06T09:06:43.273Z PASS [ 0.017s] oximeter-types histogram::tests::test_bin_range_from
62912024-11-06T09:06:43.277Z PASS [ 0.017s] oximeter-types histogram::tests::test_bin_range_to
62922024-11-06T09:06:43.293Z PASS [ 0.021s] oximeter-types histogram::tests::test_empty_bins_not_supported
62932024-11-06T09:06:43.297Z PASS [ 0.020s] oximeter-types histogram::tests::test_ensure_finite
62942024-11-06T09:06:43.321Z PASS [ 0.026s] oximeter-types histogram::tests::test_histogram
62952024-11-06T09:06:43.326Z PASS [ 0.028s] oximeter-types histogram::tests::test_histogram_construct_with
62962024-11-06T09:06:43.343Z PASS [ 0.023s] oximeter-types histogram::tests::test_histogram_extreme_bins
62972024-11-06T09:06:43.347Z PASS [ 0.022s] oximeter-types histogram::tests::test_histogram_extreme_samples
62982024-11-06T09:06:43.360Z PASS [ 0.016s] oximeter-types histogram::tests::test_histogram_float_bins
62992024-11-06T09:06:43.366Z PASS [ 0.017s] oximeter-types histogram::tests::test_histogram_unbounded_samples
63002024-11-06T09:06:43.384Z PASS [ 0.024s] oximeter-types histogram::tests::test_histogram_unsorted_bins
63012024-11-06T09:06:43.389Z PASS [ 0.024s] oximeter-types histogram::tests::test_histogram_with_bins
63022024-11-06T09:06:43.401Z PASS [ 0.018s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
63032024-11-06T09:06:43.408Z PASS [ 0.019s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
63042024-11-06T09:06:43.416Z PASS [ 0.016s] oximeter-types histogram::tests::test_log_bins_u64
63052024-11-06T09:06:43.427Z PASS [ 0.019s] oximeter-types histogram::tests::test_log_bins_u8
63062024-11-06T09:06:43.447Z PASS [ 0.019s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
63072024-11-06T09:06:43.461Z PASS [ 0.042s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
63082024-11-06T09:06:43.468Z PASS [ 0.020s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
63092024-11-06T09:06:43.479Z PASS [ 0.020s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
63102024-11-06T09:06:43.487Z PASS [ 0.020s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
63112024-11-06T09:06:43.498Z PASS [ 0.019s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
63122024-11-06T09:06:43.505Z PASS [ 0.019s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
63132024-11-06T09:06:43.513Z PASS [ 0.015s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
63142024-11-06T09:06:43.524Z PASS [ 0.018s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
63152024-11-06T09:06:43.530Z PASS [ 0.017s] oximeter-types histogram::tests::test_span_decades
63162024-11-06T09:06:43.545Z PASS [ 0.019s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
63172024-11-06T09:06:43.556Z PASS [ 0.022s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
63182024-11-06T09:06:43.569Z PASS [ 0.026s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
63192024-11-06T09:06:43.576Z PASS [ 0.024s] oximeter-types quantile::tests::test_default_percentiles
63202024-11-06T09:06:43.583Z PASS [ 0.016s] oximeter-types quantile::tests::test_empty_observations
63212024-11-06T09:06:43.595Z PASS [ 0.019s] oximeter-types quantile::tests::test_find_cells
63222024-11-06T09:06:43.599Z PASS [ 0.016s] oximeter-types quantile::tests::test_float_observations
63232024-11-06T09:06:43.615Z PASS [ 0.019s] oximeter-types quantile::tests::test_integer_observations
63242024-11-06T09:06:43.620Z PASS [ 0.020s] oximeter-types quantile::tests::test_invalid_p_value
63252024-11-06T09:06:43.629Z PASS [ 0.015s] oximeter-types quantile::tests::test_max_p
63262024-11-06T09:06:43.634Z PASS [ 0.014s] oximeter-types quantile::tests::test_min_p
63272024-11-06T09:06:43.646Z PASS [ 0.017s] oximeter-types quantile::tests::test_non_filled_observations
63282024-11-06T09:06:43.657Z PASS [ 0.023s] oximeter-types quantile::tests::test_rounding
63292024-11-06T09:06:43.667Z PASS [ 0.019s] oximeter-types schema::tests::test_field_schema_ordering
63302024-11-06T09:06:43.717Z PASS [ 0.058s] oximeter-types schema::tests::test_timeseries_name
63312024-11-06T09:06:43.722Z PASS [ 0.057s] oximeter-types schema::tests::test_timeseries_name_from_str
63322024-11-06T09:06:43.737Z PASS [ 0.022s] oximeter-types traits::tests::test_metric_trait
63332024-11-06T09:06:43.744Z PASS [ 0.022s] oximeter-types traits::tests::test_producer_trait
63342024-11-06T09:06:43.752Z PASS [ 0.015s] oximeter-types traits::tests::test_target_trait
63352024-11-06T09:06:43.758Z PASS [ 0.014s] oximeter-types types::tests::test_cumulative_f64
63362024-11-06T09:06:43.766Z PASS [ 0.014s] oximeter-types types::tests::test_cumulative_i64
63372024-11-06T09:06:43.775Z PASS [ 0.015s] oximeter-types types::tests::test_datum
63382024-11-06T09:06:43.787Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
63392024-11-06T09:06:43.794Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
63402024-11-06T09:06:43.804Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
63412024-11-06T09:06:43.811Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
63422024-11-06T09:06:43.820Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
63432024-11-06T09:06:43.826Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
63442024-11-06T09:06:43.837Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
63452024-11-06T09:06:43.842Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
63462024-11-06T09:06:43.855Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
63472024-11-06T09:06:43.859Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
63482024-11-06T09:06:43.874Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
63492024-11-06T09:06:43.878Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
63502024-11-06T09:06:43.892Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
63512024-11-06T09:06:43.898Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
63522024-11-06T09:06:43.911Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
63532024-11-06T09:06:43.917Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
63542024-11-06T09:06:43.930Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
63552024-11-06T09:06:43.936Z PASS [ 0.019s] oximeter-types types::tests::test_measurement
63562024-11-06T09:06:43.951Z PASS [ 0.020s] oximeter-types types::tests::test_verify_field_names
63572024-11-06T09:06:43.956Z PASS [ 0.021s] oxlog tests::test_is_oxide_smf_log_file
63582024-11-06T09:06:43.963Z PASS [ 0.014s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
63592024-11-06T09:06:43.969Z PASS [ 0.014s] oxlog tests::test_sort_logs
63602024-11-06T09:06:44.029Z PASS [ 0.054s] oxql-types point::tests::test_cast_points_from_double
63612024-11-06T09:06:44.029Z PASS [ 0.060s] oxql-types point::tests::test_cast_points_from_bool
63622024-11-06T09:06:44.049Z PASS [ 0.025s] oxql-types point::tests::test_cast_points_from_double_distribution
63632024-11-06T09:06:44.053Z PASS [ 0.024s] oxql-types point::tests::test_cast_points_from_int_distribution
63642024-11-06T09:06:44.073Z PASS [ 0.024s] oxql-types point::tests::test_cast_points_from_integer
63652024-11-06T09:06:44.082Z PASS [ 0.029s] oxql-types point::tests::test_cast_points_from_string
63662024-11-06T09:06:44.091Z PASS [ 0.019s] oxql-types point::tests::test_join_point_arrays
63672024-11-06T09:06:44.100Z PASS [ 0.017s] oxql-types point::tests::test_point_delta_between
63682024-11-06T09:06:44.106Z PASS [ 0.015s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
63692024-11-06T09:06:44.117Z PASS [ 0.016s] oxql-types point::tests::test_point_delta_between_with_new_epoch
63702024-11-06T09:06:44.126Z PASS [ 0.018s] oxql-types point::tests::test_push_concrete_values
63712024-11-06T09:06:44.141Z PASS [ 0.024s] oxql-types point::tests::test_sub_between_histogram_distributions
63722024-11-06T09:06:45.037Z PASS [ 0.910s] reconfigurator-cli::test_basic test_basic
63732024-11-06T09:06:45.200Z PASS [ 0.163s] reconfigurator-cli::test_basic test_example
63742024-11-06T09:06:45.362Z PASS [ 0.160s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
63752024-11-06T09:06:45.392Z PASS [ 0.031s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
63762024-11-06T09:06:45.435Z PASS [ 0.044s] sled-agent-types rack_init::tests::parse_rack_initialization
63772024-11-06T09:06:45.456Z PASS [ 0.021s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
63782024-11-06T09:06:45.503Z PASS [ 0.046s] sled-agent-types rack_init::tests::test_extra_certs
63792024-11-06T09:06:45.524Z PASS [ 0.022s] sled-agent-types rack_init::tests::test_subnets
63802024-11-06T09:06:45.569Z PASS [ 0.044s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
63812024-11-06T09:06:45.589Z PASS [ 0.019s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
63822024-11-06T09:06:45.611Z PASS [ 0.024s] sled-agent-types zone_bundle::tests::test_compare_bundles
63832024-11-06T09:06:45.634Z PASS [ 3.071s] oximeter-producer tests::test_producer_registration_task
63842024-11-06T09:06:45.639Z PASS [ 0.028s] sled-agent-types zone_bundle::tests::test_priority_dimension
63852024-11-06T09:06:45.650Z PASS [ 0.016s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
63862024-11-06T09:06:45.654Z PASS [ 0.016s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
63872024-11-06T09:06:45.718Z PASS [ 0.060s] sled-hardware disk::test::test_partition_device_paths
63882024-11-06T09:06:45.724Z PASS [ 0.073s] sled-hardware disk::test::test_disk_paths
63892024-11-06T09:06:45.799Z PASS [ 0.074s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
63902024-11-06T09:06:45.803Z PASS [ 0.088s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
63912024-11-06T09:06:45.820Z PASS [ 0.020s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
63922024-11-06T09:06:45.826Z PASS [ 0.021s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
63932024-11-06T09:06:45.848Z PASS [ 0.022s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
63942024-11-06T09:06:45.867Z PASS [ 0.019s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
63952024-11-06T09:06:45.876Z PASS [ 0.058s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
63962024-11-06T09:06:45.910Z PASS [ 0.042s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
63972024-11-06T09:06:45.949Z PASS [ 0.067s] sled-storage dataset::test::serialize_dataset_name
63982024-11-06T09:06:46.016Z PASS [ 0.063s] sled-storage manager::test::test_omicron_physical_disks_schema
63992024-11-06T09:06:46.016Z PASS [ 0.098s] sled-storage manager::test::test_datasets_schema
64002024-11-06T09:06:47.395Z PASS [ 1.379s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
64012024-11-06T09:06:47.441Z PASS [ 0.042s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
64022024-11-06T09:06:48.219Z PASS [ 2.209s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
64032024-11-06T09:06:50.355Z PASS [ 32.139s] omicron-sled-agent nexus::test::nexus_self_notification_test
64042024-11-06T09:06:50.479Z PASS [ 0.124s] sled-storage manager::tests::ensure_using_exactly_these_disks
64052024-11-06T09:06:50.559Z PASS [ 2.338s] sled-storage manager::tests::ensure_datasets
64062024-11-06T09:06:50.958Z PASS [ 3.519s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
64072024-11-06T09:06:52.307Z PASS [ 1.346s] sled-storage manager::tests::update_rawdisk_firmware
64082024-11-06T09:06:53.097Z PASS [ 2.621s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
64092024-11-06T09:06:53.192Z PASS [ 2.634s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
64102024-11-06T09:06:54.392Z PASS [ 1.294s] sled-storage manager::tests::wait_for_boot_disk
64112024-11-06T09:06:54.693Z PASS [ 1.502s] tufaceous::integration-tests command_tests::test_assemble_fake
64122024-11-06T09:06:54.884Z PASS [ 2.578s] sled-storage manager::tests::upsert_filesystem
64132024-11-06T09:06:54.942Z PASS [ 0.059s] tufaceous-lib archive::tests::test_validate_path
64142024-11-06T09:06:54.967Z PASS [ 0.573s] tufaceous::integration-tests command_tests::test_init_and_add
64152024-11-06T09:06:55.019Z PASS [ 0.052s] tufaceous-lib key::tests::test_from_str
64162024-11-06T09:06:55.030Z PASS [ 0.086s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
64172024-11-06T09:06:55.227Z PASS [ 0.210s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
64182024-11-06T09:06:55.437Z PASS [ 0.743s] tufaceous::manifest-tests check_manifest::fake.toml
64192024-11-06T09:06:55.548Z PASS [ 0.110s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
64202024-11-06T09:06:55.635Z PASS [ 0.088s] update-common artifacts::update_plan::tests::test_bad_rot_versions
64212024-11-06T09:06:55.728Z PASS [ 0.093s] update-common artifacts::update_plan::tests::test_multi_rot_bord
64222024-11-06T09:06:55.812Z PASS [ 0.084s] update-common artifacts::update_plan::tests::test_multi_rot_version
64232024-11-06T09:06:55.855Z PASS [ 0.043s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
64242024-11-06T09:06:55.910Z PASS [ 0.055s] update-common artifacts::update_plan::tests::test_too_many_rot_bord
64252024-11-06T09:06:55.987Z PASS [ 0.076s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
64262024-11-06T09:06:56.066Z PASS [ 1.038s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
64272024-11-06T09:06:56.225Z PASS [ 0.159s] update-engine display::group_display::tests::test_stats
64282024-11-06T09:06:56.249Z PASS [ 0.027s] update-engine display::line_display_shared::tests::test_format_progress_counter
64292024-11-06T09:06:56.272Z PASS [ 0.022s] update-engine display::line_display_shared::tests::test_start_line
64302024-11-06T09:06:56.313Z PASS [ 0.037s] update-engine engine::tests::error_exits_early
64312024-11-06T09:06:56.360Z PASS [ 0.051s] update-engine events::tests::progress_event_parse_unknown
64322024-11-06T09:06:56.367Z PASS [ 0.381s] update-engine buffer::tests::test_buffer
64332024-11-06T09:06:56.391Z PASS [ 0.030s] update-engine events::tests::step_event_parse_unknown
64342024-11-06T09:06:56.397Z PASS [ 0.031s] update-engine spec::tests::test_merge_anyhow_list
64352024-11-06T09:06:56.465Z PASS [ 0.067s] wicket state::inventory::tests::component_id_display
64362024-11-06T09:06:56.649Z PASS [ 0.256s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
64372024-11-06T09:06:56.742Z PASS [ 0.094s] wicket-common rack_setup::tests::roundtrip_import_export_policy
64382024-11-06T09:06:56.905Z PASS [ 0.162s] wicketd installinator_progress::tests::test_states
64392024-11-06T09:06:56.968Z PASS [ 0.502s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
64402024-11-06T09:06:56.987Z PASS [ 0.082s] wicketd rss_config::tests::test_bgp_auth_key_states
64412024-11-06T09:06:57.273Z PASS [ 15.469s] oximeter-db::integration_test test_schemas_disjoint
64422024-11-06T09:06:58.377Z PASS [ 1.406s] wicketd::mod integration_tests::inventory::test_inventory
64432024-11-06T09:06:58.816Z PASS [ 3.597s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
64442024-11-06T09:06:59.184Z PASS [ 1.919s] wicketd::mod integration_tests::updates::test_update_races
64452024-11-06T09:06:59.497Z PASS [ 30.249s] oximeter-db client::tests::cannot_ping_nonexistent_server
64462024-11-06T09:06:59.919Z PASS [ 15.782s] reconfigurator-cli::test_basic test_blueprint_edit
64472024-11-06T09:07:00.776Z PASS [ 2.408s] wicketd::mod integration_tests::updates::test_updates
64482024-11-06T09:07:01.029Z PASS [ 4.050s] wicketd::mod integration_tests::updates::test_installinator_fetch
64492024-11-06T09:07:07.057Z PASS [ 25.268s] oximeter-db::integration_test test_cluster
64502024-11-06T09:07:30.056Z SLOW [> 60.000s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
64512024-11-06T09:07:31.139Z PASS [ 61.092s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
64522024-11-06T09:07:33.889Z PASS [ 2.750s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
64532024-11-06T09:07:45.983Z PASS [ 12.093s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
64542024-11-06T09:08:01.538Z PASS [ 15.554s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
64552024-11-06T09:09:01.548Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
64562024-11-06T09:10:01.556Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
64572024-11-06T09:11:01.565Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
64582024-11-06T09:12:01.574Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
64592024-11-06T09:13:01.583Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
64602024-11-06T09:13:56.522Z PASS [ 354.942s] oximeter-db client::tests::test_replicated
64612024-11-06T09:13:56.525Z------------
64622024-11-06T09:13:56.525Z Summary [2705.541s] 1659 tests run: 1659 passed (21 slow, 1 leaky), 4 skipped
64632024-11-06T09:13:56.559Z
64642024-11-06T09:13:56.561Zreal 45:30.188758513
64652024-11-06T09:13:56.562Zuser 3:58:47.882188925
64662024-11-06T09:13:56.562Zsys 47:56.901355484
64672024-11-06T09:13:56.562Ztrap 3:51.855679683
64682024-11-06T09:13:56.562Ztflt 39.781569649
64692024-11-06T09:13:56.562Zdflt 2:13.512174786
64702024-11-06T09:13:56.562Zkflt 0.541429552
64712024-11-06T09:13:56.562Zlock 1347:53:33.925545894
64722024-11-06T09:13:56.562Zslp 96:15:54.388084211
64732024-11-06T09:13:56.562Zlat 5:31:14.310319021
64742024-11-06T09:13:56.562Zstop 1:36:22.961332071
64752024-11-06T09:13:56.562Z+ banner doctest
64762024-11-06T09:13:56.564Z
64772024-11-06T09:13:56.564Z ##### #### #### ##### ###### #### #####
64782024-11-06T09:13:56.564Z # # # # # # # # # #
64792024-11-06T09:13:56.564Z # # # # # # ##### #### #
64802024-11-06T09:13:56.564Z # # # # # # # # #
64812024-11-06T09:13:56.565Z # # # # # # # # # # #
64822024-11-06T09:13:56.565Z ##### #### #### # ###### #### #
64832024-11-06T09:13:56.565Z
64842024-11-06T09:13:56.565Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
64852024-11-06T09:13:58.777Z Fresh unicode-ident v1.0.13
64862024-11-06T09:13:58.777Z Fresh cfg-if v1.0.0
64872024-11-06T09:13:58.783Z Fresh autocfg v1.4.0
64882024-11-06T09:13:58.783Z Fresh memchr v2.7.4
64892024-11-06T09:13:58.783Z Fresh version_check v0.9.5
64902024-11-06T09:13:58.783Z Fresh proc-macro2 v1.0.87
64912024-11-06T09:13:58.783Z Fresh value-bag v1.9.0
64922024-11-06T09:13:58.783Z Fresh scopeguard v1.2.0
64932024-11-06T09:13:58.783Z Fresh once_cell v1.20.2
64942024-11-06T09:13:58.784Z Fresh itoa v1.0.11
64952024-11-06T09:13:58.784Z Fresh quote v1.0.37
64962024-11-06T09:13:58.784Z Fresh libc v0.2.161
64972024-11-06T09:13:58.784Z Fresh log v0.4.22
64982024-11-06T09:13:58.784Z Fresh byteorder v1.5.0
64992024-11-06T09:13:58.784Z Fresh smallvec v1.13.2
65002024-11-06T09:13:58.784Z Fresh pin-project-lite v0.2.14
65012024-11-06T09:13:58.784Z Fresh subtle v2.6.1
65022024-11-06T09:13:58.784Z Fresh syn v2.0.79
65032024-11-06T09:13:58.784Z Fresh getrandom v0.2.15
65042024-11-06T09:13:58.784Z Fresh lock_api v0.4.12
65052024-11-06T09:13:58.784Z Fresh shlex v1.3.0
65062024-11-06T09:13:58.784Z Fresh serde_derive v1.0.210
65072024-11-06T09:13:58.784Z Fresh rand_core v0.6.4
65082024-11-06T09:13:58.784Z Fresh zeroize_derive v1.4.2
65092024-11-06T09:13:58.784Z Fresh thiserror-impl v1.0.64
65102024-11-06T09:13:58.784Z Fresh zerocopy-derive v0.7.35
65112024-11-06T09:13:58.784Z Fresh serde v1.0.210
65122024-11-06T09:13:58.784Z Fresh zeroize v1.8.1
65132024-11-06T09:13:58.784Z Fresh thiserror v1.0.64
65142024-11-06T09:13:58.784Z Fresh parking_lot_core v0.9.10
65152024-11-06T09:13:58.784Z Fresh typenum v1.17.0
65162024-11-06T09:13:58.784Z Fresh zerocopy v0.7.35
65172024-11-06T09:13:58.784Z Fresh jobserver v0.1.32
65182024-11-06T09:13:58.784Z Fresh bytes v1.7.2
65192024-11-06T09:13:58.784Z Fresh parking_lot v0.12.3
65202024-11-06T09:13:58.784Z Fresh allocator-api2 v0.2.18
65212024-11-06T09:13:58.784Z Fresh cc v1.1.30
65222024-11-06T09:13:58.785Z Fresh generic-array v0.14.7
65232024-11-06T09:13:58.785Z Fresh futures-core v0.3.31
65242024-11-06T09:13:58.785Z Fresh bitflags v2.6.0
65252024-11-06T09:13:58.785Z Fresh ryu v1.0.18
65262024-11-06T09:13:58.785Z Fresh signal-hook-registry v1.4.2
65272024-11-06T09:13:58.785Z Fresh crypto-common v0.1.6
65282024-11-06T09:13:58.785Z Fresh foldhash v0.1.3
65292024-11-06T09:13:58.785Z Fresh equivalent v1.0.1
65302024-11-06T09:13:58.785Z Fresh mio v1.0.2
65312024-11-06T09:13:58.785Z Fresh libm v0.2.8
65322024-11-06T09:13:58.785Z Fresh hashbrown v0.15.0
65332024-11-06T09:13:58.785Z Fresh spin v0.9.8
65342024-11-06T09:13:58.793Z Fresh fnv v1.0.7
65352024-11-06T09:13:58.793Z Fresh tokio-macros v2.4.0
65362024-11-06T09:13:58.793Z Fresh socket2 v0.5.7
65372024-11-06T09:13:58.793Z Fresh num-traits v0.2.19
65382024-11-06T09:13:58.793Z Fresh indexmap v2.6.0
65392024-11-06T09:13:58.793Z Fresh tokio v1.40.0
65402024-11-06T09:13:58.793Z Fresh futures-io v0.3.31
65412024-11-06T09:13:58.793Z Fresh const-oid v0.9.6
65422024-11-06T09:13:58.793Z Fresh block-buffer v0.10.4
65432024-11-06T09:13:58.793Z Fresh serde_json v1.0.128
65442024-11-06T09:13:58.793Z Fresh futures-sink v0.3.31
65452024-11-06T09:13:58.793Z Fresh digest v0.10.7
65462024-11-06T09:13:58.793Z Fresh regex-syntax v0.8.5
65472024-11-06T09:13:58.793Z Fresh aho-corasick v1.1.3
65482024-11-06T09:13:58.794Z Fresh pin-utils v0.1.0
65492024-11-06T09:13:58.794Z Fresh cpufeatures v0.2.14
65502024-11-06T09:13:58.794Z Fresh slab v0.4.9
65512024-11-06T09:13:58.794Z Fresh pkg-config v0.3.31
65522024-11-06T09:13:58.794Z Fresh regex-automata v0.4.8
65532024-11-06T09:13:58.794Z Fresh futures-channel v0.3.31
65542024-11-06T09:13:58.794Z Fresh futures-macro v0.3.31
65552024-11-06T09:13:58.794Z Fresh futures-task v0.3.31
65562024-11-06T09:13:58.794Z Fresh heck v0.5.0
65572024-11-06T09:13:58.794Z Fresh futures-util v0.3.31
65582024-11-06T09:13:58.794Z Fresh ppv-lite86 v0.2.20
65592024-11-06T09:13:58.794Z Fresh errno v0.3.9
65602024-11-06T09:13:58.794Z Fresh iana-time-zone v0.1.61
65612024-11-06T09:13:58.794Z Fresh tracing-attributes v0.1.27
65622024-11-06T09:13:58.794Z Fresh tracing-core v0.1.32
65632024-11-06T09:13:58.794Z Fresh chrono v0.4.38
65642024-11-06T09:13:58.794Z Fresh rand_chacha v0.3.1
65652024-11-06T09:13:58.794Z Fresh rustix v0.38.37
65662024-11-06T09:13:58.794Z Fresh tracing v0.1.40
65672024-11-06T09:13:58.794Z Fresh tinyvec_macros v0.1.1
65682024-11-06T09:13:58.794Z Fresh regex v1.11.0
65692024-11-06T09:13:58.794Z Fresh rand v0.8.5
65702024-11-06T09:13:58.794Z Fresh tinyvec v1.8.0
65712024-11-06T09:13:58.794Z Fresh semver v1.0.23
65722024-11-06T09:13:58.794Z Fresh uuid v1.10.0
65732024-11-06T09:13:58.795Z Fresh unicode-bidi v0.3.17
65742024-11-06T09:13:58.795Z Fresh percent-encoding v2.3.1
65752024-11-06T09:13:58.795Z Fresh serde_derive_internals v0.29.1
65762024-11-06T09:13:58.795Z Fresh unicode-normalization v0.1.24
65772024-11-06T09:13:58.795Z Fresh syn v1.0.109
65782024-11-06T09:13:58.795Z Fresh dyn-clone v1.0.17
65792024-11-06T09:13:58.795Z Fresh schemars_derive v0.8.21
65802024-11-06T09:13:58.795Z Fresh http v1.1.0
65812024-11-06T09:13:58.795Z Fresh vcpkg v0.2.15
65822024-11-06T09:13:58.795Z Fresh form_urlencoded v1.2.1
65832024-11-06T09:13:58.795Z Fresh block-padding v0.3.3
65842024-11-06T09:13:58.795Z Fresh idna v0.5.0
65852024-11-06T09:13:58.795Z Fresh tokio-util v0.7.12
65862024-11-06T09:13:58.795Z Fresh lazy_static v1.5.0
65872024-11-06T09:13:58.795Z Fresh schemars v0.8.21
65882024-11-06T09:13:58.795Z Fresh inout v0.1.3
65892024-11-06T09:13:58.795Z Fresh url v2.5.2
65902024-11-06T09:13:58.795Z Fresh adler2 v2.0.0
65912024-11-06T09:13:58.795Z Fresh untrusted v0.9.0
65922024-11-06T09:13:58.795Z Fresh crossbeam-utils v0.8.20
65932024-11-06T09:13:58.795Z Fresh httparse v1.9.5
65942024-11-06T09:13:58.795Z Fresh cipher v0.4.4
65952024-11-06T09:13:58.795Z Fresh base64ct v1.6.0
65962024-11-06T09:13:58.795Z Fresh powerfmt v0.2.0
65972024-11-06T09:13:58.795Z Fresh atomic-waker v1.1.2
65982024-11-06T09:13:58.795Z Fresh num-conv v0.1.0
65992024-11-06T09:13:58.795Z Fresh time-core v0.1.2
66002024-11-06T09:13:58.795Z Fresh deranged v0.3.11
66012024-11-06T09:13:58.795Z Fresh time-macros v0.2.18
66022024-11-06T09:13:58.795Z Fresh ring v0.17.8
66032024-11-06T09:13:58.795Z Fresh miniz_oxide v0.8.0
66042024-11-06T09:13:58.795Z Fresh hmac v0.12.1
66052024-11-06T09:13:58.795Z Fresh serde_spanned v0.6.8
66062024-11-06T09:13:58.795Z Fresh toml_datetime v0.6.8
66072024-11-06T09:13:58.795Z Fresh num_threads v0.1.7
66082024-11-06T09:13:58.795Z Fresh time v0.3.36
66092024-11-06T09:13:58.795Z Fresh sha2 v0.10.8
66102024-11-06T09:13:58.795Z Fresh either v1.13.0
66112024-11-06T09:13:58.795Z Fresh strsim v0.11.1
66122024-11-06T09:13:58.795Z Fresh try-lock v0.2.5
66132024-11-06T09:13:58.796Z Fresh httpdate v1.0.3
66142024-11-06T09:13:58.796Z Fresh rustls-pki-types v1.9.0
66152024-11-06T09:13:58.796Z Fresh want v0.3.1
66162024-11-06T09:13:58.796Z Fresh pem-rfc7468 v0.7.0
66172024-11-06T09:13:58.796Z Fresh base64 v0.22.1
66182024-11-06T09:13:58.796Z Fresh http-body v1.0.1
66192024-11-06T09:13:58.796Z Fresh tower-service v0.3.3
66202024-11-06T09:13:58.796Z Fresh h2 v0.4.6
66212024-11-06T09:13:58.796Z Fresh ahash v0.8.11
66222024-11-06T09:13:58.796Z Fresh serde_tokenstream v0.2.2
66232024-11-06T09:13:58.796Z Fresh async-trait v0.1.83
66242024-11-06T09:13:58.796Z Fresh der_derive v0.7.3
66252024-11-06T09:13:58.796Z Fresh flagset v0.4.6
66262024-11-06T09:13:58.797Z Fresh gimli v0.31.1
66272024-11-06T09:13:58.797Z Fresh hyper v1.4.1
66282024-11-06T09:13:58.797Z Fresh addr2line v0.24.2
66292024-11-06T09:13:58.797Z Fresh der v0.7.9
66302024-11-06T09:13:58.797Z Fresh slog v2.7.0
66312024-11-06T09:13:58.797Z Fresh rustls-webpki v0.102.8
66322024-11-06T09:13:58.797Z Fresh pbkdf2 v0.12.2
66332024-11-06T09:13:58.797Z Fresh aes v0.8.4
66342024-11-06T09:13:58.800Z Fresh rustc_version v0.4.1
66352024-11-06T09:13:58.800Z Fresh object v0.36.5
66362024-11-06T09:13:58.800Z Fresh mime v0.3.17
66372024-11-06T09:13:58.800Z Fresh rustc-demangle v0.1.24
66382024-11-06T09:13:58.800Z Fresh spki v0.7.3
66392024-11-06T09:13:58.800Z Fresh cbc v0.1.2
66402024-11-06T09:13:58.800Z Fresh salsa20 v0.10.2
66412024-11-06T09:13:58.800Z Fresh backtrace v0.3.74
66422024-11-06T09:13:58.800Z Fresh ipnet v2.10.1
66432024-11-06T09:13:58.800Z Fresh scrypt v0.11.0
66442024-11-06T09:13:58.800Z Fresh hyper-util v0.1.9
66452024-11-06T09:13:58.800Z Fresh futures-executor v0.3.31
66462024-11-06T09:13:58.800Z Fresh http-body-util v0.1.2
66472024-11-06T09:13:58.800Z Fresh anyhow v1.0.92
66482024-11-06T09:13:58.801Z Fresh pkcs5 v0.7.1
66492024-11-06T09:13:58.801Z Fresh futures v0.3.31
66502024-11-06T09:13:58.801Z Fresh serde_urlencoded v0.7.1
66512024-11-06T09:13:58.801Z Fresh encoding_rs v0.8.34
66522024-11-06T09:13:58.801Z Fresh openssl-probe v0.1.5
66532024-11-06T09:13:58.801Z Fresh rustversion v1.0.17
66542024-11-06T09:13:58.801Z Fresh pkcs8 v0.10.2
66552024-11-06T09:13:58.801Z Fresh foreign-types-shared v0.1.1
66562024-11-06T09:13:58.801Z Fresh data-encoding v2.6.0
66572024-11-06T09:13:58.801Z Fresh openssl-sys v0.9.103
66582024-11-06T09:13:58.801Z Fresh rustls-pemfile v2.2.0
66592024-11-06T09:13:58.801Z Fresh foreign-types v0.3.2
66602024-11-06T09:13:58.801Z Fresh openssl-macros v0.1.1
66612024-11-06T09:13:58.801Z Fresh utf8parse v0.2.2
66622024-11-06T09:13:58.801Z Fresh winnow v0.5.40
66632024-11-06T09:13:58.801Z Fresh camino v1.1.9
66642024-11-06T09:13:58.801Z Fresh is-terminal v0.4.13
66652024-11-06T09:13:58.801Z Fresh toml_edit v0.19.15
66662024-11-06T09:13:58.801Z Fresh openssl v0.10.66
66672024-11-06T09:13:58.801Z Fresh winnow v0.6.20
66682024-11-06T09:13:58.801Z Fresh unicode-width v0.1.14
66692024-11-06T09:13:58.801Z Fresh openapiv3 v2.0.0
66702024-11-06T09:13:58.801Z Fresh sha1 v0.10.6
66712024-11-06T09:13:58.801Z Fresh rustls v0.23.14
66722024-11-06T09:13:58.801Z Fresh siphasher v0.3.11
66732024-11-06T09:13:58.801Z Fresh anstyle v1.0.8
66742024-11-06T09:13:58.801Z Fresh idna v0.3.0
66752024-11-06T09:13:58.801Z Fresh dirs-sys-next v0.1.2
66762024-11-06T09:13:58.801Z Fresh psl-types v2.0.11
66772024-11-06T09:13:58.801Z Fresh native-tls v0.2.12
66782024-11-06T09:13:58.802Z Fresh tokio-rustls v0.26.0
66792024-11-06T09:13:58.802Z Fresh ucd-trie v0.1.7
66802024-11-06T09:13:58.802Z Fresh publicsuffix v2.2.3
66812024-11-06T09:13:58.802Z Fresh dirs-next v2.0.0
66822024-11-06T09:13:58.802Z Fresh webpki-roots v0.26.6
66832024-11-06T09:13:58.802Z Fresh signature v2.2.0
66842024-11-06T09:13:58.802Z Fresh pest v2.7.14
66852024-11-06T09:13:58.802Z Fresh tokio-native-tls v0.3.1
66862024-11-06T09:13:58.802Z Fresh cookie v0.18.1
66872024-11-06T09:13:58.802Z Fresh term v0.7.0
66882024-11-06T09:13:58.802Z Fresh hyper-rustls v0.27.3
66892024-11-06T09:13:58.802Z Fresh anstyle-parse v0.2.5
66902024-11-06T09:13:58.802Z Fresh sync_wrapper v1.0.1
66912024-11-06T09:13:58.803Z Fresh scroll_derive v0.12.0
66922024-11-06T09:13:58.803Z Fresh pest_meta v2.7.14
66932024-11-06T09:13:58.803Z Fresh cookie_store v0.21.0
66942024-11-06T09:13:58.803Z Fresh hyper-tls v0.6.0
66952024-11-06T09:13:58.803Z Fresh is_terminal_polyfill v1.70.1
66962024-11-06T09:13:58.803Z Fresh heck v0.4.1
66972024-11-06T09:13:58.803Z Fresh colorchoice v1.0.2
66982024-11-06T09:13:58.803Z Fresh unicode-segmentation v1.12.0
66992024-11-06T09:13:58.803Z Fresh anstyle-query v1.1.1
67002024-11-06T09:13:58.803Z Fresh pest_generator v2.7.14
67012024-11-06T09:13:58.803Z Fresh reqwest v0.12.8
67022024-11-06T09:13:58.803Z Fresh anstream v0.6.15
67032024-11-06T09:13:58.803Z Fresh scroll v0.12.0
67042024-11-06T09:13:58.803Z Fresh toml_edit v0.22.22
67052024-11-06T09:13:58.803Z Fresh terminal_size v0.4.0
67062024-11-06T09:13:58.803Z Fresh crc32fast v1.4.2
67072024-11-06T09:13:58.803Z Fresh base16ct v0.2.0
67082024-11-06T09:13:58.803Z Fresh plain v0.2.3
67092024-11-06T09:13:58.803Z Fresh clap_lex v0.7.2
67102024-11-06T09:13:58.803Z Fresh pest_derive v2.7.14
67112024-11-06T09:13:58.803Z Fresh sec1 v0.7.3
67122024-11-06T09:13:58.803Z Fresh clap_derive v4.5.18
67132024-11-06T09:13:58.803Z Fresh num-integer v0.1.46
67142024-11-06T09:13:58.803Z Fresh ff v0.13.0
67152024-11-06T09:13:58.803Z Fresh clap_builder v4.5.20
67162024-11-06T09:13:58.803Z Fresh goblin v0.8.2
67172024-11-06T09:13:58.803Z Fresh pretty-hex v0.4.1
67182024-11-06T09:13:58.803Z Fresh group v0.13.0
67192024-11-06T09:13:58.803Z Fresh dtrace-parser v0.2.0
67202024-11-06T09:13:58.803Z Fresh hkdf v0.12.4
67212024-11-06T09:13:58.803Z Fresh crossbeam-epoch v0.9.18
67222024-11-06T09:13:58.803Z Fresh dof v0.3.0
67232024-11-06T09:13:58.803Z Fresh clap v4.5.20
67242024-11-06T09:13:58.803Z Fresh crypto-bigint v0.5.5
67252024-11-06T09:13:58.803Z Fresh thread-id v4.2.2
67262024-11-06T09:13:58.803Z Fresh bitflags v1.3.2
67272024-11-06T09:13:58.803Z Fresh utf-8 v0.7.6
67282024-11-06T09:13:58.803Z Fresh static_assertions v1.1.0
67292024-11-06T09:13:58.803Z Fresh elliptic-curve v0.13.8
67302024-11-06T09:13:58.803Z Fresh usdt-impl v0.5.0
67312024-11-06T09:13:58.804Z Fresh itertools v0.10.5
67322024-11-06T09:13:58.804Z Fresh hex v0.4.3
67332024-11-06T09:13:58.804Z Fresh bit-vec v0.6.3
67342024-11-06T09:13:58.807Z Fresh stable_deref_trait v1.2.0
67352024-11-06T09:13:58.807Z Fresh bit-set v0.5.3
67362024-11-06T09:13:58.807Z Fresh crossbeam-deque v0.8.5
67372024-11-06T09:13:58.807Z Fresh num-iter v0.1.45
67382024-11-06T09:13:58.807Z Fresh flate2 v1.0.34
67392024-11-06T09:13:58.807Z Fresh toml v0.8.19
67402024-11-06T09:13:58.808Z Fresh crossbeam-channel v0.5.13
67412024-11-06T09:13:58.808Z Fresh paste v1.0.15
67422024-11-06T09:13:58.808Z Fresh thread_local v1.1.8
67432024-11-06T09:13:58.808Z Fresh rayon-core v1.12.1
67442024-11-06T09:13:58.808Z Fresh usdt-macro v0.5.0
67452024-11-06T09:13:58.808Z Fresh usdt-attr-macro v0.5.0
67462024-11-06T09:13:58.808Z Fresh phf_shared v0.11.2
67472024-11-06T09:13:58.808Z Fresh toml v0.7.8
67482024-11-06T09:13:58.808Z Fresh rfc6979 v0.4.0
67492024-11-06T09:13:58.808Z Fresh bstr v1.10.0
67502024-11-06T09:13:58.808Z Fresh zerocopy-derive v0.6.6
67512024-11-06T09:13:58.808Z Fresh curve25519-dalek-derive v0.1.1
67522024-11-06T09:13:58.808Z Fresh memmap v0.7.0
67532024-11-06T09:13:58.808Z Fresh managed v0.8.0
67542024-11-06T09:13:58.808Z Fresh take_mut v0.2.2
67552024-11-06T09:13:58.808Z Fresh match_cfg v0.1.0
67562024-11-06T09:13:58.809Z Fresh fixedbitset v0.4.2
67572024-11-06T09:13:58.809Z Fresh zerocopy v0.6.6
67582024-11-06T09:13:58.809Z Fresh slog-async v2.8.0
67592024-11-06T09:13:58.809Z Fresh petgraph v0.6.5
67602024-11-06T09:13:58.809Z Fresh usdt v0.5.0
67612024-11-06T09:13:58.809Z Fresh hostname v0.3.1
67622024-11-06T09:13:58.809Z Fresh curve25519-dalek v4.1.3
67632024-11-06T09:13:58.809Z Fresh num-bigint-dig v0.8.4
67642024-11-06T09:13:58.809Z Fresh ecdsa v0.16.9
67652024-11-06T09:13:58.809Z Fresh slog-term v2.9.1
67662024-11-06T09:13:58.809Z Fresh phf_shared v0.10.0
67672024-11-06T09:13:58.809Z Fresh pkcs1 v0.7.5
67682024-11-06T09:13:58.809Z Fresh new_debug_unreachable v1.0.6
67692024-11-06T09:13:58.809Z Fresh unicode-xid v0.2.6
67702024-11-06T09:13:58.809Z Fresh minimal-lexical v0.2.1
67712024-11-06T09:13:58.809Z Fresh precomputed-hash v0.1.1
67722024-11-06T09:13:58.809Z Fresh rsa v0.9.6
67732024-11-06T09:13:58.809Z Fresh nom v7.1.3
67742024-11-06T09:13:58.809Z Fresh rustls v0.22.4
67752024-11-06T09:13:58.809Z Fresh signal-hook v0.3.17
67762024-11-06T09:13:58.810Z Fresh ed25519 v2.2.3
67772024-11-06T09:13:58.810Z Fresh hubpack_derive v0.1.1
67782024-11-06T09:13:58.810Z Fresh string_cache v0.8.7
67792024-11-06T09:13:58.810Z Fresh quick-error v1.2.3
67802024-11-06T09:13:58.810Z Fresh ed25519-dalek v2.1.1
67812024-11-06T09:13:58.810Z Fresh tokio-rustls v0.25.0
67822024-11-06T09:13:58.810Z Fresh bzip2-sys v0.1.11+1.0.8
67832024-11-06T09:13:58.810Z Fresh hubpack v0.1.2
67842024-11-06T09:13:58.810Z Fresh x509-cert v0.2.5
67852024-11-06T09:13:58.810Z Fresh slog-json v2.6.1
67862024-11-06T09:13:58.810Z Fresh itertools v0.12.1
67872024-11-06T09:13:58.810Z Fresh idna v0.4.0
67882024-11-06T09:13:58.810Z Fresh enum-as-inner v0.6.1
67892024-11-06T09:13:58.810Z Fresh async-stream-impl v0.3.6
67902024-11-06T09:13:58.810Z Fresh lalrpop-util v0.19.12
67912024-11-06T09:13:58.810Z Fresh debug-ignore v1.0.5
67922024-11-06T09:13:58.810Z Fresh async-stream v0.3.6
67932024-11-06T09:13:58.810Z Fresh slog-bunyan v2.5.0
67942024-11-06T09:13:58.810Z Fresh multer v3.1.0
67952024-11-06T09:13:58.810Z Fresh hickory-proto v0.24.1
67962024-11-06T09:13:58.810Z Fresh bzip2 v0.4.4
67972024-11-06T09:13:58.810Z Fresh signal-hook-mio v0.2.4
67982024-11-06T09:13:58.810Z Fresh console v0.15.8
67992024-11-06T09:13:58.810Z Fresh dropshot_endpoint v0.12.0
68002024-11-06T09:13:58.810Z Fresh waitgroup v0.1.2
68012024-11-06T09:13:58.810Z Fresh serde_path_to_error v0.1.16
68022024-11-06T09:13:58.810Z Fresh hostname v0.4.0
68032024-11-06T09:13:58.810Z Fresh hash32 v0.2.1
68042024-11-06T09:13:58.810Z Fresh unicode-properties v0.1.3
68052024-11-06T09:13:58.810Z Fresh linked-hash-map v0.5.6
68062024-11-06T09:13:58.810Z Fresh predicates-core v1.0.8
68072024-11-06T09:13:58.810Z Fresh dropshot v0.12.0
68082024-11-06T09:13:58.810Z Fresh crossterm v0.28.1
68092024-11-06T09:13:58.810Z Fresh heapless v0.7.17
68102024-11-06T09:13:58.810Z Fresh lru-cache v0.1.2
68112024-11-06T09:13:58.810Z Fresh stringprep v0.1.5
68122024-11-06T09:13:58.810Z Fresh similar v2.6.0
68132024-11-06T09:13:58.810Z Fresh rayon v1.10.0
68142024-11-06T09:13:58.810Z Fresh tokio-stream v0.1.16
68152024-11-06T09:13:58.811Z Fresh md-5 v0.10.6
68162024-11-06T09:13:58.811Z Fresh float-cmp v0.9.0
68172024-11-06T09:13:58.811Z Fresh difflib v0.4.0
68182024-11-06T09:13:58.811Z Fresh fallible-iterator v0.2.0
68192024-11-06T09:13:58.811Z Fresh normalize-line-endings v0.3.0
68202024-11-06T09:13:58.811Z Fresh portable-atomic v1.9.0
68212024-11-06T09:13:58.811Z Fresh smoltcp v0.9.1
68222024-11-06T09:13:58.811Z Fresh zip v0.6.6
68232024-11-06T09:13:58.811Z Fresh resolv-conf v0.7.0
68242024-11-06T09:13:58.811Z Fresh predicates v3.1.2
68252024-11-06T09:13:58.811Z Fresh postgres-protocol v0.6.7
68262024-11-06T09:13:58.811Z Fresh phf v0.11.2
68272024-11-06T09:13:58.811Z Fresh tungstenite v0.24.0
68282024-11-06T09:13:58.811Z Fresh strum_macros v0.25.3
68292024-11-06T09:13:58.811Z Fresh serde-big-array v0.5.1
68302024-11-06T09:13:58.811Z Fresh serde_repr v0.1.19
68312024-11-06T09:13:58.811Z Fresh number_prefix v0.4.0
68322024-11-06T09:13:58.811Z Fresh peg-runtime v0.8.3
68332024-11-06T09:13:58.811Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
68342024-11-06T09:13:58.815Z Fresh postgres-types v0.2.8
68352024-11-06T09:13:58.815Z Fresh tokio-tungstenite v0.24.0
68362024-11-06T09:13:58.815Z Fresh hickory-resolver v0.24.1
68372024-11-06T09:13:58.815Z Fresh derive-where v1.2.7
68382024-11-06T09:13:58.815Z Fresh indicatif v0.17.8
68392024-11-06T09:13:58.815Z Fresh whoami v1.5.2
68402024-11-06T09:13:58.815Z Fresh fs-err v2.11.0
68412024-11-06T09:13:58.815Z Fresh qorb v0.2.0
68422024-11-06T09:13:58.815Z Fresh hashbrown v0.14.5
68432024-11-06T09:13:58.815Z Fresh unsafe-libyaml v0.2.11
68442024-11-06T09:13:58.815Z Fresh progenitor-client v0.8.0
68452024-11-06T09:13:58.815Z Fresh fastrand v2.1.1
68462024-11-06T09:13:58.815Z Fresh tokio-postgres v0.7.12
68472024-11-06T09:13:58.815Z Fresh regress v0.10.1
68482024-11-06T09:13:58.816Z Fresh serde_yaml v0.9.34+deprecated
68492024-11-06T09:13:58.816Z Fresh ident_case v1.0.1
68502024-11-06T09:13:58.816Z Fresh ipnetwork v0.20.0
68512024-11-06T09:13:58.816Z Fresh tempfile v3.13.0
68522024-11-06T09:13:58.816Z Fresh strum_macros v0.26.4
68532024-11-06T09:13:58.816Z Fresh typify-impl v0.2.0
68542024-11-06T09:13:58.816Z Fresh darling_core v0.20.10
68552024-11-06T09:13:58.816Z Fresh strum v0.26.3
68562024-11-06T09:13:58.816Z Fresh oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
68572024-11-06T09:13:58.816Z Fresh instant v0.1.13
68582024-11-06T09:13:58.816Z Fresh regress v0.9.1
68592024-11-06T09:13:58.816Z Fresh typify-macro v0.2.0
68602024-11-06T09:13:58.816Z Fresh darling_macro v0.20.10
68612024-11-06T09:13:58.816Z Fresh newtype-uuid v1.1.2
68622024-11-06T09:13:58.816Z Fresh structmeta-derive v0.3.0
68632024-11-06T09:13:58.816Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
68642024-11-06T09:13:58.816Z Fresh backoff v0.4.0
68652024-11-06T09:13:58.816Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
68662024-11-06T09:13:58.816Z Fresh typify v0.2.0
68672024-11-06T09:13:58.816Z Fresh darling v0.20.10
68682024-11-06T09:13:58.816Z Fresh structmeta v0.3.0
68692024-11-06T09:13:58.816Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
68702024-11-06T09:13:58.816Z Fresh macaddr v1.0.1
68712024-11-06T09:13:58.816Z Fresh wait-timeout v0.2.0
68722024-11-06T09:13:58.816Z Fresh progenitor-impl v0.8.0
68732024-11-06T09:13:58.816Z Fresh serde_with_macros v3.11.0
68742024-11-06T09:13:58.816Z Fresh parse-display-derive v0.10.0
68752024-11-06T09:13:58.816Z Fresh rusty-fork v0.3.0
68762024-11-06T09:13:58.816Z Fresh rand_xorshift v0.3.0
68772024-11-06T09:13:58.816Z Fresh structmeta-derive v0.2.0
68782024-11-06T09:13:58.816Z Fresh unarray v0.1.4
68792024-11-06T09:13:58.816Z Fresh progenitor-macro v0.8.0
68802024-11-06T09:13:58.816Z Fresh serde_with v3.11.0
68812024-11-06T09:13:58.816Z Fresh parse-display v0.10.0
68822024-11-06T09:13:58.816Z Fresh proptest v1.5.0
68832024-11-06T09:13:58.816Z Fresh structmeta v0.2.0
68842024-11-06T09:13:58.816Z Fresh camino-tempfile v1.1.1
68852024-11-06T09:13:58.816Z Fresh progenitor v0.8.0
68862024-11-06T09:13:58.816Z Fresh test-strategy v0.3.1
68872024-11-06T09:13:58.816Z Fresh proc-macro-crate v1.3.1
68882024-11-06T09:13:58.817Z Fresh foreign-types-macros v0.2.3
68892024-11-06T09:13:58.817Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
68902024-11-06T09:13:58.817Z Fresh proc-macro-error-attr v1.0.4
68912024-11-06T09:13:58.817Z Fresh num_enum_derive v0.5.11
68922024-11-06T09:13:58.817Z Fresh foreign-types-shared v0.3.1
68932024-11-06T09:13:58.817Z Fresh tabwriter v1.4.0
68942024-11-06T09:13:58.817Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
68952024-11-06T09:13:58.817Z Fresh proc-macro-error v1.0.4
68962024-11-06T09:13:58.817Z Fresh num_enum v0.5.11
68972024-11-06T09:13:58.817Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
68982024-11-06T09:13:58.817Z Fresh foreign-types v0.5.0
68992024-11-06T09:13:58.817Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
69002024-11-06T09:13:58.817Z Fresh cstr-argument v0.1.2
69012024-11-06T09:13:58.817Z Fresh pretty-hex v0.2.1
69022024-11-06T09:13:58.817Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
69032024-11-06T09:13:58.817Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
69042024-11-06T09:13:58.817Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
69052024-11-06T09:13:58.817Z Fresh colored v2.1.0
69062024-11-06T09:13:58.817Z Fresh smf v0.2.3
69072024-11-06T09:13:58.817Z Fresh hash32 v0.3.1
69082024-11-06T09:13:58.817Z Fresh cobs v0.2.3
69092024-11-06T09:13:58.817Z Fresh termtree v0.4.1
69102024-11-06T09:13:58.817Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
69112024-11-06T09:13:58.817Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
69122024-11-06T09:13:58.817Z Fresh crucible-workspace-hack v0.1.0
69132024-11-06T09:13:58.817Z Fresh heapless v0.8.0
69142024-11-06T09:13:58.817Z Fresh postcard v1.0.10
69152024-11-06T09:13:58.817Z Fresh predicates-tree v1.0.11
69162024-11-06T09:13:58.817Z Fresh smoltcp v0.11.0
69172024-11-06T09:13:58.817Z Fresh sigpipe v0.1.3
69182024-11-06T09:13:58.817Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
69192024-11-06T09:13:58.817Z Fresh zone_cfg_derive v0.3.0
69202024-11-06T09:13:58.817Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
69212024-11-06T09:13:58.817Z Fresh num-derive v0.4.2
69222024-11-06T09:13:58.817Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
69232024-11-06T09:13:58.817Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
69242024-11-06T09:13:58.817Z Fresh mockall_derive v0.13.0
69252024-11-06T09:13:58.817Z Fresh fragile v2.0.0
69262024-11-06T09:13:58.818Z Fresh downcast v0.11.0
69272024-11-06T09:13:58.818Z Fresh zone v0.3.0
69282024-11-06T09:13:58.818Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
69292024-11-06T09:13:58.818Z Fresh mockall v0.13.0
69302024-11-06T09:13:58.818Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
69312024-11-06T09:13:58.818Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
69322024-11-06T09:13:58.818Z Fresh base64 v0.21.7
69332024-11-06T09:13:58.818Z Fresh convert_case v0.4.0
69342024-11-06T09:13:58.821Z Fresh same-file v1.0.6
69352024-11-06T09:13:58.821Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
69362024-11-06T09:13:58.821Z Fresh derive_more v0.99.18
69372024-11-06T09:13:58.821Z Fresh walkdir v2.5.0
69382024-11-06T09:13:58.822Z Fresh atomicwrites v0.4.4
69392024-11-06T09:13:58.822Z Fresh itertools v0.13.0
69402024-11-06T09:13:58.822Z Fresh newline-converter v0.3.0
69412024-11-06T09:13:58.822Z Fresh xattr v1.3.1
69422024-11-06T09:13:58.822Z Fresh filetime v0.2.25
69432024-11-06T09:13:58.822Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
69442024-11-06T09:13:58.822Z Fresh expectorate v1.1.0
69452024-11-06T09:13:58.822Z Fresh tar v0.4.42
69462024-11-06T09:13:58.822Z Fresh password-hash v0.5.0
69472024-11-06T09:13:58.822Z Fresh blake2 v0.10.6
69482024-11-06T09:13:58.822Z Fresh libsw v3.3.1
69492024-11-06T09:13:58.822Z Fresh argon2 v0.5.3
69502024-11-06T09:13:58.822Z Fresh indent_write v2.2.0
69512024-11-06T09:13:58.822Z Fresh swrite v0.1.0
69522024-11-06T09:13:58.822Z Fresh linear-map v1.2.0
69532024-11-06T09:13:58.822Z Fresh num-rational v0.4.2
69542024-11-06T09:13:58.822Z Fresh owo-colors v4.1.0
69552024-11-06T09:13:58.822Z Fresh cancel-safe-futures v0.1.5
69562024-11-06T09:13:58.822Z Fresh num-complex v0.4.6
69572024-11-06T09:13:58.822Z Fresh float-ord v0.3.2
69582024-11-06T09:13:58.822Z Fresh tungstenite v0.21.0
69592024-11-06T09:13:58.822Z Fresh num v0.4.3
69602024-11-06T09:13:58.822Z Fresh tokio-tungstenite v0.21.0
69612024-11-06T09:13:58.822Z Fresh arc-swap v1.7.1
69622024-11-06T09:13:58.822Z Fresh slog-scope v4.4.0
69632024-11-06T09:13:58.822Z Fresh semver v0.1.20
69642024-11-06T09:13:58.822Z Fresh humantime v2.1.0
69652024-11-06T09:13:58.822Z Fresh home v0.5.9
69662024-11-06T09:13:58.822Z Fresh slog-stdlog v4.1.1
69672024-11-06T09:13:58.822Z Fresh rustc_version v0.1.7
69682024-11-06T09:13:58.822Z Fresh highway v1.2.0
69692024-11-06T09:13:58.822Z Fresh pem v3.0.4
69702024-11-06T09:13:58.822Z Fresh half v2.4.1
69712024-11-06T09:13:58.822Z Fresh ciborium-io v0.2.2
69722024-11-06T09:13:58.822Z Fresh slog-envlogger v2.2.0
69732024-11-06T09:13:58.822Z Fresh ciborium-ll v0.2.2
69742024-11-06T09:13:58.822Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
69752024-11-06T09:13:58.822Z Fresh heck v0.3.3
69762024-11-06T09:13:58.822Z Fresh prettyplease v0.2.22
69772024-11-06T09:13:58.823Z Fresh headers-core v0.3.0
69782024-11-06T09:13:58.823Z Fresh zone_cfg_derive v0.1.2
69792024-11-06T09:13:58.824Z Fresh lzma-sys v0.1.20
69802024-11-06T09:13:58.824Z Fresh ciborium v0.2.2
69812024-11-06T09:13:58.824Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
69822024-11-06T09:13:58.824Z Fresh newtype_derive v0.1.6
69832024-11-06T09:13:58.824Z Fresh headers v0.4.0
69842024-11-06T09:13:58.824Z Fresh base64 v0.13.1
69852024-11-06T09:13:58.824Z Fresh xz2 v0.1.7
69862024-11-06T09:13:58.824Z Fresh zone v0.1.8
69872024-11-06T09:13:58.824Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
69882024-11-06T09:13:58.824Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
69892024-11-06T09:13:58.824Z Fresh steno v0.4.1
69902024-11-06T09:13:58.824Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
69912024-11-06T09:13:58.824Z Fresh ron v0.7.1
69922024-11-06T09:13:58.824Z Fresh yasna v0.5.2
69932024-11-06T09:13:58.824Z Fresh subprocess v0.2.9
69942024-11-06T09:13:58.824Z Fresh keccak v0.1.5
69952024-11-06T09:13:58.824Z Fresh rcgen v0.12.1
69962024-11-06T09:13:58.824Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
69972024-11-06T09:13:58.824Z Fresh glob v0.3.1
69982024-11-06T09:13:58.824Z Fresh sha3 v0.10.8
69992024-11-06T09:13:58.824Z Fresh universal-hash v0.5.1
70002024-11-06T09:13:58.824Z Fresh opaque-debug v0.3.1
70012024-11-06T09:13:58.824Z Fresh display-error-chain v0.2.2
70022024-11-06T09:13:58.824Z Fresh constant_time_eq v0.3.1
70032024-11-06T09:13:58.824Z Fresh arrayref v0.3.9
70042024-11-06T09:13:58.824Z Fresh arrayvec v0.7.6
70052024-11-06T09:13:58.824Z Fresh secrecy v0.8.0
70062024-11-06T09:13:58.824Z Fresh aead v0.5.2
70072024-11-06T09:13:58.824Z Fresh poly1305 v0.8.0
70082024-11-06T09:13:58.824Z Fresh chacha20 v0.9.1
70092024-11-06T09:13:58.824Z Fresh memmap2 v0.9.5
70102024-11-06T09:13:58.824Z Fresh spin v0.5.2
70112024-11-06T09:13:58.824Z Fresh untrusted v0.7.1
70122024-11-06T09:13:58.824Z Fresh topological-sort v0.2.2
70132024-11-06T09:13:58.824Z Fresh toolchain_find v0.4.0
70142024-11-06T09:13:58.824Z Fresh ring v0.16.20
70152024-11-06T09:13:58.824Z Fresh blake3 v1.5.4
70162024-11-06T09:13:58.824Z Fresh thiserror-impl-no-std v2.0.2
70172024-11-06T09:13:58.824Z Fresh maplit v1.0.2
70182024-11-06T09:13:58.825Z Fresh rustfmt-wrapper v0.2.1
70192024-11-06T09:13:58.825Z Fresh omicron-zone-package v0.11.1
70202024-11-06T09:13:58.825Z Fresh thiserror-no-std v2.0.2
70212024-11-06T09:13:58.825Z Fresh slog-dtrace v0.3.0
70222024-11-06T09:13:58.825Z Fresh chacha20poly1305 v0.10.1
70232024-11-06T09:13:58.825Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
70242024-11-06T09:13:58.825Z Fresh vsss-rs v3.3.4
70252024-11-06T09:13:58.825Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
70262024-11-06T09:13:58.825Z Fresh termcolor v1.4.1
70272024-11-06T09:13:58.825Z Fresh tap v1.0.1
70282024-11-06T09:13:58.825Z Fresh wyz v0.5.1
70292024-11-06T09:13:58.825Z Fresh gethostname v0.5.0
70302024-11-06T09:13:58.825Z Fresh crc-catalog v2.4.0
70312024-11-06T09:13:58.825Z Fresh radium v0.7.0
70322024-11-06T09:13:58.825Z Fresh funty v2.0.0
70332024-11-06T09:13:58.825Z Fresh maybe-uninit v2.0.0
70342024-11-06T09:13:58.828Z Fresh crc v3.2.1
70352024-11-06T09:13:58.828Z Fresh packed_struct_codegen v0.10.1
70362024-11-06T09:13:58.828Z Fresh bitvec v1.0.1
70372024-11-06T09:13:58.828Z Fresh nodrop v0.1.14
70382024-11-06T09:13:58.828Z Fresh smallvec v0.6.14
70392024-11-06T09:13:58.828Z Fresh hashbrown v0.12.3
70402024-11-06T09:13:58.828Z Fresh bitfield v0.14.0
70412024-11-06T09:13:58.828Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
70422024-11-06T09:13:58.828Z Fresh packed_struct v0.10.1
70432024-11-06T09:13:58.828Z Fresh array-init v0.0.4
70442024-11-06T09:13:58.828Z Fresh env_logger v0.10.2
70452024-11-06T09:13:58.828Z Fresh ron v0.8.1
70462024-11-06T09:13:58.829Z Fresh dsl_auto_type v0.1.2
70472024-11-06T09:13:58.829Z Fresh hashbrown v0.13.2
70482024-11-06T09:13:58.829Z Fresh scheduled-thread-pool v0.2.7
70492024-11-06T09:13:58.829Z Fresh indexmap v1.9.3
70502024-11-06T09:13:58.829Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
70512024-11-06T09:13:58.829Z Fresh serde-hex v0.1.0
70522024-11-06T09:13:58.829Z Fresh diesel_table_macro_syntax v0.2.0
70532024-11-06T09:13:58.829Z Fresh crc-any v2.5.0
70542024-11-06T09:13:58.829Z Fresh r2d2 v0.8.10
70552024-11-06T09:13:58.829Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
70562024-11-06T09:13:58.829Z Fresh object v0.30.4
70572024-11-06T09:13:58.829Z Fresh diesel_derives v2.2.3
70582024-11-06T09:13:58.830Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
70592024-11-06T09:13:58.830Z Fresh bitfield-struct v0.6.2
70602024-11-06T09:13:58.830Z Fresh nibble_vec v0.1.0
70612024-11-06T09:13:58.830Z Fresh path-slash v0.1.5
70622024-11-06T09:13:58.830Z Fresh endian-type v0.1.2
70632024-11-06T09:13:58.830Z Fresh diff v0.1.13
70642024-11-06T09:13:58.830Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
70652024-11-06T09:13:58.830Z Fresh radix_trie v0.2.1
70662024-11-06T09:13:58.830Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
70672024-11-06T09:13:58.830Z Fresh crunchy v0.2.2
70682024-11-06T09:13:58.830Z Fresh diesel v2.2.4
70692024-11-06T09:13:58.830Z Fresh libefi-sys v0.1.0
70702024-11-06T09:13:58.830Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
70712024-11-06T09:13:58.830Z Fresh fxhash v0.2.1
70722024-11-06T09:13:58.830Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
70732024-11-06T09:13:58.830Z Fresh tiny-keccak v2.0.2
70742024-11-06T09:13:58.830Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
70752024-11-06T09:13:58.830Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
70762024-11-06T09:13:58.830Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
70772024-11-06T09:13:58.830Z Fresh ascii-canvas v3.0.0
70782024-11-06T09:13:58.830Z Fresh async-recursion v1.1.1
70792024-11-06T09:13:58.830Z Fresh ref-cast-impl v1.0.23
70802024-11-06T09:13:58.830Z Fresh ena v0.14.3
70812024-11-06T09:13:58.830Z Fresh libloading v0.8.5
70822024-11-06T09:13:58.830Z Fresh regex-syntax v0.6.29
70832024-11-06T09:13:58.830Z Fresh which v4.4.2
70842024-11-06T09:13:58.830Z Fresh clang-sys v1.8.1
70852024-11-06T09:13:58.830Z Fresh lalrpop v0.19.12
70862024-11-06T09:13:58.830Z Fresh ref-cast v1.0.23
70872024-11-06T09:13:58.830Z Fresh cexpr v0.6.0
70882024-11-06T09:13:58.830Z Fresh kstat-rs v0.2.4
70892024-11-06T09:13:58.830Z Fresh lazycell v1.3.0
70902024-11-06T09:13:58.830Z Fresh rustc-hash v1.1.0
70912024-11-06T09:13:58.830Z Fresh bindgen v0.69.5
70922024-11-06T09:13:58.830Z Fresh derive_builder_core v0.20.2
70932024-11-06T09:13:58.830Z Fresh primeorder v0.13.6
70942024-11-06T09:13:58.830Z Fresh derive_builder_macro v0.20.2
70952024-11-06T09:13:58.830Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
70962024-11-06T09:13:58.830Z Fresh strum_macros v0.24.3
70972024-11-06T09:13:58.831Z Fresh indoc v1.0.9
70982024-11-06T09:13:58.831Z Fresh parking_lot_core v0.8.6
70992024-11-06T09:13:58.831Z Fresh libxml v0.3.3
71002024-11-06T09:13:58.831Z Fresh polar-core v0.27.3
71012024-11-06T09:13:58.831Z Fresh derive_builder v0.20.2
71022024-11-06T09:13:58.831Z Fresh impl-trait-for-tuples v0.2.2
71032024-11-06T09:13:58.831Z Fresh oso-derive v0.27.3
71042024-11-06T09:13:58.831Z Fresh quick-xml v0.33.0
71052024-11-06T09:13:58.831Z Fresh parking_lot v0.11.2
71062024-11-06T09:13:58.831Z Fresh samael v0.0.17
71072024-11-06T09:13:58.831Z Fresh oso v0.27.3
71082024-11-06T09:13:58.831Z Fresh unicase v2.7.0
71092024-11-06T09:13:58.831Z Fresh p384 v0.13.0
71102024-11-06T09:13:58.831Z Fresh salty v0.3.0
71112024-11-06T09:13:58.831Z Fresh sled v0.34.7
71122024-11-06T09:13:58.831Z Fresh hickory-client v0.24.1
71132024-11-06T09:13:58.831Z Fresh hickory-server v0.24.1
71142024-11-06T09:13:58.831Z Fresh const_format_proc_macros v0.2.33
71152024-11-06T09:13:58.831Z Fresh phf_generator v0.11.2
71162024-11-06T09:13:58.831Z Fresh bb8 v0.8.5
71172024-11-06T09:13:58.831Z Fresh nanorand v0.7.0
71182024-11-06T09:13:58.831Z Fresh vte_generate_state_changes v0.1.2
71192024-11-06T09:13:58.831Z Fresh atty v0.2.14
71202024-11-06T09:13:58.831Z Fresh env_filter v0.1.2
71212024-11-06T09:13:58.831Z Fresh phf_codegen v0.11.2
71222024-11-06T09:13:58.831Z Fresh buf-list v1.0.3
71232024-11-06T09:13:58.831Z Fresh flume v0.11.0
71242024-11-06T09:13:58.831Z Fresh env_logger v0.11.5
71252024-11-06T09:13:58.831Z Fresh vte v0.11.1
71262024-11-06T09:13:58.831Z Fresh async-bb8-diesel v0.2.1
71272024-11-06T09:13:58.831Z Fresh const_format v0.2.33
71282024-11-06T09:13:58.831Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
71292024-11-06T09:13:58.831Z Fresh diesel-dtrace v0.3.0
71302024-11-06T09:13:58.831Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
71312024-11-06T09:13:58.831Z Fresh parse-zoneinfo v0.3.1
71322024-11-06T09:13:58.831Z Fresh fd-lock v4.0.2
71332024-11-06T09:13:58.831Z Fresh http v0.2.12
71342024-11-06T09:13:58.835Z Fresh cfg_aliases v0.1.1
71352024-11-06T09:13:58.835Z Fresh mime_guess v2.0.5
71362024-11-06T09:13:58.835Z Fresh chrono-tz-build v0.4.0
71372024-11-06T09:13:58.835Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
71382024-11-06T09:13:58.835Z Fresh memoffset v0.9.1
71392024-11-06T09:13:58.835Z Fresh strip-ansi-escapes v0.2.0
71402024-11-06T09:13:58.835Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
71412024-11-06T09:13:58.835Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
71422024-11-06T09:13:58.835Z Fresh pin-project-internal v1.1.6
71432024-11-06T09:13:58.835Z Fresh nu-ansi-term v0.50.1
71442024-11-06T09:13:58.835Z Fresh http-range v0.1.5
71452024-11-06T09:13:58.835Z Fresh reedline v0.35.0
71462024-11-06T09:13:58.836Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
71472024-11-06T09:13:58.836Z Fresh hyper-staticfile v0.10.1
71482024-11-06T09:13:58.836Z Fresh pin-project v1.1.6
71492024-11-06T09:13:58.836Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
71502024-11-06T09:13:58.836Z Fresh nix v0.27.1
71512024-11-06T09:13:58.836Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
71522024-11-06T09:13:58.836Z Fresh h2 v0.3.26
71532024-11-06T09:13:58.836Z Fresh http-body v0.4.6
71542024-11-06T09:13:58.836Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
71552024-11-06T09:13:58.836Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
71562024-11-06T09:13:58.836Z Fresh tungstenite v0.23.0
71572024-11-06T09:13:58.836Z Fresh bytecount v0.6.8
71582024-11-06T09:13:58.836Z Fresh hyper v0.14.30
71592024-11-06T09:13:58.836Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
71602024-11-06T09:13:58.836Z Fresh tokio-tungstenite v0.23.1
71612024-11-06T09:13:58.836Z Fresh papergrid v0.11.0
71622024-11-06T09:13:58.836Z Fresh nix v0.28.0
71632024-11-06T09:13:58.836Z Fresh tabled_derive v0.7.0
71642024-11-06T09:13:58.836Z Fresh peg-macros v0.8.4
71652024-11-06T09:13:58.836Z Fresh signal-hook-tokio v0.3.1
71662024-11-06T09:13:58.836Z Fresh concurrent-queue v2.5.0
71672024-11-06T09:13:58.836Z Fresh snafu-derive v0.8.5
71682024-11-06T09:13:58.836Z Fresh sqlparser_derive v0.2.2
71692024-11-06T09:13:58.836Z Fresh unicode_categories v0.1.1
71702024-11-06T09:13:58.836Z Fresh bumpalo v3.16.0
71712024-11-06T09:13:58.836Z Fresh simd-adler32 v0.3.7
71722024-11-06T09:13:58.836Z Fresh sync_wrapper v0.1.2
71732024-11-06T09:13:58.836Z Fresh lockfree-object-pool v0.1.6
71742024-11-06T09:13:58.836Z Fresh parking v2.2.1
71752024-11-06T09:13:58.836Z Fresh tabled v0.15.0
71762024-11-06T09:13:58.836Z Fresh sqlparser v0.45.0
71772024-11-06T09:13:58.836Z Fresh peg v0.8.4
71782024-11-06T09:13:58.836Z Fresh reqwest v0.11.27
71792024-11-06T09:13:58.836Z Fresh zopfli v0.8.1
71802024-11-06T09:13:58.837Z Fresh sqlformat v0.2.6
71812024-11-06T09:13:58.837Z Fresh snafu v0.8.5
71822024-11-06T09:13:58.837Z Fresh chrono-tz v0.10.0
71832024-11-06T09:13:58.837Z Fresh rustyline v14.0.0
71842024-11-06T09:13:58.837Z Fresh globset v0.4.15
71852024-11-06T09:13:58.837Z Fresh olpc-cjson v0.1.4
71862024-11-06T09:13:58.837Z Fresh serde_plain v1.0.2
71872024-11-06T09:13:58.837Z Fresh cargo-platform v0.1.8
71882024-11-06T09:13:58.837Z Fresh bcs v0.1.6
71892024-11-06T09:13:58.837Z Fresh displaydoc v0.2.5
71902024-11-06T09:13:58.837Z Fresh typed-path v0.7.1
71912024-11-06T09:13:58.837Z Fresh cargo_metadata v0.18.1
71922024-11-06T09:13:58.837Z Fresh zip v2.1.3
71932024-11-06T09:13:58.837Z Fresh parse-size v1.1.0
71942024-11-06T09:13:58.837Z Fresh event-listener v5.3.1
71952024-11-06T09:13:58.837Z Fresh tough v0.17.1
71962024-11-06T09:13:58.837Z Fresh event-listener-strategy v0.5.2
71972024-11-06T09:13:58.837Z Fresh futures-lite v2.3.0
71982024-11-06T09:13:58.837Z Fresh rand_seeder v0.3.0
71992024-11-06T09:13:58.837Z Fresh csv-core v0.1.11
72002024-11-06T09:13:58.837Z Fresh is_ci v1.2.0
72012024-11-06T09:13:58.837Z Fresh async-lock v3.4.0
72022024-11-06T09:13:58.837Z Fresh libz-sys v1.1.20
72032024-11-06T09:13:58.837Z Fresh csv v1.3.0
72042024-11-06T09:13:58.837Z Fresh supports-color v3.0.1
72052024-11-06T09:13:58.838Z Fresh polyval v0.6.2
72062024-11-06T09:13:58.838Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
72072024-11-06T09:13:58.838Z Fresh libgit2-sys v0.17.0+1.8.1
72082024-11-06T09:13:58.838Z Fresh castaway v0.2.3
72092024-11-06T09:13:58.838Z Fresh polling v3.7.3
72102024-11-06T09:13:58.838Z Fresh ghash v0.5.1
72112024-11-06T09:13:58.838Z Fresh async-io v2.3.4
72122024-11-06T09:13:58.838Z Fresh compact_str v0.8.0
72132024-11-06T09:13:58.838Z Fresh git2 v0.19.0
72142024-11-06T09:13:58.838Z Fresh unicode-truncate v1.1.0
72152024-11-06T09:13:58.838Z Fresh ctr v0.9.2
72162024-11-06T09:13:58.838Z Fresh lru v0.12.5
72172024-11-06T09:13:58.838Z Fresh instability v0.3.2
72182024-11-06T09:13:58.838Z Fresh async-task v4.7.1
72192024-11-06T09:13:58.838Z Fresh cassowary v0.3.0
72202024-11-06T09:13:58.838Z Fresh cfg_aliases v0.2.1
72212024-11-06T09:13:58.838Z Fresh assert_matches v1.5.0
72222024-11-06T09:13:58.838Z Fresh plotters-backend v0.3.7
72232024-11-06T09:13:58.838Z Fresh aes-gcm v0.10.3
72242024-11-06T09:13:58.838Z Fresh plotters-svg v0.3.7
72252024-11-06T09:13:58.838Z Fresh ratatui v0.28.1
72262024-11-06T09:13:58.838Z Fresh vergen v8.3.2
72272024-11-06T09:13:58.838Z Fresh async-channel v2.3.1
72282024-11-06T09:13:58.838Z Fresh piper v0.2.4
72292024-11-06T09:13:58.838Z Fresh ssh-encoding v0.2.0
72302024-11-06T09:13:58.838Z Fresh sct v0.7.1
72312024-11-06T09:13:58.838Z Fresh rustls-webpki v0.101.7
72322024-11-06T09:13:58.838Z Fresh blowfish v0.9.1
72332024-11-06T09:13:58.838Z Fresh rtoolbox v0.0.2
72342024-11-06T09:13:58.841Z Fresh unicode-linebreak v0.1.5
72352024-11-06T09:13:58.842Z Fresh cast v0.3.0
72362024-11-06T09:13:58.842Z Fresh smawk v0.3.2
72372024-11-06T09:13:58.842Z Fresh blocking v1.6.1
72382024-11-06T09:13:58.842Z Fresh rpassword v7.3.1
72392024-11-06T09:13:58.842Z Fresh textwrap v0.16.1
72402024-11-06T09:13:58.842Z Fresh criterion-plot v0.5.0
72412024-11-06T09:13:58.842Z Fresh bcrypt-pbkdf v0.10.0
72422024-11-06T09:13:58.842Z Fresh ssh-cipher v0.2.0
72432024-11-06T09:13:58.842Z Fresh rustls v0.21.12
72442024-11-06T09:13:58.842Z Fresh plotters v0.3.7
72452024-11-06T09:13:58.842Z Fresh tui-tree-widget v0.22.0
72462024-11-06T09:13:58.842Z Fresh libsqlite3-sys v0.30.1
72472024-11-06T09:13:58.842Z Fresh async-executor v1.13.1
72482024-11-06T09:13:58.842Z Fresh async-signal v0.2.10
72492024-11-06T09:13:58.842Z Fresh hashlink v0.9.1
72502024-11-06T09:13:58.843Z Fresh password-hash v0.4.2
72512024-11-06T09:13:58.843Z Fresh tinytemplate v1.2.1
72522024-11-06T09:13:58.843Z Fresh fallible-iterator v0.3.0
72532024-11-06T09:13:58.843Z Fresh yansi v1.0.1
72542024-11-06T09:13:58.843Z Fresh matches v0.1.10
72552024-11-06T09:13:58.843Z Fresh hex-literal v0.4.1
72562024-11-06T09:13:58.843Z Fresh fallible-streaming-iterator v0.1.9
72572024-11-06T09:13:58.843Z Fresh anes v0.1.6
72582024-11-06T09:13:58.843Z Fresh event-listener v2.5.3
72592024-11-06T09:13:58.843Z Fresh oorandom v11.1.4
72602024-11-06T09:13:58.843Z Fresh shell-words v1.1.0
72612024-11-06T09:13:58.843Z Fresh pretty_assertions v1.4.1
72622024-11-06T09:13:58.843Z Fresh pbkdf2 v0.11.0
72632024-11-06T09:13:58.843Z Fresh async-channel v1.9.0
72642024-11-06T09:13:58.843Z Fresh criterion v0.5.1
72652024-11-06T09:13:58.843Z Fresh rusqlite v0.32.1
72662024-11-06T09:13:58.843Z Fresh idna v0.2.3
72672024-11-06T09:13:58.843Z Fresh async-global-executor v2.4.1
72682024-11-06T09:13:58.843Z Fresh async-process v2.3.0
72692024-11-06T09:13:58.843Z Fresh nix v0.29.0
72702024-11-06T09:13:58.843Z Fresh target-lexicon v0.12.16
72712024-11-06T09:13:58.843Z Fresh tokio-rustls v0.24.1
72722024-11-06T09:13:58.843Z Fresh ssh-key v0.6.6
72732024-11-06T09:13:58.843Z Fresh p521 v0.13.3
72742024-11-06T09:13:58.843Z Fresh p256 v0.13.2
72752024-11-06T09:13:58.843Z Fresh rustls-pemfile v1.0.4
72762024-11-06T09:13:58.843Z Fresh twox-hash v1.6.3
72772024-11-06T09:13:58.843Z Fresh enum-as-inner v0.5.1
72782024-11-06T09:13:58.843Z Fresh async-attributes v1.1.2
72792024-11-06T09:13:58.843Z Fresh num_cpus v1.16.0
72802024-11-06T09:13:58.843Z Fresh russh-cryptovec v0.7.3
72812024-11-06T09:13:58.843Z Fresh kv-log-macro v1.0.7
72822024-11-06T09:13:58.843Z Fresh md5 v0.7.0
72832024-11-06T09:13:58.843Z Fresh futures-timer v3.0.3
72842024-11-06T09:13:58.843Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
72852024-11-06T09:13:58.843Z Fresh threadpool v1.8.1
72862024-11-06T09:13:58.843Z Fresh async-std v1.13.0
72872024-11-06T09:13:58.843Z Fresh russh-keys v0.45.0
72882024-11-06T09:13:58.843Z Fresh trust-dns-proto v0.22.0
72892024-11-06T09:13:58.844Z Fresh cfg-expr v0.17.0
72902024-11-06T09:13:58.844Z Fresh doc-comment v0.3.3
72912024-11-06T09:13:58.844Z Fresh guppy-workspace-hack v0.1.0
72922024-11-06T09:13:58.844Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
72932024-11-06T09:13:58.844Z Fresh httptest v0.16.1
72942024-11-06T09:13:58.844Z Fresh fatfs v0.3.6
72952024-11-06T09:13:58.844Z Fresh num-bigint v0.4.6
72962024-11-06T09:13:58.844Z Fresh proc-macro-crate v3.2.0
72972024-11-06T09:13:58.844Z Fresh rustls-native-certs v0.7.3
72982024-11-06T09:13:58.844Z Fresh des v0.8.1
72992024-11-06T09:13:58.844Z Fresh dhcproto-macros v0.1.0
73002024-11-06T09:13:58.844Z Fresh relative-path v1.9.3
73012024-11-06T09:13:58.844Z Fresh escape8259 v0.5.3
73022024-11-06T09:13:58.844Z Fresh target-spec v3.2.2
73032024-11-06T09:13:58.844Z Fresh russh v0.45.0
73042024-11-06T09:13:58.844Z Fresh libtest-mimic v0.7.3
73052024-11-06T09:13:58.844Z Fresh dhcproto v0.12.0
73062024-11-06T09:13:58.844Z Fresh rstest_macros v0.23.0
73072024-11-06T09:13:58.844Z Fresh hyper-rustls v0.26.0
73082024-11-06T09:13:58.844Z Fresh assert_cmd v2.0.16
73092024-11-06T09:13:58.844Z Fresh async-object-pool v0.1.5
73102024-11-06T09:13:58.844Z Fresh blake2b_simd v1.0.2
73112024-11-06T09:13:58.844Z Fresh fancy-regex v0.13.0
73122024-11-06T09:13:58.844Z Fresh pathdiff v0.2.2
73132024-11-06T09:13:58.844Z Fresh serde_regex v1.1.0
73142024-11-06T09:13:58.844Z Fresh assert-json-diff v2.0.2
73152024-11-06T09:13:58.844Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
73162024-11-06T09:13:58.844Z Fresh path-tree v0.8.1
73172024-11-06T09:13:58.844Z Fresh uzers v0.12.1
73182024-11-06T09:13:58.844Z Fresh nested v0.1.1
73192024-11-06T09:13:58.844Z Fresh stringmetrics v2.2.2
73202024-11-06T09:13:58.844Z Fresh internet-checksum v0.2.1
73212024-11-06T09:13:58.844Z Fresh datatest-stable v0.2.9
73222024-11-06T09:13:58.844Z Fresh rust-argon2 v2.1.0
73232024-11-06T09:13:58.844Z Fresh rstest v0.23.0
73242024-11-06T09:13:58.844Z Fresh guppy v0.17.8
73252024-11-06T09:13:58.844Z Fresh httpmock v0.8.0-alpha.1
73262024-11-06T09:13:58.844Z Fresh trybuild v1.0.100
73272024-11-06T09:13:58.844Z Fresh partial-io v0.5.4
73282024-11-06T09:13:58.845Z Fresh similar-asserts v1.6.0
73292024-11-06T09:13:58.845Z Fresh rand_distr v0.4.3
73302024-11-06T09:13:58.845Z Fresh approx v0.5.1
73312024-11-06T09:13:58.845Z Fresh indoc v2.0.5
73322024-11-06T09:13:58.845Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
73332024-11-06T09:13:58.845Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
73342024-11-06T09:13:58.850Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
73352024-11-06T09:13:58.850Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
73362024-11-06T09:13:58.850Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
73372024-11-06T09:13:58.850Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
73382024-11-06T09:13:58.850Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
73392024-11-06T09:13:58.850Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
73402024-11-06T09:13:58.850Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
73412024-11-06T09:13:58.850Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
73422024-11-06T09:13:58.851Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
73432024-11-06T09:13:58.851Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
73442024-11-06T09:13:58.851Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
73452024-11-06T09:13:58.851Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
73462024-11-06T09:13:58.851Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
73472024-11-06T09:13:58.851Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
73482024-11-06T09:13:58.851Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
73492024-11-06T09:13:58.851Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
73502024-11-06T09:13:58.851Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
73512024-11-06T09:13:58.851Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
73522024-11-06T09:13:58.851Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
73532024-11-06T09:13:58.851Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
73542024-11-06T09:13:58.851Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
73552024-11-06T09:13:58.851Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
73562024-11-06T09:13:58.851Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
73572024-11-06T09:13:58.851Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
73582024-11-06T09:13:58.851Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
73592024-11-06T09:13:58.851Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
73602024-11-06T09:13:58.852Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
73612024-11-06T09:13:58.852Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
73622024-11-06T09:13:58.852Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
73632024-11-06T09:13:58.852Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
73642024-11-06T09:13:58.852Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
73652024-11-06T09:13:58.853Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
73662024-11-06T09:13:58.853Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
73672024-11-06T09:13:58.853Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
73682024-11-06T09:13:58.853Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
73692024-11-06T09:13:58.853Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
73702024-11-06T09:13:58.853Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
73712024-11-06T09:13:58.853Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
73722024-11-06T09:13:58.853Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
73732024-11-06T09:13:58.853Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
73742024-11-06T09:13:58.853Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
73752024-11-06T09:13:58.853Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
73762024-11-06T09:13:58.853Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
73772024-11-06T09:13:58.853Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
73782024-11-06T09:13:58.853Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
73792024-11-06T09:13:58.854Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
73802024-11-06T09:13:58.854Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
73812024-11-06T09:13:58.854Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
73822024-11-06T09:13:58.854Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
73832024-11-06T09:13:58.854Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
73842024-11-06T09:13:58.854Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
73852024-11-06T09:13:58.854Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
73862024-11-06T09:13:58.854Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
73872024-11-06T09:13:58.854Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
73882024-11-06T09:13:58.854Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
73892024-11-06T09:13:58.854Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
73902024-11-06T09:13:58.854Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
73912024-11-06T09:13:58.854Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
73922024-11-06T09:13:58.854Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
73932024-11-06T09:13:58.854Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
73942024-11-06T09:13:58.854Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
73952024-11-06T09:13:58.854Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
73962024-11-06T09:13:58.854Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
73972024-11-06T09:13:58.854Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
73982024-11-06T09:13:58.855Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
73992024-11-06T09:13:58.855Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
74002024-11-06T09:13:58.855Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
74012024-11-06T09:13:58.855Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
74022024-11-06T09:13:58.855Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
74032024-11-06T09:13:58.855Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
74042024-11-06T09:13:58.855Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
74052024-11-06T09:13:58.855Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
74062024-11-06T09:13:58.855Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
74072024-11-06T09:13:58.855Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
74082024-11-06T09:13:58.855Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
74092024-11-06T09:13:58.855Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
74102024-11-06T09:13:58.855Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
74112024-11-06T09:13:58.855Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
74122024-11-06T09:13:58.855Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
74132024-11-06T09:13:58.855Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
74142024-11-06T09:13:58.855Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
74152024-11-06T09:13:58.855Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
74162024-11-06T09:13:58.855Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
74172024-11-06T09:13:58.855Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
74182024-11-06T09:13:58.855Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
74192024-11-06T09:13:58.855Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
74202024-11-06T09:13:58.855Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
74212024-11-06T09:13:58.855Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
74222024-11-06T09:13:58.855Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
74232024-11-06T09:13:58.855Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
74242024-11-06T09:13:58.855Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
74252024-11-06T09:13:58.855Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
74262024-11-06T09:13:58.855Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
74272024-11-06T09:13:58.855Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
74282024-11-06T09:13:58.855Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
74292024-11-06T09:13:58.855Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
74302024-11-06T09:13:58.855Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
74312024-11-06T09:13:58.855Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
74322024-11-06T09:13:58.855Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
74332024-11-06T09:13:58.856Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
74342024-11-06T09:13:58.858Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
74352024-11-06T09:13:58.859Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
74362024-11-06T09:13:58.859Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
74372024-11-06T09:13:58.859Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
74382024-11-06T09:13:58.859Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
74392024-11-06T09:13:58.859Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
74402024-11-06T09:13:58.859Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
74412024-11-06T09:13:58.859Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2.18s
74422024-11-06T09:13:58.914Z Doc-tests api_identity
74432024-11-06T09:13:58.916Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name api_identity --test api_identity/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/api_identity -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f53e26fec1489110.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.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`
74442024-11-06T09:13:59.403Z
74452024-11-06T09:13:59.403Zrunning 0 tests
74462024-11-06T09:13:59.403Z
74472024-11-06T09:13:59.407Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
74482024-11-06T09:13:59.407Z
74492024-11-06T09:13:59.417Z Doc-tests authz_macros
74502024-11-06T09:13:59.419Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e5918dd21ea05901.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d3a2d607a5fdf8df.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-a1854cc6ed0cc7a8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-df74325a53f8b344.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a85680cc9908cb93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.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`
74512024-11-06T09:13:59.559Z
74522024-11-06T09:13:59.559Zrunning 7 tests
74532024-11-06T09:13:59.563Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 109) ... ignored
74542024-11-06T09:13:59.563Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 122) ... ignored
74552024-11-06T09:13:59.563Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 27) ... ignored
74562024-11-06T09:13:59.563Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 46) ... ignored
74572024-11-06T09:13:59.563Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 59) ... ignored
74582024-11-06T09:13:59.563Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 76) ... ignored
74592024-11-06T09:13:59.563Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 94) ... ignored
74602024-11-06T09:13:59.563Z
74612024-11-06T09:13:59.563Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
74622024-11-06T09:13:59.563Z
74632024-11-06T09:13:59.569Z Doc-tests bootstore
74642024-11-06T09:13:59.572Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-228419f004731a29.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5e9105c33c366ae2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-dda10b61cff25e6f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91722d65ff8a2813.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-89fdf77a91527a9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-39bb0c82af55a369.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.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`
74652024-11-06T09:14:00.495Z
74662024-11-06T09:14:00.495Zrunning 0 tests
74672024-11-06T09:14:00.495Z
74682024-11-06T09:14:00.495Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
74692024-11-06T09:14:00.495Z
74702024-11-06T09:14:00.521Z Doc-tests bootstrap_agent_api
74712024-11-06T09:14:00.524Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name bootstrap_agent_api --test sled-agent/bootstrap-agent-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0a5aee330fba71f3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b54b65fb4833759b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
74722024-11-06T09:14:00.907Z
74732024-11-06T09:14:00.907Zrunning 2 tests
74742024-11-06T09:14:00.909Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
74752024-11-06T09:14:00.909Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
74762024-11-06T09:14:00.909Z
74772024-11-06T09:14:00.909Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
74782024-11-06T09:14:00.909Z
74792024-11-06T09:14:00.927Z Doc-tests bootstrap_agent_client
74802024-11-06T09:14:00.930Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f91cc128dfa35a72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
74812024-11-06T09:14:01.793Z
74822024-11-06T09:14:01.793Zrunning 0 tests
74832024-11-06T09:14:01.793Z
74842024-11-06T09:14:01.793Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
74852024-11-06T09:14:01.793Z
74862024-11-06T09:14:01.820Z Doc-tests clickhouse_admin_api
74872024-11-06T09:14:01.825Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_api --test clickhouse-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-356e88e8c076fb15.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
74882024-11-06T09:14:02.062Z
74892024-11-06T09:14:02.062Zrunning 4 tests
74902024-11-06T09:14:02.064Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 34) ... ignored
74912024-11-06T09:14:02.064Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 40) ... ignored
74922024-11-06T09:14:02.064Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 103) ... ignored
74932024-11-06T09:14:02.064Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 109) ... ignored
74942024-11-06T09:14:02.064Z
74952024-11-06T09:14:02.064Ztest result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.00s
74962024-11-06T09:14:02.064Z
74972024-11-06T09:14:02.080Z Doc-tests clickhouse_admin_keeper_client
74982024-11-06T09:14:02.083Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_keeper_client --test clients/clickhouse-admin-keeper-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5fc87bb715fd1f15.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b6515275565c764d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
74992024-11-06T09:14:02.569Z
75002024-11-06T09:14:02.569Zrunning 0 tests
75012024-11-06T09:14:02.569Z
75022024-11-06T09:14:02.569Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75032024-11-06T09:14:02.569Z
75042024-11-06T09:14:02.591Z Doc-tests clickhouse_admin_server_client
75052024-11-06T09:14:02.593Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_server_client --test clients/clickhouse-admin-server-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-server-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5fc87bb715fd1f15.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d0b413da125085d1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75062024-11-06T09:14:02.996Z
75072024-11-06T09:14:02.996Zrunning 0 tests
75082024-11-06T09:14:02.996Z
75092024-11-06T09:14:02.996Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75102024-11-06T09:14:02.997Z
75112024-11-06T09:14:03.018Z Doc-tests clickhouse_admin_types
75122024-11-06T09:14:03.021Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_types --test clickhouse-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-98837ce3f896d34f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75132024-11-06T09:14:03.528Z
75142024-11-06T09:14:03.529Zrunning 0 tests
75152024-11-06T09:14:03.529Z
75162024-11-06T09:14:03.529Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75172024-11-06T09:14:03.529Z
75182024-11-06T09:14:03.551Z Doc-tests cockroach_admin_api
75192024-11-06T09:14:03.554Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name cockroach_admin_api --test cockroach-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-96d3b1a9602e4f23.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-239284aa9634fbf6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75202024-11-06T09:14:03.758Z
75212024-11-06T09:14:03.758Zrunning 2 tests
75222024-11-06T09:14:03.761Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 20) ... ignored
75232024-11-06T09:14:03.761Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 26) ... ignored
75242024-11-06T09:14:03.761Z
75252024-11-06T09:14:03.761Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
75262024-11-06T09:14:03.761Z
75272024-11-06T09:14:03.772Z Doc-tests cockroach_admin_client
75282024-11-06T09:14:03.775Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name cockroach_admin_client --test clients/cockroach-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/cockroach-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5fc87bb715fd1f15.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4ddce79c4ffaaa95.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75292024-11-06T09:14:04.030Z
75302024-11-06T09:14:04.030Zrunning 0 tests
75312024-11-06T09:14:04.030Z
75322024-11-06T09:14:04.030Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75332024-11-06T09:14:04.030Z
75342024-11-06T09:14:04.045Z Doc-tests cockroach_admin_types
75352024-11-06T09:14:04.048Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name cockroach_admin_types --test cockroach-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5fc87bb715fd1f15.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-239284aa9634fbf6.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-018c3bc025bc9701.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75362024-11-06T09:14:04.192Z
75372024-11-06T09:14:04.192Zrunning 0 tests
75382024-11-06T09:14:04.192Z
75392024-11-06T09:14:04.192Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75402024-11-06T09:14:04.192Z
75412024-11-06T09:14:04.202Z Doc-tests db_macros
75422024-11-06T09:14:04.205Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1dd406d97c320bf7.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d3a2d607a5fdf8df.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-a1854cc6ed0cc7a8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-df74325a53f8b344.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a85680cc9908cb93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.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`
75432024-11-06T09:14:04.455Z
75442024-11-06T09:14:04.455Zrunning 3 tests
75452024-11-06T09:14:04.458Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
75462024-11-06T09:14:04.458Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 51) ... ignored
75472024-11-06T09:14:04.458Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 76) ... ignored
75482024-11-06T09:14:04.458Z
75492024-11-06T09:14:04.458Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
75502024-11-06T09:14:04.458Z
75512024-11-06T09:14:04.469Z Doc-tests dns_server
75522024-11-06T09:14:04.471Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4c4dc5293da6370.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d4c5df34e44d8aab.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-23c0dba9210198e2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1ae7c7d21a73f11f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-85586f0010100645.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-542f0d2a90a73863.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75532024-11-06T09:14:04.810Z
75542024-11-06T09:14:04.810Zrunning 0 tests
75552024-11-06T09:14:04.810Z
75562024-11-06T09:14:04.810Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75572024-11-06T09:14:04.810Z
75582024-11-06T09:14:04.830Z Doc-tests dns_server_api
75592024-11-06T09:14:04.833Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dns_server_api --test dns-server-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5fc87bb715fd1f15.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d4c5df34e44d8aab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75602024-11-06T09:14:05.044Z
75612024-11-06T09:14:05.045Zrunning 2 tests
75622024-11-06T09:14:05.047Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 104) ... ignored
75632024-11-06T09:14:05.047Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 110) ... ignored
75642024-11-06T09:14:05.047Z
75652024-11-06T09:14:05.048Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
75662024-11-06T09:14:05.048Z
75672024-11-06T09:14:05.062Z Doc-tests dns_service_client
75682024-11-06T09:14:05.064Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5fc87bb715fd1f15.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75692024-11-06T09:14:05.334Z
75702024-11-06T09:14:05.334Zrunning 0 tests
75712024-11-06T09:14:05.334Z
75722024-11-06T09:14:05.334Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75732024-11-06T09:14:05.334Z
75742024-11-06T09:14:05.353Z Doc-tests dpd_client
75752024-11-06T09:14:05.356Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dpd_client --test clients/dpd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dpd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5fc87bb715fd1f15.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2c3bce4f9bde0c85.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-674c0e3bf5ef2549.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75762024-11-06T09:14:06.518Z
75772024-11-06T09:14:06.519Zrunning 0 tests
75782024-11-06T09:14:06.519Z
75792024-11-06T09:14:06.519Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75802024-11-06T09:14:06.519Z
75812024-11-06T09:14:06.552Z Doc-tests end_to_end_tests
75822024-11-06T09:14:06.554Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name end_to_end_tests --test end-to-end-tests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/end-to-end-tests -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b47e140518d235ae.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-d888b7650fa31316.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9934e5f62bf9c921.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-d3067484b7921535.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f37f510ef1326d5a.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c34b3dd186bdf0a6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3c2af0f82f0455aa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e0f1b68d7901b36b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f156dee49e64cafe.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-a3d7aff477f8ae33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b54b65fb4833759b.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-0e1e3b5e94906ac0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75832024-11-06T09:14:07.025Z
75842024-11-06T09:14:07.025Zrunning 0 tests
75852024-11-06T09:14:07.025Z
75862024-11-06T09:14:07.025Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75872024-11-06T09:14:07.025Z
75882024-11-06T09:14:07.048Z Doc-tests gateway_api
75892024-11-06T09:14:07.051Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_api --test gateway-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7384040dbc2a43ac.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3e359607e78f373c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-567f6f5abd6d84b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75902024-11-06T09:14:07.412Z
75912024-11-06T09:14:07.412Zrunning 2 tests
75922024-11-06T09:14:07.414Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 41) ... ignored
75932024-11-06T09:14:07.414Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 47) ... ignored
75942024-11-06T09:14:07.414Z
75952024-11-06T09:14:07.415Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
75962024-11-06T09:14:07.415Z
75972024-11-06T09:14:07.432Z Doc-tests gateway_client
75982024-11-06T09:14:07.435Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-031d0c34245e6fe3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75992024-11-06T09:14:08.411Z
76002024-11-06T09:14:08.411Zrunning 0 tests
76012024-11-06T09:14:08.412Z
76022024-11-06T09:14:08.412Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76032024-11-06T09:14:08.412Z
76042024-11-06T09:14:08.437Z Doc-tests gateway_test_utils
76052024-11-06T09:14:08.440Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2dae76f465709689.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a5f6a7d8d9554a29.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-567f6f5abd6d84b4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9071bd141429e738.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6f95423438244a8e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
76062024-11-06T09:14:09.126Z
76072024-11-06T09:14:09.126Zrunning 0 tests
76082024-11-06T09:14:09.126Z
76092024-11-06T09:14:09.126Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76102024-11-06T09:14:09.126Z
76112024-11-06T09:14:09.153Z Doc-tests gateway_types
76122024-11-06T09:14:09.155Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_types --test gateway-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8afd7a32597e698d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-567f6f5abd6d84b4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-31dc5af3420349dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
76132024-11-06T09:14:09.767Z
76142024-11-06T09:14:09.767Zrunning 0 tests
76152024-11-06T09:14:09.767Z
76162024-11-06T09:14:09.767Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76172024-11-06T09:14:09.767Z
76182024-11-06T09:14:09.793Z Doc-tests illumos_utils
76192024-11-06T09:14:09.796Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-8cfef2821192c56e.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-e24dfd866924e567.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-f5a0f5f7ecc363de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-bf8441b8f76d464b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8c1c44d6478e658.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c30efe55451c93e.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-28bbcf67678796a1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-1f7ae8f5d2c44572.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.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`
76202024-11-06T09:14:11.702Z
76212024-11-06T09:14:11.702Zrunning 0 tests
76222024-11-06T09:14:11.702Z
76232024-11-06T09:14:11.702Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76242024-11-06T09:14:11.702Z
76252024-11-06T09:14:11.752Z Doc-tests installinator
76262024-11-06T09:14:11.756Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e63e6a17c605bcb1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-c07b46c1c7f0b029.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-42034248cfdd44b4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a342a05c383816c1.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-31dc5af3420349dc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7cd9642505100da7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-8ccb28712c7bfa46.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2739ea19105329dd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7437c79f2beb1f48.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-064365714c40fd5d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human`
76272024-11-06T09:14:12.567Z
76282024-11-06T09:14:12.567Zrunning 0 tests
76292024-11-06T09:14:12.567Z
76302024-11-06T09:14:12.567Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76312024-11-06T09:14:12.567Z
76322024-11-06T09:14:12.594Z Doc-tests installinator_api
76332024-11-06T09:14:12.596Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator_api --test installinator-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-45e908ff9dc8adf4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a342a05c383816c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
76342024-11-06T09:14:12.869Z
76352024-11-06T09:14:12.869Zrunning 2 tests
76362024-11-06T09:14:12.874Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 39) ... ignored
76372024-11-06T09:14:12.874Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 45) ... ignored
76382024-11-06T09:14:12.874Z
76392024-11-06T09:14:12.874Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
76402024-11-06T09:14:12.874Z
76412024-11-06T09:14:12.889Z Doc-tests installinator_client
76422024-11-06T09:14:12.892Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator_client --test clients/installinator-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-42034248cfdd44b4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a342a05c383816c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
76432024-11-06T09:14:13.711Z
76442024-11-06T09:14:13.711Zrunning 0 tests
76452024-11-06T09:14:13.711Z
76462024-11-06T09:14:13.711Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76472024-11-06T09:14:13.711Z
76482024-11-06T09:14:13.738Z Doc-tests installinator_common
76492024-11-06T09:14:13.741Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a342a05c383816c1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
76502024-11-06T09:14:14.115Z
76512024-11-06T09:14:14.115Zrunning 0 tests
76522024-11-06T09:14:14.115Z
76532024-11-06T09:14:14.115Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76542024-11-06T09:14:14.116Z
76552024-11-06T09:14:14.136Z Doc-tests internal_dns_resolver
76562024-11-06T09:14:14.139Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name internal_dns_resolver --test internal-dns/resolver/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/resolver -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4c4dc5293da6370.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2d9f201d99cbadd5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-542f0d2a90a73863.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
76572024-11-06T09:14:14.388Z
76582024-11-06T09:14:14.388Zrunning 0 tests
76592024-11-06T09:14:14.388Z
76602024-11-06T09:14:14.388Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76612024-11-06T09:14:14.388Z
76622024-11-06T09:14:14.407Z Doc-tests internal_dns_types
76632024-11-06T09:14:14.409Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name internal_dns_types --test internal-dns/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
76642024-11-06T09:14:14.706Z
76652024-11-06T09:14:14.706Zrunning 0 tests
76662024-11-06T09:14:14.706Z
76672024-11-06T09:14:14.706Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76682024-11-06T09:14:14.706Z
76692024-11-06T09:14:14.725Z Doc-tests ipcc
76702024-11-06T09:14:14.728Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-081eb7697efcc78d.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-31dc5af3420349dc.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-865fbac8de6150a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
76712024-11-06T09:14:14.962Z
76722024-11-06T09:14:14.962Zrunning 0 tests
76732024-11-06T09:14:14.962Z
76742024-11-06T09:14:14.962Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76752024-11-06T09:14:14.962Z
76762024-11-06T09:14:14.980Z Doc-tests key_manager
76772024-11-06T09:14:14.983Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4c8e06103831ec1b.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91722d65ff8a2813.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c97f9cbb46332e7a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-89fdf77a91527a9f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
76782024-11-06T09:14:15.217Z
76792024-11-06T09:14:15.217Zrunning 0 tests
76802024-11-06T09:14:15.217Z
76812024-11-06T09:14:15.217Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76822024-11-06T09:14:15.217Z
76832024-11-06T09:14:15.235Z Doc-tests live_tests_macros
76842024-11-06T09:14:15.237Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name live_tests_macros --test live-tests/macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/live-tests/macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f32c2ade87917ecc.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.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`
76852024-11-06T09:14:15.313Z
76862024-11-06T09:14:15.313Zrunning 1 test
76872024-11-06T09:14:15.316Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
76882024-11-06T09:14:15.316Z
76892024-11-06T09:14:15.316Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
76902024-11-06T09:14:15.316Z
76912024-11-06T09:14:15.321Z Doc-tests nexus_auth
76922024-11-06T09:14:15.323Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_auth --test nexus/auth/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/auth -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-e5918dd21ea05901.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-48ba4fa9dc043f65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8e6caaf875e40df5.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3eb6b1b20972cb5f.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-7ed320750a744b54.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-34f53c7748a77cd3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-476f121024fb3157.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-8fa56400d55764b0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-dd1d18e371623b83.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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`
76932024-11-06T09:14:16.596Z
76942024-11-06T09:14:16.596Zrunning 0 tests
76952024-11-06T09:14:16.596Z
76962024-11-06T09:14:16.596Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76972024-11-06T09:14:16.596Z
76982024-11-06T09:14:16.630Z Doc-tests nexus_client
76992024-11-06T09:14:16.633Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5fc87bb715fd1f15.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77002024-11-06T09:14:18.758Z
77012024-11-06T09:14:18.758Zrunning 0 tests
77022024-11-06T09:14:18.758Z
77032024-11-06T09:14:18.758Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77042024-11-06T09:14:18.759Z
77052024-11-06T09:14:18.805Z Doc-tests nexus_config
77062024-11-06T09:14:18.808Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77072024-11-06T09:14:19.361Z
77082024-11-06T09:14:19.361Zrunning 0 tests
77092024-11-06T09:14:19.363Z
77102024-11-06T09:14:19.363Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77112024-11-06T09:14:19.363Z
77122024-11-06T09:14:19.385Z Doc-tests nexus_db_fixed_data
77132024-11-06T09:14:19.387Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_fixed_data --test nexus/db-fixed-data/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-fixed-data -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7ed320750a744b54.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-34f53c7748a77cd3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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`
77142024-11-06T09:14:19.841Z
77152024-11-06T09:14:19.841Zrunning 0 tests
77162024-11-06T09:14:19.841Z
77172024-11-06T09:14:19.841Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77182024-11-06T09:14:19.841Z
77192024-11-06T09:14:19.863Z Doc-tests nexus_db_model
77202024-11-06T09:14:19.866Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-1dd406d97c320bf7.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d97bd0ec0dbf820c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8e6caaf875e40df5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-34f53c7748a77cd3.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f7e2226ae670f0bd.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b070837cc90e923d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5e11ad8373c95454.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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`
77212024-11-06T09:14:32.620Z
77222024-11-06T09:14:32.620Zrunning 2 tests
77232024-11-06T09:14:35.298Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
77242024-11-06T09:14:40.256Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
77252024-11-06T09:14:40.256Z
77262024-11-06T09:14:40.258Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.63s
77272024-11-06T09:14:40.258Z
77282024-11-06T09:14:40.466Z Doc-tests nexus_db_queries
77292024-11-06T09:14:40.472Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2bfa151f1d0dc977.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f1c5167cec04a77.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-1dd406d97c320bf7.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-19bbd81941be0b85.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-51cd18c6737b5c59.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3eb6b1b20972cb5f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-7ed320750a744b54.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-34f53c7748a77cd3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a46f2e5064c0dab.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b9974dc3fbc4b7f3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-12b74bb77ac09d1a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-520bdce2468edb8c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3c2af0f82f0455aa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-8fa56400d55764b0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-71c8d2920f23016d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-14d9a8a394afa972.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5c2f248fca963beb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2d9f201d99cbadd5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e0e4de0f29691a9a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5e11ad8373c95454.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5cbb0261a2c523b5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-322ebaa15fe87809.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-2c9865cb6e9a9cfd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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`
77302024-11-06T09:14:43.111Z
77312024-11-06T09:14:43.112Zrunning 1 test
77322024-11-06T09:14:46.555Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 222) ... ok
77332024-11-06T09:14:46.555Z
77342024-11-06T09:14:46.558Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.44s
77352024-11-06T09:14:46.558Z
77362024-11-06T09:14:46.626Z Doc-tests nexus_defaults
77372024-11-06T09:14:46.629Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e93687f563e14a1a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f7e2226ae670f0bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77382024-11-06T09:14:46.838Z
77392024-11-06T09:14:46.838Zrunning 0 tests
77402024-11-06T09:14:46.838Z
77412024-11-06T09:14:46.838Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77422024-11-06T09:14:46.838Z
77432024-11-06T09:14:46.855Z Doc-tests nexus_external_api
77442024-11-06T09:14:46.857Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_external_api --test nexus/external-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/external-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-a4a9142445b0176d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-7ab851eeb44f4fad.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0d887a8039693220.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e49c52697304148.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77452024-11-06T09:14:47.406Z
77462024-11-06T09:14:47.406Zrunning 2 tests
77472024-11-06T09:14:47.410Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 74) ... ignored
77482024-11-06T09:14:47.410Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 80) ... ignored
77492024-11-06T09:14:47.410Z
77502024-11-06T09:14:47.411Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
77512024-11-06T09:14:47.428Z
77522024-11-06T09:14:47.432Z Doc-tests nexus_internal_api
77532024-11-06T09:14:47.434Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_internal_api --test nexus/internal-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/internal-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7384040dbc2a43ac.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-37de2af005056a24.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77542024-11-06T09:14:47.848Z
77552024-11-06T09:14:47.848Zrunning 2 tests
77562024-11-06T09:14:47.850Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 59) ... ignored
77572024-11-06T09:14:47.850Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 65) ... ignored
77582024-11-06T09:14:47.850Z
77592024-11-06T09:14:47.850Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
77602024-11-06T09:14:47.851Z
77612024-11-06T09:14:47.871Z Doc-tests nexus_inventory
77622024-11-06T09:14:47.878Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b6515275565c764d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d0b413da125085d1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a5f6a7d8d9554a29.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b9974dc3fbc4b7f3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3c2af0f82f0455aa.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3fbd904abef3370d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77632024-11-06T09:14:48.235Z
77642024-11-06T09:14:48.235Zrunning 0 tests
77652024-11-06T09:14:48.235Z
77662024-11-06T09:14:48.235Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77672024-11-06T09:14:48.235Z
77682024-11-06T09:14:48.257Z Doc-tests nexus_macros_common
77692024-11-06T09:14:48.260Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_macros_common --test nexus/macros-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/macros-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a1854cc6ed0cc7a8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77702024-11-06T09:14:48.334Z
77712024-11-06T09:14:48.334Zrunning 0 tests
77722024-11-06T09:14:48.334Z
77732024-11-06T09:14:48.334Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77742024-11-06T09:14:48.334Z
77752024-11-06T09:14:48.342Z Doc-tests nexus_metrics_producer_gc
77762024-11-06T09:14:48.344Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_metrics_producer_gc --test nexus/metrics-producer-gc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/metrics-producer-gc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2bfa151f1d0dc977.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-e1de30f1816ee2ce.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-34f53c7748a77cd3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a46f2e5064c0dab.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-8c34346918de9803.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-520bdce2468edb8c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e059a6f3492aa15c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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`
77772024-11-06T09:14:48.746Z
77782024-11-06T09:14:48.746Zrunning 0 tests
77792024-11-06T09:14:48.746Z
77802024-11-06T09:14:48.746Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77812024-11-06T09:14:48.746Z
77822024-11-06T09:14:48.773Z Doc-tests nexus_networking
77832024-11-06T09:14:48.775Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-cd991068aa84087e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a46f2e5064c0dab.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-58b77879648f04e9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77842024-11-06T09:14:49.187Z
77852024-11-06T09:14:49.187Zrunning 0 tests
77862024-11-06T09:14:49.187Z
77872024-11-06T09:14:49.187Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77882024-11-06T09:14:49.187Z
77892024-11-06T09:14:49.214Z Doc-tests nexus_reconfigurator_execution
77902024-11-06T09:14:49.217Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_execution --test nexus/reconfigurator/execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/execution -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2bfa151f1d0dc977.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b6515275565c764d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d0b413da125085d1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4ddce79c4ffaaa95.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-e1de30f1816ee2ce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-1633ce11f04956d7.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e34685acac44cbed.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-34f53c7748a77cd3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a46f2e5064c0dab.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b9974dc3fbc4b7f3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-58b77879648f04e9.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-0e5ef51a46306874.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-12b74bb77ac09d1a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c35d7295303fb01b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-520bdce2468edb8c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1561eadad7221431.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-38eecf4616a72544.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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`
77912024-11-06T09:14:49.683Z
77922024-11-06T09:14:49.683Zrunning 0 tests
77932024-11-06T09:14:49.683Z
77942024-11-06T09:14:49.683Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77952024-11-06T09:14:49.683Z
77962024-11-06T09:14:49.711Z Doc-tests nexus_reconfigurator_planning
77972024-11-06T09:14:49.714Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-1633ce11f04956d7.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c1a3be2c2093cfc0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b9974dc3fbc4b7f3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-12b74bb77ac09d1a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3fbd904abef3370d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77982024-11-06T09:14:50.187Z
77992024-11-06T09:14:50.187Zrunning 0 tests
78002024-11-06T09:14:50.187Z
78012024-11-06T09:14:50.187Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78022024-11-06T09:14:50.187Z
78032024-11-06T09:14:50.212Z Doc-tests nexus_reconfigurator_preparation
78042024-11-06T09:14:50.216Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_preparation --test nexus/reconfigurator/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/preparation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-34f53c7748a77cd3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a46f2e5064c0dab.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c35d7295303fb01b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78052024-11-06T09:14:50.602Z
78062024-11-06T09:14:50.602Zrunning 0 tests
78072024-11-06T09:14:50.602Z
78082024-11-06T09:14:50.602Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78092024-11-06T09:14:50.602Z
78102024-11-06T09:14:50.629Z Doc-tests nexus_saga_recovery
78112024-11-06T09:14:50.632Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_saga_recovery --test nexus/saga-recovery/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/saga-recovery -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5fc87bb715fd1f15.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3eb6b1b20972cb5f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-34f53c7748a77cd3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a46f2e5064c0dab.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-1e57c89cb6809ada.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-520bdce2468edb8c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1561eadad7221431.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5c2f248fca963beb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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`
78122024-11-06T09:14:50.989Z
78132024-11-06T09:14:50.989Zrunning 0 tests
78142024-11-06T09:14:50.989Z
78152024-11-06T09:14:50.989Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78162024-11-06T09:14:50.989Z
78172024-11-06T09:14:51.012Z Doc-tests nexus_sled_agent_shared
78182024-11-06T09:14:51.015Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_sled_agent_shared --test nexus-sled-agent-shared/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-sled-agent-shared -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9b50ec7b3e0eb41a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78192024-11-06T09:14:51.404Z
78202024-11-06T09:14:51.404Zrunning 0 tests
78212024-11-06T09:14:51.404Z
78222024-11-06T09:14:51.404Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78232024-11-06T09:14:51.404Z
78242024-11-06T09:14:51.427Z Doc-tests nexus_test_interface
78252024-11-06T09:14:51.430Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_test_interface --test nexus/test-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-interface -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4c8e06103831ec1b.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d7d959e9a5935958.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78262024-11-06T09:14:51.723Z
78272024-11-06T09:14:51.724Zrunning 0 tests
78282024-11-06T09:14:51.724Z
78292024-11-06T09:14:51.724Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78302024-11-06T09:14:51.724Z
78312024-11-06T09:14:51.744Z Doc-tests nexus_test_utils
78322024-11-06T09:14:51.747Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_test_utils --test nexus/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-44d87fa603698ec2.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4c4dc5293da6370.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a5f6a7d8d9554a29.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a46f2e5064c0dab.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d7d959e9a5935958.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-520bdce2468edb8c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3c2af0f82f0455aa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-628dafd69c91a176.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-982dca9b994dfa4f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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`
78332024-11-06T09:14:52.735Z
78342024-11-06T09:14:52.735Zrunning 0 tests
78352024-11-06T09:14:52.735Z
78362024-11-06T09:14:52.735Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78372024-11-06T09:14:52.735Z
78382024-11-06T09:14:52.768Z Doc-tests nexus_test_utils_macros
78392024-11-06T09:14:52.771Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name nexus_test_utils_macros --test nexus/test-utils-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1561eadad7221431.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.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`
78402024-11-06T09:14:52.849Z
78412024-11-06T09:14:52.849Zrunning 1 test
78422024-11-06T09:14:52.852Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 43) ... ignored
78432024-11-06T09:14:52.852Z
78442024-11-06T09:14:52.852Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
78452024-11-06T09:14:52.852Z
78462024-11-06T09:14:52.857Z Doc-tests nexus_types
78472024-11-06T09:14:52.860Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-f53e26fec1489110.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-48ba4fa9dc043f65.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d97bd0ec0dbf820c.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e34685acac44cbed.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8e6caaf875e40df5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-476f121024fb3157.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e49c52697304148.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78482024-11-06T09:14:55.991Z
78492024-11-06T09:14:55.991Zrunning 0 tests
78502024-11-06T09:14:55.991Z
78512024-11-06T09:14:55.992Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78522024-11-06T09:14:55.992Z
78532024-11-06T09:14:56.060Z Doc-tests omicron_certificates
78542024-11-06T09:14:56.063Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-41fc4fa1993f6110.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-cc8768000459eec0.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b070837cc90e923d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-476f121024fb3157.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-b844cef669ebfa72.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e0e4de0f29691a9a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78552024-11-06T09:14:56.331Z
78562024-11-06T09:14:56.331Zrunning 0 tests
78572024-11-06T09:14:56.331Z
78582024-11-06T09:14:56.331Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78592024-11-06T09:14:56.331Z
78602024-11-06T09:14:56.349Z Doc-tests omicron_clickhouse_admin
78612024-11-06T09:14:56.351Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_clickhouse_admin --test clickhouse-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-356e88e8c076fb15.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fd32e418deba3c08.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-8dc19b9ed8e93b20.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-520bdce2468edb8c.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-4adda94763e1863f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ecc2782dac675cc2.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-0b6a02eb60105009.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78622024-11-06T09:14:56.653Z
78632024-11-06T09:14:56.653Zrunning 0 tests
78642024-11-06T09:14:56.653Z
78652024-11-06T09:14:56.653Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78662024-11-06T09:14:56.653Z
78672024-11-06T09:14:56.673Z Doc-tests omicron_cockroach_admin
78682024-11-06T09:14:56.675Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_cockroach_admin --test cockroach-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-96d3b1a9602e4f23.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-239284aa9634fbf6.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-018c3bc025bc9701.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-520bdce2468edb8c.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-cf2d3c8056b674e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.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`
78692024-11-06T09:14:56.963Z
78702024-11-06T09:14:56.963Zrunning 0 tests
78712024-11-06T09:14:56.963Z
78722024-11-06T09:14:56.963Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78732024-11-06T09:14:56.963Z
78742024-11-06T09:14:56.983Z Doc-tests omicron_common
78752024-11-06T09:14:56.986Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-f53e26fec1489110.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-51013d43a4b80945.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a52dd6fa22b22f58.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-674c0e3bf5ef2549.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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`
78762024-11-06T09:14:59.038Z
78772024-11-06T09:14:59.038Zrunning 2 tests
78782024-11-06T09:14:59.041Ztest common/src/lib.rs - FileKv (line 40) ... ignored
78792024-11-06T09:15:03.612Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 612) ... ok
78802024-11-06T09:15:03.612Z
78812024-11-06T09:15:03.615Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.57s
78822024-11-06T09:15:03.615Z
78832024-11-06T09:15:03.664Z Doc-tests omicron_ddm_admin_client
78842024-11-06T09:15:03.667Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8487328871368e24.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7cd9642505100da7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-674c0e3bf5ef2549.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78852024-11-06T09:15:03.928Z
78862024-11-06T09:15:03.928Zrunning 0 tests
78872024-11-06T09:15:03.928Z
78882024-11-06T09:15:03.928Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78892024-11-06T09:15:03.928Z
78902024-11-06T09:15:03.947Z Doc-tests omicron_dev_lib
78912024-11-06T09:15:03.950Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_dev_lib --test dev-tools/omicron-dev-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-dev-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5e430ebab9bd9caf.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-e4a9efb4b8e5309d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78922024-11-06T09:15:04.167Z
78932024-11-06T09:15:04.167Zrunning 0 tests
78942024-11-06T09:15:04.167Z
78952024-11-06T09:15:04.167Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78962024-11-06T09:15:04.167Z
78972024-11-06T09:15:04.184Z Doc-tests omicron_gateway
78982024-11-06T09:15:04.186Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3e359607e78f373c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-9cae3b8ce2aa2c81.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a5f6a7d8d9554a29.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-567f6f5abd6d84b4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-31dc5af3420349dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-9071bd141429e738.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cae96bb94eb92357.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-982dca9b994dfa4f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-78ac86b264e9f763.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-05801cf678197461.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6f95423438244a8e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ee3cb7542fd8a3cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78992024-11-06T09:15:04.882Z
79002024-11-06T09:15:04.882Zrunning 0 tests
79012024-11-06T09:15:04.882Z
79022024-11-06T09:15:04.882Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79032024-11-06T09:15:04.882Z
79042024-11-06T09:15:04.914Z Doc-tests omicron_ls_apis
79052024-11-06T09:15:04.917Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_ls_apis --test dev-tools/ls-apis/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/ls-apis -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d0cf58a4bbc98c4b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8e6caaf875e40df5.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-10a343a72713e131.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79062024-11-06T09:15:05.116Z
79072024-11-06T09:15:05.116Zrunning 1 test
79082024-11-06T09:15:05.118Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
79092024-11-06T09:15:05.118Z
79102024-11-06T09:15:05.118Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
79112024-11-06T09:15:05.118Z
79122024-11-06T09:15:05.129Z Doc-tests omicron_nexus
79132024-11-06T09:15:05.142Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2bfa151f1d0dc977.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-b6515275565c764d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d0b413da125085d1.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4ddce79c4ffaaa95.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-76addc3522caf8ac.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-44d87fa603698ec2.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cd03135d8941141e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-27539cff0fb801e9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4c4dc5293da6370.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2c3bce4f9bde0c85.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1eed3ea897599868.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a5f6a7d8d9554a29.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-e1de30f1816ee2ce.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-9ef1c5b80d4be2e8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-51cd18c6737b5c59.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a52dd6fa22b22f58.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-3eb6b1b20972cb5f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-34f53c7748a77cd3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a46f2e5064c0dab.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-f7e2226ae670f0bd.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-a4a9142445b0176d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-37de2af005056a24.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b9974dc3fbc4b7f3.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-8c34346918de9803.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-58b77879648f04e9.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-0e5ef51a46306874.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-12b74bb77ac09d1a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c35d7295303fb01b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-1e57c89cb6809ada.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d7d959e9a5935958.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-520bdce2468edb8c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1561eadad7221431.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-705691fbe0070fa7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-38eecf4616a72544.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3c2af0f82f0455aa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-476f121024fb3157.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e0f1b68d7901b36b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e059a6f3492aa15c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-628dafd69c91a176.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ecc2782dac675cc2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cae96bb94eb92357.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-982dca9b994dfa4f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e49c52697304148.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-71c8d2920f23016d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5c2f248fca963beb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-674c0e3bf5ef2549.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f23969e709ffa19b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2d9f201d99cbadd5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e0e4de0f29691a9a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5e11ad8373c95454.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3acb9ca4c018b540.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5cbb0261a2c523b5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e2ed480392ef3b43.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-dd1d18e371623b83.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-25db4bcca623ea92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b54b65fb4833759b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6f95423438244a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-2c9865cb6e9a9cfd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b287e49e63aef545.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6d454c6aeeac0a57.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-064365714c40fd5d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1dd6a637d2f5839a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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`
79142024-11-06T09:15:07.990Z
79152024-11-06T09:15:07.990Zrunning 5 tests
79162024-11-06T09:15:07.994Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 235) ... ignored
79172024-11-06T09:15:12.400Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 910) ... ok
79182024-11-06T09:15:12.404Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 816) ... ok
79192024-11-06T09:15:12.407Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 838) ... ok
79202024-11-06T09:15:12.410Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 880) ... ok
79212024-11-06T09:15:12.410Z
79222024-11-06T09:15:12.410Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.42s
79232024-11-06T09:15:12.410Z
79242024-11-06T09:15:12.485Z Doc-tests omicron_package
79252024-11-06T09:15:12.487Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d0cf58a4bbc98c4b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-47d6c1dd582cb4f2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-6dc0f78fcf1d7dab.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-67b93f86f9ca9639.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3acb9ca4c018b540.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2739ea19105329dd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-781fdb0910cc187e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79262024-11-06T09:15:12.722Z
79272024-11-06T09:15:12.722Zrunning 0 tests
79282024-11-06T09:15:12.722Z
79292024-11-06T09:15:12.722Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79302024-11-06T09:15:12.722Z
79312024-11-06T09:15:12.735Z Doc-tests omicron_passwords
79322024-11-06T09:15:12.738Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-f472fe0d719d5a8a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-76addc3522caf8ac.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-21a5198b716a1d65.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79332024-11-06T09:15:12.855Z
79342024-11-06T09:15:12.855Zrunning 0 tests
79352024-11-06T09:15:12.855Z
79362024-11-06T09:15:12.855Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79372024-11-06T09:15:12.855Z
79382024-11-06T09:15:12.866Z Doc-tests omicron_rpaths
79392024-11-06T09:15:12.868Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f0e4200221e87459.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79402024-11-06T09:15:12.938Z
79412024-11-06T09:15:12.938Zrunning 0 tests
79422024-11-06T09:15:12.939Z
79432024-11-06T09:15:12.939Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79442024-11-06T09:15:12.939Z
79452024-11-06T09:15:12.946Z Doc-tests omicron_sled_agent
79462024-11-06T09:15:12.949Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5e9105c33c366ae2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0a5aee330fba71f3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f91cc128dfa35a72.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-44d87fa603698ec2.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b4c4dc5293da6370.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-62d1ba1d2a1fae63.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2c3bce4f9bde0c85.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2c1e229ad80b88c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b6e13772d541a13d.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4f13465fac258363.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e63e6a17c605bcb1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5e3cac8fbbda9149.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a342a05c383816c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c97f9cbb46332e7a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a52dd6fa22b22f58.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7cd9642505100da7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3c2af0f82f0455aa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8c1c44d6478e658.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cae96bb94eb92357.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-982dca9b994dfa4f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5c2f248fca963beb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f23969e709ffa19b.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ce1efa475a0101fb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-d4cb7b4a7046aea6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e0e4de0f29691a9a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-773dd7c3d9328ae0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-0bc9ec6e6cefa211.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dd71e9f878adf4a6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b54b65fb4833759b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2739ea19105329dd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7437c79f2beb1f48.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b266154b85ad77c2.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c4491a361ebadbf3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.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`
79472024-11-06T09:15:14.961Z
79482024-11-06T09:15:14.962Zrunning 0 tests
79492024-11-06T09:15:14.962Z
79502024-11-06T09:15:14.962Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79512024-11-06T09:15:14.962Z
79522024-11-06T09:15:15.017Z Doc-tests omicron_test_utils
79532024-11-06T09:15:15.020Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-98837ce3f896d34f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-8c3767e8502d24da.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-55f8d1e2ea5c116f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-22d519173206e183.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e7fa3d1828f37e06.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-71c8d2920f23016d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e0e4de0f29691a9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3acb9ca4c018b540.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5cbb0261a2c523b5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.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`
79542024-11-06T09:15:15.347Z
79552024-11-06T09:15:15.347Zrunning 0 tests
79562024-11-06T09:15:15.347Z
79572024-11-06T09:15:15.347Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79582024-11-06T09:15:15.347Z
79592024-11-06T09:15:15.368Z Doc-tests omicron_uuid_kinds
79602024-11-06T09:15:15.371Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_uuid_kinds --test uuid-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/uuid-kinds -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e34685acac44cbed.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.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", "schemars", "schemars08", "serde", "std", "uuid-v4"))' --document-private-items -D warnings --error-format human`
79612024-11-06T09:15:15.478Z
79622024-11-06T09:15:15.478Zrunning 0 tests
79632024-11-06T09:15:15.479Z
79642024-11-06T09:15:15.479Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79652024-11-06T09:15:15.479Z
79662024-11-06T09:15:15.487Z Doc-tests omicron_workspace_hack
79672024-11-06T09:15:15.490Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_workspace_hack --test workspace-hack/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/workspace-hack -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3a57e7e4e88d8557.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ec610d6212043b4f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-8480a90d47051b07.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-b84d62cfe5b37fff.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-80ad4cd7f0cddf1a.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a2750eff915f90df.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0a29f9290229ca2f.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-35b1b2b889dfc8ca.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b51e3ea9db37203e.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-e24dfd866924e567.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-70cb51caf15fac61.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-ff72a15d5abbbcbb.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-1fadb5960a8d19a8.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-48ba4fa9dc043f65.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-42d0637fa497cb3d.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-830fd7ccfcb0c526.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-d784a9f2661e9bce.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f12c971a1db56268.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-14c62e65ff922fd4.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-2d24512202c3edb4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-5a997561f72bb41f.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f670185fe28d0078.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2766537d8ac0b1c3.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9e1b6ce8fcb9eb7b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-bb45aa76554642b3.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ae42e329c8d69c33.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df9c791ee9497e83.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2eb9c3ff2ae48fa.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1bf707952bf72afc.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-590053dba71050d7.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-153758aceb3cd21b.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-12263ebdd16de34d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3716f9bff5f1ecbe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6641fcdd36cf9769.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d0913e5e06d0a664.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-a5aa95a529ec771a.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-cf391c8b3491fee0.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4606acc70281245d.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-52313d9d65cb49f4.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-802887cd43335884.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-efebdf221d3b73ad.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-37e4304872f28ac3.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-f31c551e32c21fb6.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b950497410d08f2b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-705691fbe0070fa7.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-491118f9ec503a05.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6660e290b0adf5ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-8877ffe90b8dd028.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5bba9131e5a5a9a7.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-bcff8eb39b7bf28f.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-e07776025399bf26.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1bcd6e7431d0c529.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-dfedfaede04f1cd8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-14d9a8a394afa972.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2d9f201d99cbadd5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-f1e3a7c04597f989.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-325b2837f6dab56c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3acb9ca4c018b540.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d83515ae026c9753.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d0fcbeecaf580e1a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-84e2854ef48233c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-79a4fa8b8c133532.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-167f82d4d67f511e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-408a063a4091fdbc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-8fb7374548f1bc5f.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4e5ab92ea1014325.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-d1899eb74ee961d4.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b7ea25faceb1c102.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-59a4aff6f226326f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-896f8a38cf2a3f95.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-60f59f901f5af4f1.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d004079115bc03a.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-4f9d309aee4b7b19.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-b3bd218e77493777.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-365aa1a7c82b17a1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-42e66d799d40a197.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a17316c84dfe119d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-65ce327e1c84bc7e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-56e91e2c6f079a37.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79682024-11-06T09:15:15.555Z
79692024-11-06T09:15:15.555Zrunning 0 tests
79702024-11-06T09:15:15.555Z
79712024-11-06T09:15:15.555Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79722024-11-06T09:15:15.555Z
79732024-11-06T09:15:15.562Z Doc-tests openapi_manager
79742024-11-06T09:15:15.565Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name openapi_manager --test dev-tools/openapi-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/openapi-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-98837ce3f896d34f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0a5aee330fba71f3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-356e88e8c076fb15.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-96d3b1a9602e4f23.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d4c5df34e44d8aab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3e359607e78f373c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-bd05353f346aabec.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-45e908ff9dc8adf4.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-a4a9142445b0176d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-37de2af005056a24.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-19430c5aa08d46db.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-7ab851eeb44f4fad.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-447d1f5efe48a3c9.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-aa0243463bdc1f00.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-773dd7c3d9328ae0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-408a063a4091fdbc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dd71e9f878adf4a6.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7c95c4514ef5b573.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-dff59a0dadaa8809.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79752024-11-06T09:15:15.990Z
79762024-11-06T09:15:15.990Zrunning 0 tests
79772024-11-06T09:15:15.990Z
79782024-11-06T09:15:15.990Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79792024-11-06T09:15:15.990Z
79802024-11-06T09:15:16.013Z Doc-tests openapi_manager_types
79812024-11-06T09:15:16.016Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name openapi_manager_types --test dev-tools/openapi-manager/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/openapi-manager/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-7ab851eeb44f4fad.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79822024-11-06T09:15:16.089Z
79832024-11-06T09:15:16.089Zrunning 0 tests
79842024-11-06T09:15:16.089Z
79852024-11-06T09:15:16.089Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79862024-11-06T09:15:16.089Z
79872024-11-06T09:15:16.098Z Doc-tests oxide_client
79882024-11-06T09:15:16.101Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-e0f1b68d7901b36b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79892024-11-06T09:15:21.338Z
79902024-11-06T09:15:21.338Zrunning 208 tests
79912024-11-06T09:15:21.342Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
79922024-11-06T09:15:21.342Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
79932024-11-06T09:15:21.343Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
79942024-11-06T09:15:21.343Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
79952024-11-06T09:15:21.343Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
79962024-11-06T09:15:21.343Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
79972024-11-06T09:15:21.343Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
79982024-11-06T09:15:21.343Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
79992024-11-06T09:15:21.343Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
80002024-11-06T09:15:21.343Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
80012024-11-06T09:15:21.343Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
80022024-11-06T09:15:21.343Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
80032024-11-06T09:15:21.343Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
80042024-11-06T09:15:21.343Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
80052024-11-06T09:15:21.343Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
80062024-11-06T09:15:21.343Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
80072024-11-06T09:15:21.343Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
80082024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
80092024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
80102024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
80112024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
80122024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
80132024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
80142024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
80152024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
80162024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
80172024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
80182024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
80192024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
80202024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
80212024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
80222024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
80232024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
80242024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
80252024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
80262024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
80272024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
80282024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
80292024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
80302024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
80312024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
80322024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
80332024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
80342024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
80352024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
80362024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
80372024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
80382024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
80392024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
80402024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
80412024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 26) ... ignored
80422024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
80432024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
80442024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
80452024-11-06T09:15:21.344Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
80462024-11-06T09:15:21.345Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_query (line 24) ... ignored
80472024-11-06T09:15:21.345Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_schema_list (line 25) ... ignored
80482024-11-06T09:15:21.345Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
80492024-11-06T09:15:21.345Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
80502024-11-06T09:15:21.345Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
80512024-11-06T09:15:21.345Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
80522024-11-06T09:15:21.345Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
80532024-11-06T09:15:21.345Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
80542024-11-06T09:15:21.345Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
80552024-11-06T09:15:21.345Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
80562024-11-06T09:15:21.345Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
80572024-11-06T09:15:21.345Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
80582024-11-06T09:15:21.349Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
80592024-11-06T09:15:21.349Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
80602024-11-06T09:15:21.349Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
80612024-11-06T09:15:21.349Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
80622024-11-06T09:15:21.349Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
80632024-11-06T09:15:21.349Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
80642024-11-06T09:15:21.349Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
80652024-11-06T09:15:21.349Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
80662024-11-06T09:15:21.349Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
80672024-11-06T09:15:21.349Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
80682024-11-06T09:15:21.349Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 26) ... ignored
80692024-11-06T09:15:21.349Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
80702024-11-06T09:15:21.349Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 26) ... ignored
80712024-11-06T09:15:21.349Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
80722024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
80732024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
80742024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
80752024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
80762024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
80772024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
80782024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
80792024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
80802024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
80812024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
80822024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
80832024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
80842024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored
80852024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
80862024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
80872024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
80882024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
80892024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
80902024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
80912024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
80922024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
80932024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
80942024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
80952024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
80962024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
80972024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
80982024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 22) ... ignored
80992024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 24) ... ignored
81002024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 26) ... ignored
81012024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 27) ... ignored
81022024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 28) ... ignored
81032024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 25) ... ignored
81042024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 24) ... ignored
81052024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 27) ... ignored
81062024-11-06T09:15:21.350Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 22) ... ignored
81072024-11-06T09:15:21.351Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 22) ... ignored
81082024-11-06T09:15:21.351Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 27) ... ignored
81092024-11-06T09:15:21.351Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 27) ... ignored
81102024-11-06T09:15:21.351Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 24) ... ignored
81112024-11-06T09:15:21.351Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 24) ... ignored
81122024-11-06T09:15:21.351Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 25) ... ignored
81132024-11-06T09:15:21.351Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 24) ... ignored
81142024-11-06T09:15:21.351Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 24) ... ignored
81152024-11-06T09:15:21.351Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
81162024-11-06T09:15:21.351Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
81172024-11-06T09:15:21.351Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
81182024-11-06T09:15:21.351Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
81192024-11-06T09:15:21.351Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
81202024-11-06T09:15:21.351Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored
81212024-11-06T09:15:21.351Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored
81222024-11-06T09:15:21.351Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
81232024-11-06T09:15:21.351Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
81242024-11-06T09:15:21.351Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
81252024-11-06T09:15:21.352Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
81262024-11-06T09:15:21.352Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 26) ... ignored
81272024-11-06T09:15:21.352Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 24) ... ignored
81282024-11-06T09:15:21.352Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 24) ... ignored
81292024-11-06T09:15:21.352Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
81302024-11-06T09:15:21.352Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
81312024-11-06T09:15:21.352Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 26) ... ignored
81322024-11-06T09:15:21.352Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 22) ... ignored
81332024-11-06T09:15:21.352Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
81342024-11-06T09:15:21.353Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
81352024-11-06T09:15:21.353Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
81362024-11-06T09:15:21.353Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
81372024-11-06T09:15:21.353Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
81382024-11-06T09:15:21.353Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
81392024-11-06T09:15:21.353Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
81402024-11-06T09:15:21.353Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
81412024-11-06T09:15:21.353Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
81422024-11-06T09:15:21.354Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
81432024-11-06T09:15:21.354Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
81442024-11-06T09:15:21.354Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
81452024-11-06T09:15:21.354Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
81462024-11-06T09:15:21.354Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
81472024-11-06T09:15:21.354Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
81482024-11-06T09:15:21.354Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
81492024-11-06T09:15:21.354Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
81502024-11-06T09:15:21.354Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
81512024-11-06T09:15:21.354Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
81522024-11-06T09:15:21.354Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
81532024-11-06T09:15:21.354Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
81542024-11-06T09:15:21.354Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
81552024-11-06T09:15:21.354Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
81562024-11-06T09:15:21.354Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
81572024-11-06T09:15:21.354Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
81582024-11-06T09:15:21.357Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
81592024-11-06T09:15:21.357Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
81602024-11-06T09:15:21.358Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
81612024-11-06T09:15:21.358Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
81622024-11-06T09:15:21.358Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
81632024-11-06T09:15:21.358Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
81642024-11-06T09:15:21.358Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
81652024-11-06T09:15:21.358Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
81662024-11-06T09:15:21.358Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 26) ... ignored
81672024-11-06T09:15:21.358Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 27) ... ignored
81682024-11-06T09:15:21.358Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 27) ... ignored
81692024-11-06T09:15:21.358Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 28) ... ignored
81702024-11-06T09:15:21.358Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 29) ... ignored
81712024-11-06T09:15:21.358Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 27) ... ignored
81722024-11-06T09:15:21.358Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 28) ... ignored
81732024-11-06T09:15:21.358Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 29) ... ignored
81742024-11-06T09:15:21.358Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 28) ... ignored
81752024-11-06T09:15:21.358Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 26) ... ignored
81762024-11-06T09:15:21.358Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
81772024-11-06T09:15:21.359Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
81782024-11-06T09:15:21.359Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 32) ... ignored
81792024-11-06T09:15:21.360Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
81802024-11-06T09:15:21.360Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
81812024-11-06T09:15:21.360Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
81822024-11-06T09:15:21.360Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
81832024-11-06T09:15:21.360Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
81842024-11-06T09:15:21.360Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
81852024-11-06T09:15:21.360Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
81862024-11-06T09:15:21.360Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
81872024-11-06T09:15:21.360Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
81882024-11-06T09:15:21.360Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
81892024-11-06T09:15:21.361Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
81902024-11-06T09:15:21.361Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
81912024-11-06T09:15:21.361Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
81922024-11-06T09:15:21.361Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
81932024-11-06T09:15:21.361Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
81942024-11-06T09:15:21.361Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
81952024-11-06T09:15:21.361Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
81962024-11-06T09:15:21.361Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
81972024-11-06T09:15:21.361Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
81982024-11-06T09:15:21.361Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
81992024-11-06T09:15:21.361Z
82002024-11-06T09:15:21.362Ztest result: ok. 0 passed; 0 failed; 208 ignored; 0 measured; 0 filtered out; finished in 0.01s
82012024-11-06T09:15:21.362Z
82022024-11-06T09:15:21.442Z Doc-tests oximeter
82032024-11-06T09:15:21.444Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e466a89c06d9792e.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-8c237eb36419f12c.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-c623b6a56c0fef97.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0d887a8039693220.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-df74325a53f8b344.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82042024-11-06T09:15:21.682Z
82052024-11-06T09:15:21.682Zrunning 2 tests
82062024-11-06T09:15:21.686Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
82072024-11-06T09:15:22.818Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
82082024-11-06T09:15:22.818Z
82092024-11-06T09:15:22.821Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.14s
82102024-11-06T09:15:22.821Z
82112024-11-06T09:15:22.844Z Doc-tests oximeter_api
82122024-11-06T09:15:22.847Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_api --test oximeter/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5fc87bb715fd1f15.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-aa0243463bdc1f00.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82132024-11-06T09:15:23.092Z
82142024-11-06T09:15:23.092Zrunning 2 tests
82152024-11-06T09:15:23.095Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 24) ... ignored
82162024-11-06T09:15:23.095Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 30) ... ignored
82172024-11-06T09:15:23.095Z
82182024-11-06T09:15:23.095Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
82192024-11-06T09:15:23.095Z
82202024-11-06T09:15:23.110Z Doc-tests oximeter_client
82212024-11-06T09:15:23.113Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5fc87bb715fd1f15.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e059a6f3492aa15c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82222024-11-06T09:15:23.415Z
82232024-11-06T09:15:23.415Zrunning 0 tests
82242024-11-06T09:15:23.415Z
82252024-11-06T09:15:23.415Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82262024-11-06T09:15:23.415Z
82272024-11-06T09:15:23.435Z Doc-tests oximeter_collector
82282024-11-06T09:15:23.438Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-292d34e6280ef3c7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-543098b6778c09da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-aa0243463bdc1f00.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e059a6f3492aa15c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-628dafd69c91a176.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ecc2782dac675cc2.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2d9f201d99cbadd5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82292024-11-06T09:15:23.943Z
82302024-11-06T09:15:23.943Zrunning 0 tests
82312024-11-06T09:15:23.943Z
82322024-11-06T09:15:23.943Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82332024-11-06T09:15:23.943Z
82342024-11-06T09:15:23.973Z Doc-tests oximeter_db
82352024-11-06T09:15:23.977Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b496abfbe3fff0c0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-9f945a5ccaa40a2c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-7cbbe7319620a8ed.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-8dc19b9ed8e93b20.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-76addc3522caf8ac.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-55f8d1e2ea5c116f.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-be4c4d9da57311f0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-3bfbe37480da92fc.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-f31c551e32c21fb6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-5e469ce88145a3ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-ecc2782dac675cc2.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-0b6a02eb60105009.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e49c52697304148.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-2df5b7950dd75f83.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-2d9f201d99cbadd5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-d0096c9f8d1cafe3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-42b1b522d80a7480.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3557fe839a6455f6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-febec8f9772be7da.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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`
82362024-11-06T09:15:25.415Z
82372024-11-06T09:15:25.415Zrunning 1 test
82382024-11-06T09:15:25.418Ztest oximeter/db/src/oxql/ast/table_ops/filter.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 115) ... ignored
82392024-11-06T09:15:25.418Z
82402024-11-06T09:15:25.418Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
82412024-11-06T09:15:25.418Z
82422024-11-06T09:15:25.463Z Doc-tests oximeter_instruments
82432024-11-06T09:15:25.465Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3a9f8848cb985fb5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-7f4078a2df13ea0d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cae96bb94eb92357.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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`
82442024-11-06T09:15:25.858Z
82452024-11-06T09:15:25.858Zrunning 0 tests
82462024-11-06T09:15:25.860Z
82472024-11-06T09:15:25.860Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82482024-11-06T09:15:25.860Z
82492024-11-06T09:15:25.883Z Doc-tests oximeter_macro_impl
82502024-11-06T09:15:25.885Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-05a996d3c8307a60.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e466a89c06d9792e.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.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`
82512024-11-06T09:15:25.976Z
82522024-11-06T09:15:25.976Zrunning 0 tests
82532024-11-06T09:15:25.976Z
82542024-11-06T09:15:25.976Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82552024-11-06T09:15:25.979Z
82562024-11-06T09:15:25.985Z Doc-tests oximeter_producer
82572024-11-06T09:15:25.988Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8c84ecf38767e948.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d41e4ad41f225f11.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-982dca9b994dfa4f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82582024-11-06T09:15:26.357Z
82592024-11-06T09:15:26.357Zrunning 0 tests
82602024-11-06T09:15:26.357Z
82612024-11-06T09:15:26.357Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82622024-11-06T09:15:26.357Z
82632024-11-06T09:15:26.383Z Doc-tests oximeter_schema
82642024-11-06T09:15:26.386Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_schema --test oximeter/schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/schema -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d3a2d607a5fdf8df.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-8c237eb36419f12c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0d887a8039693220.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-df74325a53f8b344.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82652024-11-06T09:15:26.684Z
82662024-11-06T09:15:26.684Zrunning 0 tests
82672024-11-06T09:15:26.685Z
82682024-11-06T09:15:26.685Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82692024-11-06T09:15:26.685Z
82702024-11-06T09:15:26.705Z Doc-tests oximeter_test_utils
82712024-11-06T09:15:26.707Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_test_utils --test oximeter/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-8dc19b9ed8e93b20.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e466a89c06d9792e.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-0b6a02eb60105009.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0d887a8039693220.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82722024-11-06T09:15:26.952Z
82732024-11-06T09:15:26.952Zrunning 0 tests
82742024-11-06T09:15:26.952Z
82752024-11-06T09:15:26.952Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82762024-11-06T09:15:26.952Z
82772024-11-06T09:15:26.970Z Doc-tests oximeter_timeseries_macro
82782024-11-06T09:15:26.973Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name oximeter_timeseries_macro --test oximeter/timeseries-macro/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/timeseries-macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-05a996d3c8307a60.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-2febec3a8694a736.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-c623b6a56c0fef97.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d44f0dabe86b6ba3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.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`
82792024-11-06T09:15:27.211Z
82802024-11-06T09:15:27.211Zrunning 0 tests
82812024-11-06T09:15:27.211Z
82822024-11-06T09:15:27.211Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82832024-11-06T09:15:27.211Z
82842024-11-06T09:15:27.229Z Doc-tests oximeter_types
82852024-11-06T09:15:27.232Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_types --test oximeter/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ac7742081aa9cdf3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-76addc3522caf8ac.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-6a9284525c6a267a.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-5e469ce88145a3ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e466a89c06d9792e.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0d887a8039693220.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-4ea3708543961eda.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-185b60df75e343df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-7ea881b21c7ada3f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82862024-11-06T09:15:27.861Z
82872024-11-06T09:15:27.861Zrunning 11 tests
82882024-11-06T09:15:28.422Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
82892024-11-06T09:15:34.122Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
82902024-11-06T09:15:34.701Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
82912024-11-06T09:15:34.861Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
82922024-11-06T09:15:34.931Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
82932024-11-06T09:15:35.182Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 924) ... ok
82942024-11-06T09:15:35.227Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
82952024-11-06T09:15:35.247Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
82962024-11-06T09:15:35.953Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
82972024-11-06T09:15:39.443Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
82982024-11-06T09:15:40.043Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
82992024-11-06T09:15:40.045Z
83002024-11-06T09:15:40.045Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.18s
83012024-11-06T09:15:40.045Z
83022024-11-06T09:15:40.075Z Doc-tests oxlog
83032024-11-06T09:15:40.078Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-28bbcf67678796a1.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-e6da12bceedb2076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83042024-11-06T09:15:40.160Z
83052024-11-06T09:15:40.160Zrunning 0 tests
83062024-11-06T09:15:40.160Z
83072024-11-06T09:15:40.160Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83082024-11-06T09:15:40.160Z
83092024-11-06T09:15:40.168Z Doc-tests oxql_types
83102024-11-06T09:15:40.170Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oxql_types --test oximeter/oxql-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oxql-types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-be4c4d9da57311f0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-5e469ce88145a3ca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0d887a8039693220.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e49c52697304148.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83112024-11-06T09:15:40.518Z
83122024-11-06T09:15:40.518Zrunning 0 tests
83132024-11-06T09:15:40.518Z
83142024-11-06T09:15:40.518Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83152024-11-06T09:15:40.518Z
83162024-11-06T09:15:40.540Z Doc-tests repo_depot_api
83172024-11-06T09:15:40.543Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name repo_depot_api --test sled-agent/repo-depot-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/repo-depot-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7384040dbc2a43ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-773dd7c3d9328ae0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83182024-11-06T09:15:40.771Z
83192024-11-06T09:15:40.771Zrunning 2 tests
83202024-11-06T09:15:40.774Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 19) ... ignored
83212024-11-06T09:15:40.774Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 25) ... ignored
83222024-11-06T09:15:40.774Z
83232024-11-06T09:15:40.774Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
83242024-11-06T09:15:40.774Z
83252024-11-06T09:15:40.789Z Doc-tests repo_depot_client
83262024-11-06T09:15:40.791Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name repo_depot_client --test clients/repo-depot-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/repo-depot-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-05a996d3c8307a60.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-0bc9ec6e6cefa211.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83272024-11-06T09:15:40.970Z
83282024-11-06T09:15:40.970Zrunning 0 tests
83292024-11-06T09:15:40.970Z
83302024-11-06T09:15:40.970Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83312024-11-06T09:15:40.970Z
83322024-11-06T09:15:40.984Z Doc-tests sled_agent_api
83332024-11-06T09:15:40.987Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_api --test sled-agent/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2dae76f465709689.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dd71e9f878adf4a6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b54b65fb4833759b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83342024-11-06T09:15:41.376Z
83352024-11-06T09:15:41.376Zrunning 2 tests
83362024-11-06T09:15:41.379Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 66) ... ignored
83372024-11-06T09:15:41.379Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 72) ... ignored
83382024-11-06T09:15:41.379Z
83392024-11-06T09:15:41.379Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
83402024-11-06T09:15:41.379Z
83412024-11-06T09:15:41.400Z Doc-tests sled_agent_client
83422024-11-06T09:15:41.403Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9b81d0a9dcaea371.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83432024-11-06T09:15:43.262Z
83442024-11-06T09:15:43.262Zrunning 0 tests
83452024-11-06T09:15:43.262Z
83462024-11-06T09:15:43.263Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83472024-11-06T09:15:43.263Z
83482024-11-06T09:15:43.304Z Doc-tests sled_agent_types
83492024-11-06T09:15:43.307Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_types --test sled-agent/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-5e9105c33c366ae2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9a6b7755acb9df76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f23969e709ffa19b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e0e4de0f29691a9a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b54b65fb4833759b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83502024-11-06T09:15:44.101Z
83512024-11-06T09:15:44.101Zrunning 0 tests
83522024-11-06T09:15:44.101Z
83532024-11-06T09:15:44.101Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83542024-11-06T09:15:44.101Z
83552024-11-06T09:15:44.131Z Doc-tests sled_hardware
83562024-11-06T09:15:44.133Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-55f8d1e2ea5c116f.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-7b00f5942bd7339f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-827408ebe352de16.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-080acd08431793e9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2739ea19105329dd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c4491a361ebadbf3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83572024-11-06T09:15:44.502Z
83582024-11-06T09:15:44.502Zrunning 0 tests
83592024-11-06T09:15:44.502Z
83602024-11-06T09:15:44.502Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83612024-11-06T09:15:44.502Z
83622024-11-06T09:15:44.524Z Doc-tests sled_hardware_types
83632024-11-06T09:15:44.527Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_hardware_types --test sled-hardware/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9b50ec7b3e0eb41a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83642024-11-06T09:15:44.790Z
83652024-11-06T09:15:44.790Zrunning 0 tests
83662024-11-06T09:15:44.790Z
83672024-11-06T09:15:44.791Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83682024-11-06T09:15:44.791Z
83692024-11-06T09:15:44.810Z Doc-tests sled_storage
83702024-11-06T09:15:44.812Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b6e13772d541a13d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-c97f9cbb46332e7a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2739ea19105329dd.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7437c79f2beb1f48.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.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`
83712024-11-06T09:15:45.217Z
83722024-11-06T09:15:45.217Zrunning 0 tests
83732024-11-06T09:15:45.218Z
83742024-11-06T09:15:45.218Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83752024-11-06T09:15:45.218Z
83762024-11-06T09:15:45.240Z Doc-tests sp_sim
83772024-11-06T09:15:45.243Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-567f6f5abd6d84b4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6f95423438244a8e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83782024-11-06T09:15:45.727Z
83792024-11-06T09:15:45.727Zrunning 0 tests
83802024-11-06T09:15:45.727Z
83812024-11-06T09:15:45.727Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83822024-11-06T09:15:45.727Z
83832024-11-06T09:15:45.751Z Doc-tests tufaceous
83842024-11-06T09:15:45.753Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name tufaceous --test tufaceous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f04871193289fbb4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-1fadb5960a8d19a8.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-caf5a9f0e7751b1f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-14d9a8a394afa972.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6d454c6aeeac0a57.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-064365714c40fd5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83852024-11-06T09:15:46.057Z
83862024-11-06T09:15:46.057Zrunning 0 tests
83872024-11-06T09:15:46.057Z
83882024-11-06T09:15:46.057Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83892024-11-06T09:15:46.057Z
83902024-11-06T09:15:46.077Z Doc-tests tufaceous_lib
83912024-11-06T09:15:46.081Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name tufaceous_lib --test tufaceous-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-9ef1c5b80d4be2e8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-bb2f600db5635e6e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3acb9ca4c018b540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-8ebf534aa119cf7e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b287e49e63aef545.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-064365714c40fd5d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a28742d97f826442.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83922024-11-06T09:15:46.518Z
83932024-11-06T09:15:46.518Zrunning 0 tests
83942024-11-06T09:15:46.518Z
83952024-11-06T09:15:46.518Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83962024-11-06T09:15:46.518Z
83972024-11-06T09:15:46.541Z Doc-tests typed_rng
83982024-11-06T09:15:46.554Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name typed_rng --test typed-rng/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/typed-rng -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e34685acac44cbed.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-d152ef51b0170613.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3fbd904abef3370d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83992024-11-06T09:15:46.628Z
84002024-11-06T09:15:46.628Zrunning 0 tests
84012024-11-06T09:15:46.628Z
84022024-11-06T09:15:46.628Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84032024-11-06T09:15:46.628Z
84042024-11-06T09:15:46.636Z Doc-tests update_common
84052024-11-06T09:15:46.639Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-9ef1c5b80d4be2e8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b287e49e63aef545.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6d454c6aeeac0a57.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-064365714c40fd5d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1dd6a637d2f5839a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84062024-11-06T09:15:46.960Z
84072024-11-06T09:15:46.960Zrunning 0 tests
84082024-11-06T09:15:46.960Z
84092024-11-06T09:15:46.960Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84102024-11-06T09:15:46.960Z
84112024-11-06T09:15:46.981Z Doc-tests update_engine
84122024-11-06T09:15:46.984Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d97bd0ec0dbf820c.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-bd05353f346aabec.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-ca2725ac7d076d6b.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-6d7dea2a1049c2a0.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-8bbe14c21bacf7c7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-447d1f5efe48a3c9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7c95c4514ef5b573.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-322ebaa15fe87809.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84132024-11-06T09:15:47.475Z
84142024-11-06T09:15:47.475Zrunning 4 tests
84152024-11-06T09:15:47.478Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
84162024-11-06T09:15:47.478Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
84172024-11-06T09:15:47.478Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
84182024-11-06T09:15:48.256Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
84192024-11-06T09:15:48.256Z
84202024-11-06T09:15:48.259Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.78s
84212024-11-06T09:15:48.259Z
84222024-11-06T09:15:48.276Z Doc-tests wicket
84232024-11-06T09:15:48.279Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f04871193289fbb4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c1a3be2c2093cfc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-447d1f5efe48a3c9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0adf17ff7cdef8cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-50948bb900fc73f7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-36b6a3ee47d58bd1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7c95c4514ef5b573.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5a5eb8767712dc39.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-4f9d309aee4b7b19.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8f7eaeaf00d2cf6e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9aa89408fe4f6d86.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a34bb53e9fe0d94a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b891d4c8d0a3b283.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84242024-11-06T09:15:49.297Z
84252024-11-06T09:15:49.297Zrunning 0 tests
84262024-11-06T09:15:49.297Z
84272024-11-06T09:15:49.297Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84282024-11-06T09:15:49.297Z
84292024-11-06T09:15:49.331Z Doc-tests wicket_common
84302024-11-06T09:15:49.333Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2c3bce4f9bde0c85.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c1a3be2c2093cfc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-447d1f5efe48a3c9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a34bb53e9fe0d94a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84312024-11-06T09:15:49.897Z
84322024-11-06T09:15:49.897Zrunning 0 tests
84332024-11-06T09:15:49.897Z
84342024-11-06T09:15:49.898Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84352024-11-06T09:15:49.898Z
84362024-11-06T09:15:49.924Z Doc-tests wicket_dbg
84372024-11-06T09:15:49.926Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9aa89408fe4f6d86.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-7d624639f5efd248.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84382024-11-06T09:15:50.326Z
84392024-11-06T09:15:50.326Zrunning 0 tests
84402024-11-06T09:15:50.326Z
84412024-11-06T09:15:50.326Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84422024-11-06T09:15:50.326Z
84432024-11-06T09:15:50.350Z Doc-tests wicketd
84442024-11-06T09:15:50.352Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f91cc128dfa35a72.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2c3bce4f9bde0c85.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2c1e229ad80b88c4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a5f6a7d8d9554a29.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-9ef1c5b80d4be2e8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-c07b46c1c7f0b029.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-45e908ff9dc8adf4.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-42034248cfdd44b4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a342a05c383816c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9d224fa68614393c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3156b3a24a8dc432.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c1a3be2c2093cfc0.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-b070837cc90e923d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7cd9642505100da7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f535aed40bd27c30.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b287e49e63aef545.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6d454c6aeeac0a57.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-064365714c40fd5d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-1dd6a637d2f5839a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9aa89408fe4f6d86.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a34bb53e9fe0d94a.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-2d61bf226ed9a37a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-dff59a0dadaa8809.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b891d4c8d0a3b283.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84452024-11-06T09:15:51.040Z
84462024-11-06T09:15:51.040Zrunning 0 tests
84472024-11-06T09:15:51.040Z
84482024-11-06T09:15:51.040Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84492024-11-06T09:15:51.040Z
84502024-11-06T09:15:51.072Z Doc-tests wicketd_api
84512024-11-06T09:15:51.075Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicketd_api --test wicketd-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f91cc128dfa35a72.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c2b21bcb11f1b761.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a62249526e195fa6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a34bb53e9fe0d94a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-dff59a0dadaa8809.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84522024-11-06T09:15:51.504Z
84532024-11-06T09:15:51.504Zrunning 2 tests
84542024-11-06T09:15:51.506Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 51) ... ignored
84552024-11-06T09:15:51.506Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 57) ... ignored
84562024-11-06T09:15:51.506Z
84572024-11-06T09:15:51.506Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
84582024-11-06T09:15:51.507Z
84592024-11-06T09:15:51.527Z Doc-tests wicketd_client
84602024-11-06T09:15:51.529Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5fc87bb715fd1f15.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a342a05c383816c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b54b65fb4833759b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-bcd5e5a68a61a58a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a34bb53e9fe0d94a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b891d4c8d0a3b283.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84612024-11-06T09:15:53.185Z
84622024-11-06T09:15:53.185Zrunning 0 tests
84632024-11-06T09:15:53.185Z
84642024-11-06T09:15:53.185Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84652024-11-06T09:15:53.186Z
84662024-11-06T09:15:53.224Z Doc-tests xtask_downloader
84672024-11-06T09:15:53.226Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name xtask_downloader --test dev-tools/downloader/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/downloader -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e446866df3701d85.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-85551d110730bc38.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84682024-11-06T09:15:53.398Z
84692024-11-06T09:15:53.398Zrunning 1 test
84702024-11-06T09:15:53.401Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 229) ... ignored
84712024-11-06T09:15:53.401Z
84722024-11-06T09:15:53.401Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
84732024-11-06T09:15:53.401Z
84742024-11-06T09:15:53.411Z Doc-tests zone_setup
84752024-11-06T09:15:53.413Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name zone_setup --test zone-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/zone-setup -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-5165bd1b3e54bd2d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9b50ec7b3e0eb41a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1dec1561fa282ad8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3c2af0f82f0455aa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-05a996d3c8307a60.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7d1e98effc2fc821.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-4623ec6fb7fea2c8.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-92e2a0b2056b779c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84762024-11-06T09:15:53.659Z
84772024-11-06T09:15:53.659Zrunning 0 tests
84782024-11-06T09:15:53.660Z
84792024-11-06T09:15:53.660Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84802024-11-06T09:15:53.660Z
84812024-11-06T09:15:53.753Z
84822024-11-06T09:15:53.756Zreal 1:57.172637472
84832024-11-06T09:15:53.756Zuser 1:52.353230625
84842024-11-06T09:15:53.757Zsys 51.525985146
84852024-11-06T09:15:53.757Ztrap 0.018874755
84862024-11-06T09:15:53.757Ztflt 1.407128913
84872024-11-06T09:15:53.757Zdflt 9.329834512
84882024-11-06T09:15:53.757Zkflt 0.024050559
84892024-11-06T09:15:53.757Zlock 1:45.653201670
84902024-11-06T09:15:53.757Zslp 13:32.444805017
84912024-11-06T09:15:53.757Zlat 0.665664811
84922024-11-06T09:15:53.757Zstop 7.767715493
84932024-11-06T09:15:53.757Z+ [[ illumos == \i\l\l\u\m\o\s ]]
84942024-11-06T09:15:53.757Z+ banner live-test
84952024-11-06T09:15:53.759Z
84962024-11-06T09:15:53.759Z # # # # ###### ##### ###### #### #####
84972024-11-06T09:15:53.759Z # # # # # # # # #
84982024-11-06T09:15:53.759Z # # # # ##### ##### # ##### #### #
84992024-11-06T09:15:53.759Z # # # # # # # # #
85002024-11-06T09:15:53.760Z # # # # # # # # # #
85012024-11-06T09:15:53.760Z ###### # ## ###### # ###### #### #
85022024-11-06T09:15:53.760Z
85032024-11-06T09:15:53.760Z+ ptime -m cargo xtask live-tests
85042024-11-06T09:15:54.495Z Compiling serde v1.0.210
85052024-11-06T09:15:54.498Z Compiling libc v0.2.161
85062024-11-06T09:15:54.498Z Compiling rustix v0.38.37
85072024-11-06T09:15:54.498Z Compiling serde_json v1.0.128
85082024-11-06T09:15:54.498Z Compiling syn v2.0.79
85092024-11-06T09:15:54.498Z Compiling bitflags v2.6.0
85102024-11-06T09:15:55.010Z Compiling usdt-impl v0.5.0
85112024-11-06T09:15:55.025Z Compiling syn v1.0.109
85122024-11-06T09:15:55.043Z Compiling hashbrown v0.15.0
85132024-11-06T09:15:55.240Z Compiling log v0.4.22
85142024-11-06T09:15:55.265Z Compiling fs-err v2.11.0
85152024-11-06T09:15:55.587Z Compiling once_cell v1.20.2
85162024-11-06T09:15:55.643Z Compiling anyhow v1.0.92
85172024-11-06T09:15:56.167Z Compiling indexmap v2.6.0
85182024-11-06T09:15:56.266Z Compiling thread-id v4.2.2
85192024-11-06T09:15:57.510Z Compiling terminal_size v0.4.0
85202024-11-06T09:15:57.510Z Compiling tempfile v3.13.0
85212024-11-06T09:15:57.656Z Compiling clap_builder v4.5.20
85222024-11-06T09:15:58.221Z Compiling proc-macro-error v1.0.4
85232024-11-06T09:15:59.598Z Compiling tabled_derive v0.7.0
85242024-11-06T09:16:01.360Z Compiling tabled v0.15.0
85252024-11-06T09:16:01.640Z Compiling serde_derive v1.0.210
85262024-11-06T09:16:01.641Z Compiling thiserror-impl v1.0.64
85272024-11-06T09:16:01.643Z Compiling zerocopy-derive v0.7.35
85282024-11-06T09:16:01.643Z Compiling scroll_derive v0.12.0
85292024-11-06T09:16:01.643Z Compiling clap_derive v4.5.18
85302024-11-06T09:16:03.272Z Compiling scroll v0.12.0
85312024-11-06T09:16:03.786Z Compiling goblin v0.8.2
85322024-11-06T09:16:04.008Z Compiling zerocopy v0.7.35
85332024-11-06T09:16:04.681Z Compiling thiserror v1.0.64
85342024-11-06T09:16:04.788Z Compiling pest v2.7.14
85352024-11-06T09:16:05.603Z Compiling clap v4.5.20
85362024-11-06T09:16:07.158Z Compiling pest_meta v2.7.14
85372024-11-06T09:16:08.077Z Compiling pest_generator v2.7.14
85382024-11-06T09:16:09.795Z Compiling pest_derive v2.7.14
85392024-11-06T09:16:10.715Z Compiling dtrace-parser v0.2.0
85402024-11-06T09:16:11.978Z Compiling toml_datetime v0.6.8
85412024-11-06T09:16:11.978Z Compiling serde_spanned v0.6.8
85422024-11-06T09:16:11.981Z Compiling camino v1.1.9
85432024-11-06T09:16:11.981Z Compiling semver v1.0.23
85442024-11-06T09:16:11.981Z Compiling cargo-platform v0.1.8
85452024-11-06T09:16:12.381Z Compiling serde_tokenstream v0.2.2
85462024-11-06T09:16:12.508Z Compiling toml_edit v0.22.22
85472024-11-06T09:16:12.551Z Compiling macaddr v1.0.1
85482024-11-06T09:16:12.661Z Compiling camino-tempfile v1.1.1
85492024-11-06T09:16:13.461Z Compiling dof v0.3.0
85502024-11-06T09:16:13.461Z Compiling cargo_metadata v0.18.1
85512024-11-06T09:16:15.465Z Compiling toml v0.8.19
85522024-11-06T09:16:15.483Z Compiling usdt-macro v0.5.0
85532024-11-06T09:16:15.486Z Compiling usdt-attr-macro v0.5.0
85542024-11-06T09:16:16.309Z Compiling cargo_toml v0.20.5
85552024-11-06T09:16:17.089Z Compiling usdt v0.5.0
85562024-11-06T09:16:19.919Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
85572024-11-06T09:16:24.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.23s
85582024-11-06T09:16:24.140Z Running `target/debug/xtask live-tests`
85592024-11-06T09:16:24.174Zusing temporary directory: /var/tmp/omicron_tmp/.tmpRFcnkP
85602024-11-06T09:16:24.174Zwill create archive file: /var/tmp/omicron_tmp/.tmpRFcnkP/live-tests-archive/omicron-live-tests.tar.zst
85612024-11-06T09:16:24.174Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
85622024-11-06T09:16:24.174Z
85632024-11-06T09:16:24.177Zrunning: /home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmpRFcnkP/live-tests-archive/omicron-live-tests.tar.zst"
85642024-11-06T09:16:26.166Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
85652024-11-06T09:16:26.277Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
85662024-11-06T09:16:26.291Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
85672024-11-06T09:16:26.294Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
85682024-11-06T09:16:26.321Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
85692024-11-06T09:16:26.324Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
85702024-11-06T09:16:26.357Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
85712024-11-06T09:16:26.360Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
85722024-11-06T09:16:26.779Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
85732024-11-06T09:16:27.437Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
85742024-11-06T09:16:28.895Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
85752024-11-06T09:16:28.913Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
85762024-11-06T09:16:29.919Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
85772024-11-06T09:16:30.596Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
85782024-11-06T09:16:31.862Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
85792024-11-06T09:16:31.862Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
85802024-11-06T09:16:44.153Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
85812024-11-06T09:16:44.156Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
85822024-11-06T09:16:44.156Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
85832024-11-06T09:16:45.107Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
85842024-11-06T09:17:38.477Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
85852024-11-06T09:17:39.038Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
85862024-11-06T09:18:41.420Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
85872024-11-06T09:18:46.281Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
85882024-11-06T09:19:08.712Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 43s
85892024-11-06T09:19:08.902Zinfo: experimental features enabled: setup-scripts
85902024-11-06T09:19:08.909Z Archiving 1 binary, 1 build script output directory, 2 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpRFcnkP/live-tests-archive/omicron-live-tests.tar.zst
85912024-11-06T09:19:09.449Z Archived 44 files to /var/tmp/omicron_tmp/.tmpRFcnkP/live-tests-archive/omicron-live-tests.tar.zst in 0.54s
85922024-11-06T09:19:09.500Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpRFcnkP/live-tests-archive\""
85932024-11-06T09:19:09.514Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpRFcnkP" "live-tests-archive"
85942024-11-06T09:19:09.590Zcreated:
85952024-11-06T09:19:09.590ZTo use this:
85962024-11-06T09:19:09.590Z
85972024-11-06T09:19:09.590Z1. Copy the tarball to the switch zone in a deployed Omicron system.
85982024-11-06T09:19:09.590Z
85992024-11-06T09:19:09.590Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
86002024-11-06T09:19:09.593Z e.g., scp \
86012024-11-06T09:19:09.593Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
86022024-11-06T09:19:09.593Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
86032024-11-06T09:19:09.593Z
86042024-11-06T09:19:09.594Z2. Copy the `cargo-nextest` binary to the same place.
86052024-11-06T09:19:09.594Z
86062024-11-06T09:19:09.594Z e.g., scp \
86072024-11-06T09:19:09.594Z $(which cargo-nextest) \
86082024-11-06T09:19:09.594Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
86092024-11-06T09:19:09.594Z
86102024-11-06T09:19:09.594Z3. From the switch zone on that system, unpack the tarball with:
86112024-11-06T09:19:09.594Z
86122024-11-06T09:19:09.594Z tar xzf live-tests-archive.tgz
86132024-11-06T09:19:09.594Z
86142024-11-06T09:19:09.594Z4. From the switch zone on that system, run tests with:
86152024-11-06T09:19:09.594Z
86162024-11-06T09:19:09.594Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
86172024-11-06T09:19:09.594Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
86182024-11-06T09:19:09.594Z --workspace-remap live-tests-archive
86192024-11-06T09:19:09.594Z
86202024-11-06T09:19:09.594Z
86212024-11-06T09:19:09.594Zreal 3:15.804793680
86222024-11-06T09:19:09.594Zuser 6:14.273672160
86232024-11-06T09:19:09.594Zsys 1:20.214686926
86242024-11-06T09:19:09.594Ztrap 0.102097251
86252024-11-06T09:19:09.594Ztflt 0.666682577
86262024-11-06T09:19:09.594Zdflt 2.847335735
86272024-11-06T09:19:09.594Zkflt 0.002376322
86282024-11-06T09:19:09.595Zlock 19:13.611371381
86292024-11-06T09:19:09.595Zslp 26:37.457095795
86302024-11-06T09:19:09.595Zlat 5.705620077
86312024-11-06T09:19:09.596Zstop 16.280676953
86322024-11-06T09:19:09.596Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
86332024-11-06T09:19:09.598Z+ unset TMPDIR
86342024-11-06T09:19:09.598Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
86352024-11-06T09:19:09.598Zfiles in /var/tmp/omicron_tmp (none expected on success):
86362024-11-06T09:19:09.598Z+ find /var/tmp/omicron_tmp -ls
86372024-11-06T09:19:09.604Z164567 11 drwxr-xr-x 2 build build 2 Nov 6 09:19 /var/tmp/omicron_tmp
86382024-11-06T09:19:09.607Z+ rmdir /var/tmp/omicron_tmp
86392024-11-06T09:19:10.307Zprocess exited: duration 5236230 ms, exit code 0
 
86402024-11-06T09:19:10.323Zfound 1 output files
86412024-11-06T09:19:10.323Zuploading: /work/crate-build-timings.json (570232 bytes)
86422024-11-06T09:19:11.373Zuploaded: /work/crate-build-timings.json