01JBEX47A48GGFY29Y0F6GKNQ5: 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: 01JBEX4EFPVSYEYJH2SYX3MDQB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-30T14:27:17.565Zjob assigned to worker 01JBEX4FY0AHCXK9P7ZR26C5QH (queued for 42 s)
 
22024-10-30T14:27:24.878Zstarting task 0: "setup"
32024-10-30T14:27:24.888Z++ uname -s
42024-10-30T14:27:24.890Z+ kern=SunOS
52024-10-30T14:27:24.890Z+ case "$kern" in
62024-10-30T14:27:24.890Z+ [[ 0 == 12345 ]]
72024-10-30T14:27:24.890Z+ groupadd -g 12345 build
82024-10-30T14:27:24.893Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
92024-10-30T14:27:26.902Z+ zfs create -o mountpoint=/work rpool/work
102024-10-30T14:27:27.030Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
112024-10-30T14:27:27.033Z+ home_fs=zfs
122024-10-30T14:27:27.033Z+ [[ zfs == autofs ]]
132024-10-30T14:27:27.033Z+ mkdir -p /home/build
142024-10-30T14:27:27.035Z+ chown build:build /home/build /work
152024-10-30T14:27:28.036Z+ chmod 0700 /home/build /work
162024-10-30T14:27:28.039Zprocess exited: duration 3162 ms, exit code 0
 
172024-10-30T14:27:28.045Zstarting task 1: "rust-toolchain"
182024-10-30T14:27:28.051Z+ printf ' * toolchain channel = "%s"
192024-10-30T14:27:28.051Z * toolchain channel = "1.82.0"
202024-10-30T14:27:28.051Z' 1.82.0
212024-10-30T14:27:28.051Z+ printf ' * toolchain profile = "%s"
222024-10-30T14:27:28.051Z' default
232024-10-30T14:27:28.051Z * toolchain profile = "default"
242024-10-30T14:27:28.054Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
252024-10-30T14:27:28.054Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default
262024-10-30T14:27:28.177Zinfo: downloading installer
272024-10-30T14:27:29.400Zinfo: profile set to 'default'
282024-10-30T14:27:29.400Zinfo: default host triple is x86_64-unknown-illumos
292024-10-30T14:27:29.403Zinfo: syncing channel updates for '1.82.0-x86_64-unknown-illumos'
302024-10-30T14:27:29.535Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
312024-10-30T14:27:29.535Zinfo: downloading component 'cargo'
322024-10-30T14:27:30.204Zinfo: downloading component 'clippy'
332024-10-30T14:27:30.459Zinfo: downloading component 'rust-docs'
342024-10-30T14:27:31.403Zinfo: downloading component 'rust-std'
352024-10-30T14:27:32.895Zinfo: downloading component 'rustc'
362024-10-30T14:27:38.229Zinfo: downloading component 'rustfmt'
372024-10-30T14:27:38.422Zinfo: installing component 'cargo'
382024-10-30T14:27:39.245Zinfo: installing component 'clippy'
392024-10-30T14:27:39.644Zinfo: installing component 'rust-docs'
402024-10-30T14:27:41.347Zinfo: installing component 'rust-std'
412024-10-30T14:27:43.255Zinfo: installing component 'rustc'
422024-10-30T14:27:49.279Zinfo: installing component 'rustfmt'
432024-10-30T14:27:49.610Zinfo: default toolchain set to '1.82.0-x86_64-unknown-illumos'
442024-10-30T14:27:49.610Z
452024-10-30T14:27:49.985Z 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
462024-10-30T14:27:49.985Z
472024-10-30T14:27:49.987Z
482024-10-30T14:27:49.987ZRust is installed now. Great!
492024-10-30T14:27:49.987Z
502024-10-30T14:27:49.987ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
512024-10-30T14:27:49.987Zenvironment variable. This has not been done automatically.
522024-10-30T14:27:49.987Z
532024-10-30T14:27:49.987ZTo configure your current shell, you need to source
542024-10-30T14:27:49.987Zthe corresponding env file under $HOME/.cargo.
552024-10-30T14:27:49.987Z
562024-10-30T14:27:49.987ZThis is usually done by running one of the following (note the leading DOT):
572024-10-30T14:27:49.987Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
582024-10-30T14:27:49.988Zsource "$HOME/.cargo/env.fish" # For fish
592024-10-30T14:27:50.061Z+ rustc --version
602024-10-30T14:27:50.127Zrustc 1.82.0 (f6e511eec 2024-10-15)
612024-10-30T14:27:50.130Zprocess exited: duration 22081 ms, exit code 0
 
622024-10-30T14:27:50.137Zstarting task 2: "authentication"
632024-10-30T14:27:50.156Zprocess exited: duration 20 ms, exit code 0
 
642024-10-30T14:27:50.162Zstarting task 3: "clone repository"
652024-10-30T14:27:50.167Z+ mkdir -p /work/oxidecomputer/omicron
662024-10-30T14:27:50.169Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-10-30T14:27:50.210ZCloning into '/work/oxidecomputer/omicron'...
682024-10-30T14:27:57.830Z+ cd /work/oxidecomputer/omicron
692024-10-30T14:27:57.830Z+ git fetch origin 417a9860d36cb60bc2a7fa04d452983b52da1ccd
702024-10-30T14:27:58.190ZFrom https://github.com/oxidecomputer/omicron
712024-10-30T14:27:58.190Z * branch 417a9860d36cb60bc2a7fa04d452983b52da1ccd -> FETCH_HEAD
722024-10-30T14:27:58.199Z+ [[ -n john/fix-rss-dns-typo ]]
732024-10-30T14:27:58.201Z++ git branch --show-current
742024-10-30T14:27:58.204Z+ current=main
752024-10-30T14:27:58.204Z+ [[ main != john/fix-rss-dns-typo ]]
762024-10-30T14:27:58.204Z+ git branch -f john/fix-rss-dns-typo 417a9860d36cb60bc2a7fa04d452983b52da1ccd
772024-10-30T14:27:58.207Z+ git checkout -f john/fix-rss-dns-typo
782024-10-30T14:27:58.371ZSwitched to branch 'john/fix-rss-dns-typo'
792024-10-30T14:27:58.374Z+ git reset --hard 417a9860d36cb60bc2a7fa04d452983b52da1ccd
802024-10-30T14:27:58.384ZHEAD is now at 417a9860d Fix DNS port typo in RSS
812024-10-30T14:27:58.394Zprocess exited: duration 8222 ms, exit code 0
 
822024-10-30T14:27:58.403Zstarting task 4: "build"
832024-10-30T14:27:58.409Z+ source ./env.sh
842024-10-30T14:27:58.412Z++ OLD_SHELL_OPTS=ehxB
852024-10-30T14:27:58.412Z++ set -o xtrace
862024-10-30T14:27:58.412Z++++ dirname ./env.sh
872024-10-30T14:27:58.415Z+++ readlink -f .
882024-10-30T14:27:58.418Z++ OMICRON_WS=/work/oxidecomputer/omicron
892024-10-30T14:27:58.418Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
902024-10-30T14:27:58.418Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
912024-10-30T14:27:58.418Z++ 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
922024-10-30T14:27:58.418Z++ 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
932024-10-30T14:27:58.418Z++ 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
942024-10-30T14:27:58.418Z++ 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
952024-10-30T14:27:58.418Z++ 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
962024-10-30T14:27:58.418Z++ 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
972024-10-30T14:27:58.418Z++ case $OLD_SHELL_OPTS in
982024-10-30T14:27:58.418Z++ unset OLD_SHELL_OPTS OMICRON_WS
992024-10-30T14:27:58.418Z+ source .github/buildomat/ci-env.sh
1002024-10-30T14:27:58.418Z++ export CARGO_TERM_COLOR=always
1012024-10-30T14:27:58.418Z++ CARGO_TERM_COLOR=always
1022024-10-30T14:27:58.418Z+ target_os=illumos
1032024-10-30T14:27:58.418Z+ NEXTEST_VERSION=0.9.78
1042024-10-30T14:27:58.418Z+ cargo --version
1052024-10-30T14:27:58.474Zcargo 1.82.0 (8f40fc59f 2024-08-21)
1062024-10-30T14:27:58.476Z+ rustc --version
1072024-10-30T14:27:58.536Zrustc 1.82.0 (f6e511eec 2024-10-15)
1082024-10-30T14:27:58.540Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.78/illumos
1092024-10-30T14:27:58.542Z+ gunzip
1102024-10-30T14:27:58.542Z+ tar -xvf - -C /home/build/.cargo/bin
1112024-10-30T14:27:59.630Zx cargo-nextest, 16059952 bytes, 31368 tape blocks
1122024-10-30T14:27:59.632Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1132024-10-30T14:27:59.632Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1142024-10-30T14:27:59.632Ztests will store ephemeral output in /var/tmp/omicron_tmp
1152024-10-30T14:27:59.632Z+ mkdir /var/tmp/omicron_tmp
1162024-10-30T14:27:59.632Z+ OUTPUT_DIR=/work
1172024-10-30T14:27:59.632Z+ echo 'tests will store non-ephemeral output in /work'
1182024-10-30T14:27:59.632Ztests will store non-ephemeral output in /work
1192024-10-30T14:27:59.635Z+ mkdir -p /work
1202024-10-30T14:27:59.635Z+ banner prerequisites
1212024-10-30T14:27:59.637Z
1222024-10-30T14:27:59.637Z ##### ##### ###### ##### ###### #### # # # #### #
1232024-10-30T14:27:59.637Z # # # # # # # # # # # # # # #
1242024-10-30T14:27:59.637Z # # # # ##### # # ##### # # # # # #### #
1252024-10-30T14:27:59.637Z ##### ##### # ##### # # # # # # # # #
1262024-10-30T14:27:59.637Z # # # # # # # # # # # # # # #
1272024-10-30T14:27:59.637Z # # # ###### # # ###### ### # #### # #### #
1282024-10-30T14:27:59.637Z
1292024-10-30T14:27:59.637Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302024-10-30T14:28:07.930Z Startup: Refreshing catalog 'helios-dev' ... Done
1312024-10-30T14:28:11.128Z Startup: Caching catalogs ... Done
1322024-10-30T14:28:18.137ZPlanning: Solver setup ... Done (6.257s)
1332024-10-30T14:28:18.229ZPlanning: Running solver ... Done (0.091s)
1342024-10-30T14:28:18.309ZPlanning: Finding local manifests ... Done (0.005s)
1352024-10-30T14:28:18.322ZPlanning: Fetching manifests: 0/5 0% complete
1362024-10-30T14:28:18.952ZPlanning: Fetching manifests: 5/5 100% complete
1372024-10-30T14:28:19.051ZPlanning: Package planning ... Done (0.099s)
1382024-10-30T14:28:19.109ZPlanning: Merging actions ... Done (0.058s)
1392024-10-30T14:28:19.301ZPlanning: Checking for conflicting actions ... Done (0.192s)
1402024-10-30T14:28:21.181ZPlanning: Consolidating action changes ... Done (1.880s)
1412024-10-30T14:28:21.602ZPlanning: Evaluating mediators ... Done (0.415s)
1422024-10-30T14:28:21.680ZPlanning: Planning completed in 10.46 seconds
1432024-10-30T14:28:21.693Z Packages to install: 4
1442024-10-30T14:28:21.694Z Packages to update: 1
1452024-10-30T14:28:21.705Z Mediators to change: 2
1462024-10-30T14:28:21.706Z Services to change: 1
1472024-10-30T14:28:21.706Z Estimated space available: 155.61 GB
1482024-10-30T14:28:21.706ZEstimated space to be consumed: 1.58 GB
1492024-10-30T14:28:21.706Z Create boot environment: No
1502024-10-30T14:28:21.706ZCreate backup boot environment: Yes
1512024-10-30T14:28:21.706Z Rebuild boot archive: No
1522024-10-30T14:28:21.706Z
1532024-10-30T14:28:21.706ZChanged mediators:
1542024-10-30T14:28:21.706Z mediator clang:
1552024-10-30T14:28:21.706Z version: None -> 15 (system default)
1562024-10-30T14:28:21.706Z
1572024-10-30T14:28:21.706Z mediator llvm:
1582024-10-30T14:28:21.706Z version: 14 (system default) -> 15 (system default)
1592024-10-30T14:28:21.706Z
1602024-10-30T14:28:21.706ZChanged packages:
1612024-10-30T14:28:21.706Zhelios-dev
1622024-10-30T14:28:21.706Z developer/build-essential
1632024-10-30T14:28:21.706Z None -> 11-2.0
1642024-10-30T14:28:21.707Z library/libxmlsec1
1652024-10-30T14:28:21.707Z None -> 1.2.35-2.0
1662024-10-30T14:28:21.707Z ooce/developer/clang-15
1672024-10-30T14:28:21.707Z None -> 15.0.7-2.0
1682024-10-30T14:28:21.707Z ooce/developer/llvm-15
1692024-10-30T14:28:21.707Z None -> 15.0.7-2.0
1702024-10-30T14:28:21.707Z package/pkg
1712024-10-30T14:28:21.707Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1722024-10-30T14:28:21.707Z
1732024-10-30T14:28:21.707ZServices:
1742024-10-30T14:28:21.707Z restart_fmri:
1752024-10-30T14:28:21.707Z svc:/system/update-man-index:default
1762024-10-30T14:28:21.707Z
1772024-10-30T14:28:21.707ZEditable files to change:
1782024-10-30T14:28:21.707Z Update:
1792024-10-30T14:28:21.707Z usr/share/lib/pkg/web/config.shtml
1802024-10-30T14:28:21.777Z
1812024-10-30T14:28:21.777ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1822024-10-30T14:28:26.781ZDownload: 1380/4281 items 103.7/220.6MB 47% complete (21.0M/s)
1832024-10-30T14:28:31.783ZDownload: 3208/4281 items 164.0/220.6MB 74% complete (16.4M/s)
1842024-10-30T14:28:37.037ZDownload: 4208/4281 items 220.6/220.6MB 99% complete (13.2M/s)
1852024-10-30T14:28:37.135ZDownload: Completed 220.60 MB in 15.36 seconds (14.4M/s)
1862024-10-30T14:28:39.201Z Actions: 1/5063 actions (Removing old actions)
1872024-10-30T14:28:39.220Z Actions: 194/5063 actions (Installing new actions)
1882024-10-30T14:28:43.957Z Actions: 4226/5063 actions (Updating modified actions)
1892024-10-30T14:28:44.277Z Actions: Completed 5063 actions in 5.08 seconds.
1902024-10-30T14:28:44.646Z Done (0.362s)
1912024-10-30T14:28:44.648Z Done (0.000s)
1922024-10-30T14:28:45.166Z Done (0.518s)
1932024-10-30T14:28:49.401Z Done (4.031s)
1942024-10-30T14:28:49.486Z Done (0.018s)
1952024-10-30T14:28:49.488Z Done (0.000s)
1962024-10-30T14:28:49.636Z Done (0.000s)
1972024-10-30T14:28:50.283ZPlanning: Evaluating mediator changes ... Done
1982024-10-30T14:28:50.444ZPlanning: Checking for conflicting actions ... Done
1992024-10-30T14:28:50.446ZPlanning: Consolidating action changes ... Done
2002024-10-30T14:28:50.720ZPlanning: Evaluating mediators ... Done
2012024-10-30T14:28:50.722ZPlanning: Planning completed in 0.44 seconds
2022024-10-30T14:28:50.761Z Mediators to change: 2
2032024-10-30T14:28:50.761Z Create boot environment: No
2042024-10-30T14:28:50.764ZCreate backup boot environment: No
2052024-10-30T14:28:50.843Z Done
2062024-10-30T14:28:50.843Z Done
2072024-10-30T14:28:51.163Z Done
2082024-10-30T14:28:54.709Z Done
2092024-10-30T14:28:54.797Z Done
2102024-10-30T14:28:54.800Z Done
2112024-10-30T14:28:54.898Z Done
2122024-10-30T14:28:55.501ZPlanning: Evaluating mediator changes ... Done
2132024-10-30T14:28:55.505ZPlanning: Merging actions ... Done
2142024-10-30T14:28:55.694ZPlanning: Checking for conflicting actions ... Done
2152024-10-30T14:28:55.697ZPlanning: Consolidating action changes ... Done
2162024-10-30T14:28:55.958ZPlanning: Evaluating mediators ... Done
2172024-10-30T14:28:56.013ZPlanning: Planning completed in 0.75 seconds
2182024-10-30T14:28:56.055Z Packages to change: 1
2192024-10-30T14:28:56.055Z Mediators to change: 1
2202024-10-30T14:28:56.057Z Services to change: 1
2212024-10-30T14:28:56.057Z Create boot environment: No
2222024-10-30T14:28:56.057ZCreate backup boot environment: Yes
2232024-10-30T14:28:58.214Z Actions: 1/6 actions (Updating modified actions)
2242024-10-30T14:28:58.217Z Actions: Completed 6 actions in 0.00 seconds.
2252024-10-30T14:28:58.217Z Done
2262024-10-30T14:28:58.217Z Done
2272024-10-30T14:28:58.317Z Done
2282024-10-30T14:29:01.894Z Done
2292024-10-30T14:29:01.983Z Done
2302024-10-30T14:29:01.985Z Done
2312024-10-30T14:29:02.103Z Done
2322024-10-30T14:29:02.530ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2332024-10-30T14:29:02.530Zclang system 15 system
2342024-10-30T14:29:02.530Zcsh system system illumos
2352024-10-30T14:29:02.530Zctags system system illumos
2362024-10-30T14:29:02.530Zgcc vendor 12 vendor
2372024-10-30T14:29:02.530Zgcc system 10 system
2382024-10-30T14:29:02.530Zgcc system 7 system
2392024-10-30T14:29:02.530Zgo system 1.20 system
2402024-10-30T14:29:02.530Zgo system 1.19 system
2412024-10-30T14:29:02.530Zllvm system 15 system
2422024-10-30T14:29:02.530Zllvm system 14 system
2432024-10-30T14:29:02.530Zmariadb system 10.6 system
2442024-10-30T14:29:02.530Zmta vendor vendor dma
2452024-10-30T14:29:02.530Zopenjdk system 17 system
2462024-10-30T14:29:02.530Zopenjdk system 11 system
2472024-10-30T14:29:02.530Zopenjdk system 1.8 system
2482024-10-30T14:29:02.530Zopenssl vendor 3 vendor
2492024-10-30T14:29:02.530Zperl system 5.36 system
2502024-10-30T14:29:02.530Zpostgresql system 15 system
2512024-10-30T14:29:02.530Zpostgresql system 13 system
2522024-10-30T14:29:02.530Zpython vendor 3 vendor
2532024-10-30T14:29:02.531Zpython system 2 system
2542024-10-30T14:29:02.531Zpython3 system 3.11 system
2552024-10-30T14:29:02.531Zruby system 3.0 system
2562024-10-30T14:29:02.531Zwords vendor vendor american-english
2572024-10-30T14:29:02.531Zwords system system australian-english
2582024-10-30T14:29:02.531Zwords system system british-english
2592024-10-30T14:29:02.531Zwords system system canadian-english
2602024-10-30T14:29:02.531Zwords system system french
2612024-10-30T14:29:02.531Zwords system system italian
2622024-10-30T14:29:02.531Zwords system system ngerman
2632024-10-30T14:29:02.531Zwords system system ogerman
2642024-10-30T14:29:02.531Zwords system system spanish
2652024-10-30T14:29:02.860ZPUBLISHER TYPE STATUS P LOCATION
2662024-10-30T14:29:02.860Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2672024-10-30T14:29:05.217ZFMRI IFO
2682024-10-30T14:29:05.217Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2692024-10-30T14:29:05.217Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2702024-10-30T14:29:05.217Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2712024-10-30T14:29:05.217Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2722024-10-30T14:29:05.217Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2732024-10-30T14:29:05.217Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2742024-10-30T14:29:05.217Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2752024-10-30T14:29:05.217Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762024-10-30T14:29:05.217Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772024-10-30T14:29:05.218Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2782024-10-30T14:29:05.218Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2792024-10-30T14:29:05.218Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802024-10-30T14:29:05.218Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2812024-10-30T14:29:05.218Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2822024-10-30T14:29:05.218Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832024-10-30T14:29:05.875Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842024-10-30T14:29:07.546Z Updating crates.io index
2852024-10-30T14:29:07.607Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2862024-10-30T14:29:08.475Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2872024-10-30T14:29:08.757Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2882024-10-30T14:29:09.025Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2892024-10-30T14:29:09.283Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902024-10-30T14:29:10.207Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912024-10-30T14:29:12.437Z Updating git repository `https://github.com/oxidecomputer/opte`
2922024-10-30T14:29:13.569Z Updating git repository `https://github.com/oxidecomputer/falcon`
2932024-10-30T14:29:14.373Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942024-10-30T14:29:14.640Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952024-10-30T14:29:14.932Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2962024-10-30T14:29:15.617Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2972024-10-30T14:29:15.898Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2982024-10-30T14:29:16.304Z Updating git repository `https://github.com/oxidecomputer/tofino`
2992024-10-30T14:29:16.704Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3002024-10-30T14:29:16.967Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3012024-10-30T14:29:17.210Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3022024-10-30T14:29:17.528Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3032024-10-30T14:29:17.860Z Updating git repository `https://github.com/oxidecomputer/ispf`
3042024-10-30T14:29:18.223Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3052024-10-30T14:29:18.484Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3062024-10-30T14:29:18.942Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3072024-10-30T14:29:19.323Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3082024-10-30T14:29:19.716Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3092024-10-30T14:29:20.160Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3102024-10-30T14:29:20.449Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3112024-10-30T14:29:20.733Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3122024-10-30T14:29:22.093Z Downloading crates ...
3132024-10-30T14:29:22.199Z Downloaded equivalent v1.0.1
3142024-10-30T14:29:22.206Z Downloaded usdt-macro v0.5.0
3152024-10-30T14:29:22.210Z Downloaded generic-array v0.14.7
3162024-10-30T14:29:22.212Z Downloaded scroll v0.12.0
3172024-10-30T14:29:22.215Z Downloaded proc-macro-error-attr v1.0.4
3182024-10-30T14:29:22.220Z Downloaded cpufeatures v0.2.14
3192024-10-30T14:29:22.220Z Downloaded plain v0.2.3
3202024-10-30T14:29:22.220Z Downloaded camino-tempfile v1.1.1
3212024-10-30T14:29:22.224Z Downloaded heck v0.4.1
3222024-10-30T14:29:22.226Z Downloaded bytecount v0.6.8
3232024-10-30T14:29:22.229Z Downloaded autocfg v1.4.0
3242024-10-30T14:29:22.231Z Downloaded anstyle-query v1.1.1
3252024-10-30T14:29:22.234Z Downloaded anstyle v1.0.8
3262024-10-30T14:29:22.236Z Downloaded thread-id v4.2.2
3272024-10-30T14:29:22.236Z Downloaded quote v1.0.37
3282024-10-30T14:29:22.239Z Downloaded pest_derive v2.7.14
3292024-10-30T14:29:22.242Z Downloaded tabled_derive v0.7.0
3302024-10-30T14:29:22.244Z Downloaded smawk v0.3.2
3312024-10-30T14:29:22.244Z Downloaded fastrand v2.1.1
3322024-10-30T14:29:22.247Z Downloaded clap_derive v4.5.18
3332024-10-30T14:29:22.247Z Downloaded byteorder v1.5.0
3342024-10-30T14:29:22.249Z Downloaded block-buffer v0.10.4
3352024-10-30T14:29:22.252Z Downloaded pretty-hex v0.4.1
3362024-10-30T14:29:22.252Z Downloaded is_terminal_polyfill v1.70.1
3372024-10-30T14:29:22.255Z Downloaded camino v1.1.9
3382024-10-30T14:29:22.255Z Downloaded anstyle-parse v0.2.5
3392024-10-30T14:29:22.257Z Downloaded anstream v0.6.15
3402024-10-30T14:29:22.260Z Downloaded sha2 v0.10.8
3412024-10-30T14:29:22.260Z Downloaded usdt v0.5.0
3422024-10-30T14:29:22.263Z Downloaded dtrace-parser v0.2.0
3432024-10-30T14:29:22.266Z Downloaded once_cell v1.20.2
3442024-10-30T14:29:22.270Z Downloaded bitflags v2.6.0
3452024-10-30T14:29:22.275Z Downloaded scroll_derive v0.12.0
3462024-10-30T14:29:22.283Z Downloaded swrite v0.1.0
3472024-10-30T14:29:22.286Z Downloaded usdt-attr-macro v0.5.0
3482024-10-30T14:29:22.292Z Downloaded fs-err v2.11.0
3492024-10-30T14:29:22.294Z Downloaded errno v0.3.9
3502024-10-30T14:29:22.296Z Downloaded macaddr v1.0.1
3512024-10-30T14:29:22.296Z Downloaded anyhow v1.0.89
3522024-10-30T14:29:22.300Z Downloaded typenum v1.17.0
3532024-10-30T14:29:22.302Z Downloaded dof v0.3.0
3542024-10-30T14:29:22.305Z Downloaded clap v4.5.20
3552024-10-30T14:29:22.312Z Downloaded pest_generator v2.7.14
3562024-10-30T14:29:22.315Z Downloaded cargo_metadata v0.18.1
3572024-10-30T14:29:22.315Z Downloaded heck v0.5.0
3582024-10-30T14:29:22.318Z Downloaded fnv v1.0.7
3592024-10-30T14:29:22.318Z Downloaded thiserror-impl v1.0.64
3602024-10-30T14:29:22.318Z Downloaded serde_spanned v0.6.8
3612024-10-30T14:29:22.321Z Downloaded crypto-common v0.1.6
3622024-10-30T14:29:22.321Z Downloaded colorchoice v1.0.2
3632024-10-30T14:29:22.323Z Downloaded clap_lex v0.7.2
3642024-10-30T14:29:22.323Z Downloaded digest v0.10.7
3652024-10-30T14:29:22.325Z Downloaded cfg-if v1.0.0
3662024-10-30T14:29:22.325Z Downloaded cargo-platform v0.1.8
3672024-10-30T14:29:22.329Z Downloaded version_check v0.9.5
3682024-10-30T14:29:22.329Z Downloaded toml_datetime v0.6.8
3692024-10-30T14:29:22.332Z Downloaded utf8parse v0.2.2
3702024-10-30T14:29:22.332Z Downloaded terminal_size v0.4.0
3712024-10-30T14:29:22.332Z Downloaded serde_tokenstream v0.2.2
3722024-10-30T14:29:22.337Z Downloaded thiserror v1.0.64
3732024-10-30T14:29:22.341Z Downloaded strsim v0.11.1
3742024-10-30T14:29:22.344Z Downloaded serde v1.0.210
3752024-10-30T14:29:22.347Z Downloaded memmap v0.7.0
3762024-10-30T14:29:22.350Z Downloaded cargo_toml v0.20.5
3772024-10-30T14:29:22.350Z Downloaded proc-macro-error v1.0.4
3782024-10-30T14:29:22.352Z Downloaded semver v1.0.23
3792024-10-30T14:29:22.355Z Downloaded itoa v1.0.11
3802024-10-30T14:29:22.357Z Downloaded unicode-linebreak v0.1.5
3812024-10-30T14:29:22.360Z Downloaded usdt-impl v0.5.0
3822024-10-30T14:29:22.363Z Downloaded tempfile v3.13.0
3832024-10-30T14:29:22.368Z Downloaded textwrap v0.16.1
3842024-10-30T14:29:22.371Z Downloaded proc-macro2 v1.0.87
3852024-10-30T14:29:22.374Z Downloaded log v0.4.22
3862024-10-30T14:29:22.377Z Downloaded ryu v1.0.18
3872024-10-30T14:29:22.380Z Downloaded zerocopy-derive v0.7.35
3882024-10-30T14:29:22.384Z Downloaded ucd-trie v0.1.7
3892024-10-30T14:29:22.386Z Downloaded unicode-ident v1.0.13
3902024-10-30T14:29:22.389Z Downloaded serde_derive v1.0.210
3912024-10-30T14:29:22.391Z Downloaded papergrid v0.11.0
3922024-10-30T14:29:22.395Z Downloaded indexmap v2.6.0
3932024-10-30T14:29:22.399Z Downloaded memchr v2.7.4
3942024-10-30T14:29:22.404Z Downloaded toml v0.8.19
3952024-10-30T14:29:22.407Z Downloaded pest_meta v2.7.14
3962024-10-30T14:29:22.440Z Downloaded toml_edit v0.22.22
3972024-10-30T14:29:22.460Z Downloaded winnow v0.6.20
3982024-10-30T14:29:22.468Z Downloaded pest v2.7.14
3992024-10-30T14:29:22.473Z Downloaded hashbrown v0.15.0
4002024-10-30T14:29:22.477Z Downloaded serde_json v1.0.128
4012024-10-30T14:29:22.486Z Downloaded zerocopy v0.7.35
4022024-10-30T14:29:22.500Z Downloaded clap_builder v4.5.20
4032024-10-30T14:29:22.510Z Downloaded goblin v0.8.2
4042024-10-30T14:29:22.516Z Downloaded syn v1.0.109
4052024-10-30T14:29:22.525Z Downloaded tabled v0.15.0
4062024-10-30T14:29:22.549Z Downloaded unicode-width v0.1.14
4072024-10-30T14:29:22.554Z Downloaded syn v2.0.79
4082024-10-30T14:29:22.564Z Downloaded rustix v0.38.37
4092024-10-30T14:29:22.595Z Downloaded libc v0.2.161
4102024-10-30T14:29:22.895Z Compiling proc-macro2 v1.0.87
4112024-10-30T14:29:22.895Z Compiling unicode-ident v1.0.13
4122024-10-30T14:29:22.898Z Compiling version_check v0.9.5
4132024-10-30T14:29:22.898Z Compiling serde v1.0.210
4142024-10-30T14:29:22.898Z Compiling memchr v2.7.4
4152024-10-30T14:29:22.898Z Compiling thiserror v1.0.64
4162024-10-30T14:29:22.898Z Compiling libc v0.2.161
4172024-10-30T14:29:22.928Z Compiling ucd-trie v0.1.7
4182024-10-30T14:29:23.149Z Compiling itoa v1.0.11
4192024-10-30T14:29:23.375Z Compiling ryu v1.0.18
4202024-10-30T14:29:23.618Z Compiling once_cell v1.20.2
4212024-10-30T14:29:23.715Z Compiling byteorder v1.5.0
4222024-10-30T14:29:23.894Z Compiling rustix v0.38.37
4232024-10-30T14:29:23.974Z Compiling serde_json v1.0.128
4242024-10-30T14:29:24.139Z Compiling bitflags v2.6.0
4252024-10-30T14:29:24.334Z Compiling proc-macro-error-attr v1.0.4
4262024-10-30T14:29:24.496Z Compiling usdt-impl v0.5.0
4272024-10-30T14:29:24.527Z Compiling syn v1.0.109
4282024-10-30T14:29:24.669Z Compiling quote v1.0.37
4292024-10-30T14:29:24.691Z Compiling proc-macro-error v1.0.4
4302024-10-30T14:29:24.814Z Compiling log v0.4.22
4312024-10-30T14:29:24.984Z Compiling errno v0.3.9
4322024-10-30T14:29:25.009Z Compiling plain v0.2.3
4332024-10-30T14:29:25.107Z Compiling syn v2.0.79
4342024-10-30T14:29:25.230Z Compiling hashbrown v0.15.0
4352024-10-30T14:29:25.233Z Compiling utf8parse v0.2.2
4362024-10-30T14:29:25.278Z Compiling equivalent v1.0.1
4372024-10-30T14:29:25.311Z Compiling camino v1.1.9
4382024-10-30T14:29:25.396Z Compiling thread-id v4.2.2
4392024-10-30T14:29:25.419Z Compiling anstyle-parse v0.2.5
4402024-10-30T14:29:25.738Z Compiling winnow v0.6.20
4412024-10-30T14:29:25.995Z Compiling semver v1.0.23
4422024-10-30T14:29:26.020Z Compiling unicode-width v0.1.14
4432024-10-30T14:29:26.321Z Compiling is_terminal_polyfill v1.70.1
4442024-10-30T14:29:26.462Z Compiling indexmap v2.6.0
4452024-10-30T14:29:26.488Z Compiling autocfg v1.4.0
4462024-10-30T14:29:26.511Z Compiling anstyle v1.0.8
4472024-10-30T14:29:26.533Z Compiling anstyle-query v1.1.1
4482024-10-30T14:29:26.688Z Compiling pretty-hex v0.4.1
4492024-10-30T14:29:26.906Z Compiling colorchoice v1.0.2
4502024-10-30T14:29:27.132Z Compiling anstream v0.6.15
4512024-10-30T14:29:27.332Z Compiling terminal_size v0.4.0
4522024-10-30T14:29:27.557Z Compiling cfg-if v1.0.0
4532024-10-30T14:29:27.623Z Compiling fs-err v2.11.0
4542024-10-30T14:29:27.664Z Compiling heck v0.5.0
4552024-10-30T14:29:27.888Z Compiling clap_lex v0.7.2
4562024-10-30T14:29:28.002Z Compiling fnv v1.0.7
4572024-10-30T14:29:28.083Z Compiling strsim v0.11.1
4582024-10-30T14:29:28.142Z Compiling bytecount v0.6.8
4592024-10-30T14:29:28.213Z Compiling fastrand v2.1.1
4602024-10-30T14:29:28.367Z Compiling anyhow v1.0.89
4612024-10-30T14:29:28.410Z Compiling heck v0.4.1
4622024-10-30T14:29:28.757Z Compiling tempfile v3.13.0
4632024-10-30T14:29:28.884Z Compiling clap_builder v4.5.20
4642024-10-30T14:29:28.939Z Compiling papergrid v0.11.0
4652024-10-30T14:29:29.140Z Compiling memmap v0.7.0
4662024-10-30T14:29:29.325Z Compiling smawk v0.3.2
4672024-10-30T14:29:29.473Z Compiling unicode-linebreak v0.1.5
4682024-10-30T14:29:29.621Z Compiling swrite v0.1.0
4692024-10-30T14:29:30.003Z Compiling textwrap v0.16.1
4702024-10-30T14:29:30.755Z Compiling tabled_derive v0.7.0
4712024-10-30T14:29:32.435Z Compiling tabled v0.15.0
4722024-10-30T14:29:33.063Z Compiling serde_derive v1.0.210
4732024-10-30T14:29:33.063Z Compiling thiserror-impl v1.0.64
4742024-10-30T14:29:33.067Z Compiling zerocopy-derive v0.7.35
4752024-10-30T14:29:33.067Z Compiling scroll_derive v0.12.0
4762024-10-30T14:29:33.161Z Compiling clap_derive v4.5.18
4772024-10-30T14:29:34.532Z Compiling scroll v0.12.0
4782024-10-30T14:29:35.902Z Compiling goblin v0.8.2
4792024-10-30T14:29:35.902Z Compiling zerocopy v0.7.35
4802024-10-30T14:29:36.075Z Compiling pest v2.7.14
4812024-10-30T14:29:36.725Z Compiling clap v4.5.20
4822024-10-30T14:29:38.265Z Compiling pest_meta v2.7.14
4832024-10-30T14:29:39.077Z Compiling pest_generator v2.7.14
4842024-10-30T14:29:40.802Z Compiling pest_derive v2.7.14
4852024-10-30T14:29:41.490Z Compiling dtrace-parser v0.2.0
4862024-10-30T14:29:42.717Z Compiling toml_datetime v0.6.8
4872024-10-30T14:29:42.717Z Compiling serde_spanned v0.6.8
4882024-10-30T14:29:42.720Z Compiling cargo-platform v0.1.8
4892024-10-30T14:29:43.066Z Compiling serde_tokenstream v0.2.2
4902024-10-30T14:29:43.136Z Compiling toml_edit v0.22.22
4912024-10-30T14:29:43.281Z Compiling macaddr v1.0.1
4922024-10-30T14:29:43.360Z Compiling camino-tempfile v1.1.1
4932024-10-30T14:29:44.117Z Compiling dof v0.3.0
4942024-10-30T14:29:44.117Z Compiling cargo_metadata v0.18.1
4952024-10-30T14:29:45.834Z Compiling toml v0.8.19
4962024-10-30T14:29:46.101Z Compiling usdt-macro v0.5.0
4972024-10-30T14:29:46.101Z Compiling usdt-attr-macro v0.5.0
4982024-10-30T14:29:46.658Z Compiling cargo_toml v0.20.5
4992024-10-30T14:29:47.438Z Compiling usdt v0.5.0
5002024-10-30T14:29:50.160Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5012024-10-30T14:29:53.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.30s
5022024-10-30T14:29:54.242Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5032024-10-30T14:29:54.735Z Downloading crates ...
5042024-10-30T14:29:54.859Z Downloaded aead v0.5.2
5052024-10-30T14:29:54.864Z Downloaded addr2line v0.24.2
5062024-10-30T14:29:54.870Z Downloaded ciborium-io v0.2.2
5072024-10-30T14:29:54.876Z Downloaded http-body v1.0.1
5082024-10-30T14:29:54.879Z Downloaded cfg_aliases v0.1.1
5092024-10-30T14:29:54.881Z Downloaded ident_case v1.0.1
5102024-10-30T14:29:54.881Z Downloaded crunchy v0.2.2
5112024-10-30T14:29:54.881Z Downloaded base64 v0.13.1
5122024-10-30T14:29:54.887Z Downloaded atomic-waker v1.1.2
5132024-10-30T14:29:54.890Z Downloaded assert_matches v1.5.0
5142024-10-30T14:29:54.893Z Downloaded hyper-tls v0.6.0
5152024-10-30T14:29:54.896Z Downloaded httpdate v1.0.3
5162024-10-30T14:29:54.901Z Downloaded cobs v0.2.3
5172024-10-30T14:29:54.901Z Downloaded block-padding v0.3.3
5182024-10-30T14:29:54.903Z Downloaded hubpack_derive v0.1.1
5192024-10-30T14:29:54.903Z Downloaded async-stream v0.3.6
5202024-10-30T14:29:54.906Z Downloaded new_debug_unreachable v1.0.6
5212024-10-30T14:29:54.908Z Downloaded cassowary v0.3.0
5222024-10-30T14:29:54.908Z Downloaded match_cfg v0.1.0
5232024-10-30T14:29:54.908Z Downloaded is_ci v1.2.0
5242024-10-30T14:29:54.911Z Downloaded bcs v0.1.6
5252024-10-30T14:29:54.913Z Downloaded normalize-line-endings v0.3.0
5262024-10-30T14:29:54.916Z Downloaded newtype_derive v0.1.6
5272024-10-30T14:29:54.916Z Downloaded newline-converter v0.3.0
5282024-10-30T14:29:54.918Z Downloaded bitfield v0.14.0
5292024-10-30T14:29:54.918Z Downloaded base64ct v1.6.0
5302024-10-30T14:29:54.921Z Downloaded nanorand v0.7.0
5312024-10-30T14:29:54.923Z Downloaded libefi-sys v0.1.0
5322024-10-30T14:29:54.925Z Downloaded const_format_proc_macros v0.2.33
5332024-10-30T14:29:54.928Z Downloaded lalrpop-util v0.19.12
5342024-10-30T14:29:54.930Z Downloaded mime v0.3.17
5352024-10-30T14:29:54.930Z Downloaded linear-map v1.2.0
5362024-10-30T14:29:54.932Z Downloaded managed v0.8.0
5372024-10-30T14:29:54.935Z Downloaded libsw v3.3.1
5382024-10-30T14:29:54.935Z Downloaded ipnet v2.10.1
5392024-10-30T14:29:54.937Z Downloaded memmap2 v0.9.5
5402024-10-30T14:29:54.940Z Downloaded clang-sys v1.8.1
5412024-10-30T14:29:54.942Z Downloaded crc-any v2.5.0
5422024-10-30T14:29:54.945Z Downloaded cookie v0.18.1
5432024-10-30T14:29:54.947Z Downloaded console v0.15.8
5442024-10-30T14:29:54.950Z Downloaded miniz_oxide v0.8.0
5452024-10-30T14:29:54.952Z Downloaded argon2 v0.5.3
5462024-10-30T14:29:54.956Z Downloaded mockall_derive v0.13.0
5472024-10-30T14:29:54.959Z Downloaded debug-ignore v1.0.5
5482024-10-30T14:29:54.961Z Downloaded instability v0.3.2
5492024-10-30T14:29:54.961Z Downloaded indicatif v0.17.8
5502024-10-30T14:29:54.965Z Downloaded http-range v0.1.5
5512024-10-30T14:29:54.968Z Downloaded bytes v1.7.2
5522024-10-30T14:29:54.970Z Downloaded atty v0.2.14
5532024-10-30T14:29:54.973Z Downloaded inout v0.1.3
5542024-10-30T14:29:54.976Z Downloaded indoc v1.0.9
5552024-10-30T14:29:54.982Z Downloaded impl-trait-for-tuples v0.2.2
5562024-10-30T14:29:54.982Z Downloaded humantime v2.1.0
5572024-10-30T14:29:54.987Z Downloaded instant v0.1.13
5582024-10-30T14:29:54.987Z Downloaded async-stream-impl v0.3.6
5592024-10-30T14:29:54.987Z Downloaded crossbeam-utils v0.8.20
5602024-10-30T14:29:54.987Z Downloaded atomicwrites v0.4.4
5612024-10-30T14:29:54.992Z Downloaded backoff v0.4.0
5622024-10-30T14:29:54.992Z Downloaded md5 v0.7.0
5632024-10-30T14:29:54.996Z Downloaded cstr-argument v0.1.2
5642024-10-30T14:29:54.996Z Downloaded cfg_aliases v0.2.1
5652024-10-30T14:29:54.996Z Downloaded matches v0.1.10
5662024-10-30T14:29:54.996Z Downloaded md-5 v0.10.6
5672024-10-30T14:29:55.000Z Downloaded lru v0.12.5
5682024-10-30T14:29:55.000Z Downloaded kstat-rs v0.2.4
5692024-10-30T14:29:55.000Z Downloaded indent_write v2.2.0
5702024-10-30T14:29:55.003Z Downloaded sqlparser_derive v0.2.2
5712024-10-30T14:29:55.003Z Downloaded rustls-pemfile v1.0.4
5722024-10-30T14:29:55.003Z Downloaded bitfield-struct v0.6.2
5732024-10-30T14:29:55.018Z Downloaded ascii-canvas v3.0.0
5742024-10-30T14:29:55.019Z Downloaded termtree v0.4.1
5752024-10-30T14:29:55.023Z Downloaded http-body-util v0.1.2
5762024-10-30T14:29:55.023Z Downloaded hostname v0.4.0
5772024-10-30T14:29:55.023Z Downloaded darling_macro v0.20.10
5782024-10-30T14:29:55.023Z Downloaded bit-set v0.5.3
5792024-10-30T14:29:55.024Z Downloaded async-recursion v1.1.1
5802024-10-30T14:29:55.024Z Downloaded hubpack v0.1.2
5812024-10-30T14:29:55.024Z Downloaded home v0.5.9
5822024-10-30T14:29:55.024Z Downloaded crucible-workspace-hack v0.1.0
5832024-10-30T14:29:55.024Z Downloaded http-body v0.4.6
5842024-10-30T14:29:55.024Z Downloaded chacha20poly1305 v0.10.1
5852024-10-30T14:29:55.028Z Downloaded serde_plain v1.0.2
5862024-10-30T14:29:55.028Z Downloaded http v0.2.12
5872024-10-30T14:29:55.033Z Downloaded sigpipe v0.1.3
5882024-10-30T14:29:55.033Z Downloaded serde_repr v0.1.19
5892024-10-30T14:29:55.037Z Downloaded ipnetwork v0.20.0
5902024-10-30T14:29:55.037Z Downloaded ciborium-ll v0.2.2
5912024-10-30T14:29:55.037Z Downloaded schemars_derive v0.8.21
5922024-10-30T14:29:55.040Z Downloaded newtype-uuid v1.1.2
5932024-10-30T14:29:55.040Z Downloaded maplit v1.0.2
5942024-10-30T14:29:55.040Z Downloaded bcrypt-pbkdf v0.10.0
5952024-10-30T14:29:55.044Z Downloaded keccak v0.1.5
5962024-10-30T14:29:55.044Z Downloaded buf-list v1.0.3
5972024-10-30T14:29:55.047Z Downloaded display-error-chain v0.2.1
5982024-10-30T14:29:55.047Z Downloaded hickory-resolver v0.24.1
5992024-10-30T14:29:55.051Z Downloaded lazy_static v1.5.0
6002024-10-30T14:29:55.055Z Downloaded mockall v0.13.0
6012024-10-30T14:29:55.055Z Downloaded crossbeam-channel v0.5.13
6022024-10-30T14:29:55.060Z Downloaded ssh-encoding v0.2.0
6032024-10-30T14:29:55.064Z Downloaded nodrop v0.1.14
6042024-10-30T14:29:55.064Z Downloaded chrono-tz-build v0.4.0
6052024-10-30T14:29:55.064Z Downloaded chacha20 v0.9.1
6062024-10-30T14:29:55.068Z Downloaded async-trait v0.1.83
6072024-10-30T14:29:55.072Z Downloaded hyper-rustls v0.27.3
6082024-10-30T14:29:55.078Z Downloaded nibble_vec v0.1.0
6092024-10-30T14:29:55.078Z Downloaded multimap v0.10.0
6102024-10-30T14:29:55.078Z Downloaded hyper-staticfile v0.10.1
6112024-10-30T14:29:55.082Z Downloaded spki v0.7.3
6122024-10-30T14:29:55.082Z Downloaded slog-stdlog v4.1.1
6132024-10-30T14:29:55.082Z Downloaded rtoolbox v0.0.2
6142024-10-30T14:29:55.086Z Downloaded rfc6979 v0.4.0
6152024-10-30T14:29:55.086Z Downloaded rand_core v0.6.4
6162024-10-30T14:29:55.086Z Downloaded httparse v1.9.5
6172024-10-30T14:29:55.089Z Downloaded siphasher v0.3.11
6182024-10-30T14:29:55.090Z Downloaded scopeguard v1.2.0
6192024-10-30T14:29:55.093Z Downloaded cipher v0.4.4
6202024-10-30T14:29:55.093Z Downloaded termios v0.3.3
6212024-10-30T14:29:56.099Z Downloaded zeroize v1.8.1
6222024-10-30T14:29:56.099Z Downloaded lock_api v0.4.12
6232024-10-30T14:29:56.103Z Downloaded jobserver v0.1.32
6242024-10-30T14:29:56.103Z Downloaded termcolor v1.4.1
6252024-10-30T14:29:56.103Z Downloaded parse-size v1.0.0
6262024-10-30T14:29:56.103Z Downloaded colored v2.1.0
6272024-10-30T14:29:56.103Z Downloaded universal-hash v0.5.1
6282024-10-30T14:29:56.103Z Downloaded ciborium v0.2.2
6292024-10-30T14:29:56.103Z Downloaded zeroize_derive v1.4.2
6302024-10-30T14:29:56.103Z Downloaded cancel-safe-futures v0.1.5
6312024-10-30T14:29:56.103Z Downloaded csv-core v0.1.11
6322024-10-30T14:29:56.103Z Downloaded crc32fast v1.4.2
6332024-10-30T14:29:56.103Z Downloaded cookie_store v0.21.0
6342024-10-30T14:29:56.103Z Downloaded native-tls v0.2.12
6352024-10-30T14:29:56.103Z Downloaded multer v3.1.0
6362024-10-30T14:29:56.103Z Downloaded libloading v0.8.5
6372024-10-30T14:29:56.103Z Downloaded indexmap v1.9.3
6382024-10-30T14:29:56.103Z Downloaded ssh-cipher v0.2.0
6392024-10-30T14:29:56.103Z Downloaded shell-words v1.1.0
6402024-10-30T14:29:56.103Z Downloaded mime_guess v2.0.5
6412024-10-30T14:29:56.103Z Downloaded async-bb8-diesel v0.2.1
6422024-10-30T14:29:56.103Z Downloaded either v1.13.0
6432024-10-30T14:29:56.104Z Downloaded adler2 v2.0.0
6442024-10-30T14:29:56.104Z Downloaded snafu-derive v0.8.5
6452024-10-30T14:29:56.104Z Downloaded data-encoding v2.6.0
6462024-10-30T14:29:56.104Z Downloaded curve25519-dalek-derive v0.1.1
6472024-10-30T14:29:56.104Z Downloaded serde-big-array v0.5.1
6482024-10-30T14:29:56.104Z Downloaded bitflags v1.3.2
6492024-10-30T14:29:56.104Z Downloaded rustc_version v0.4.1
6502024-10-30T14:29:56.104Z Downloaded flagset v0.4.6
6512024-10-30T14:29:56.104Z Downloaded fixedbitset v0.4.2
6522024-10-30T14:29:56.104Z Downloaded hash32 v0.2.1
6532024-10-30T14:29:56.104Z Downloaded futures-task v0.3.31
6542024-10-30T14:29:56.104Z Downloaded derive_builder_core v0.20.2
6552024-10-30T14:29:56.104Z Downloaded value-bag v1.9.0
6562024-10-30T14:29:56.104Z Downloaded tokio-tungstenite v0.21.0
6572024-10-30T14:29:56.104Z Downloaded typify v0.2.0
6582024-10-30T14:29:56.104Z Downloaded parse-display-derive v0.10.0
6592024-10-30T14:29:56.104Z Downloaded ahash v0.8.11
6602024-10-30T14:29:56.104Z Downloaded untrusted v0.7.1
6612024-10-30T14:29:56.104Z Downloaded num_enum v0.5.11
6622024-10-30T14:29:56.104Z Downloaded percent-encoding v2.3.1
6632024-10-30T14:29:56.104Z Downloaded vsss-rs v3.3.4
6642024-10-30T14:29:56.104Z Downloaded pem-rfc7468 v0.7.0
6652024-10-30T14:29:56.104Z Downloaded fallible-streaming-iterator v0.1.9
6662024-10-30T14:29:56.104Z Downloaded diesel_table_macro_syntax v0.2.0
6672024-10-30T14:29:56.104Z Downloaded darling v0.20.10
6682024-10-30T14:29:56.104Z Downloaded const-oid v0.9.6
6692024-10-30T14:29:56.104Z Downloaded pem v3.0.4
6702024-10-30T14:29:56.104Z Downloaded aes v0.8.4
6712024-10-30T14:29:56.104Z Downloaded radium v0.7.0
6722024-10-30T14:29:56.104Z Downloaded progenitor-macro v0.8.0
6732024-10-30T14:29:56.104Z Downloaded r2d2 v0.8.10
6742024-10-30T14:29:56.104Z Downloaded russh-cryptovec v0.7.3
6752024-10-30T14:29:56.104Z Downloaded embedded-io v0.4.0
6762024-10-30T14:29:56.104Z Downloaded quinn-udp v0.5.5
6772024-10-30T14:29:56.104Z Downloaded openssl-macros v0.1.1
6782024-10-30T14:29:56.104Z Downloaded scheduled-thread-pool v0.2.7
6792024-10-30T14:29:56.104Z Downloaded same-file v1.0.6
6802024-10-30T14:29:56.104Z Downloaded psl-types v2.0.11
6812024-10-30T14:29:56.104Z Downloaded precomputed-hash v0.1.1
6822024-10-30T14:29:56.104Z Downloaded rustfmt-wrapper v0.2.1
6832024-10-30T14:29:56.105Z Downloaded secrecy v0.8.0
6842024-10-30T14:29:56.105Z Downloaded ff v0.13.0
6852024-10-30T14:29:56.105Z Downloaded thiserror-impl-no-std v2.0.2
6862024-10-30T14:29:56.105Z Downloaded semver v0.1.20
6872024-10-30T14:29:56.105Z Downloaded tokio-macros v2.4.0
6882024-10-30T14:29:56.105Z Downloaded thiserror-no-std v2.0.2
6892024-10-30T14:29:56.105Z Downloaded zerocopy v0.6.6
6902024-10-30T14:29:56.105Z Downloaded test-strategy v0.3.1
6912024-10-30T14:29:56.105Z Downloaded similar v2.6.0
6922024-10-30T14:29:56.105Z Downloaded deranged v0.3.11
6932024-10-30T14:29:56.105Z Downloaded which v4.4.2
6942024-10-30T14:29:56.105Z Downloaded num-rational v0.4.2
6952024-10-30T14:29:56.105Z Downloaded untrusted v0.9.0
6962024-10-30T14:29:56.105Z Downloaded crossbeam-epoch v0.9.18
6972024-10-30T14:29:56.105Z Downloaded dirs-sys-next v0.1.2
6982024-10-30T14:29:56.105Z Downloaded dirs-next v2.0.0
6992024-10-30T14:29:56.105Z Downloaded difflib v0.4.0
7002024-10-30T14:29:56.105Z Downloaded backtrace v0.3.74
7012024-10-30T14:29:56.105Z Downloaded futures-io v0.3.31
7022024-10-30T14:29:56.105Z Downloaded futures-executor v0.3.31
7032024-10-30T14:29:56.105Z Downloaded futures-core v0.3.31
7042024-10-30T14:29:56.105Z Downloaded fd-lock v4.0.2
7052024-10-30T14:29:56.105Z Downloaded allocator-api2 v0.2.18
7062024-10-30T14:29:56.105Z Downloaded structmeta-derive v0.3.0
7072024-10-30T14:29:56.105Z Downloaded postgres-protocol v0.6.7
7082024-10-30T14:29:56.105Z Downloaded password-hash v0.4.2
7092024-10-30T14:29:56.105Z Downloaded hyper-util v0.1.9
7102024-10-30T14:29:56.105Z Downloaded endian-type v0.1.2
7112024-10-30T14:29:56.105Z Downloaded tinyvec_macros v0.1.1
7122024-10-30T14:29:56.105Z Downloaded libm v0.2.8
7132024-10-30T14:29:56.105Z Downloaded want v0.3.1
7142024-10-30T14:29:56.105Z Downloaded rand_seeder v0.3.0
7152024-10-30T14:29:56.105Z Downloaded sct v0.7.1
7162024-10-30T14:29:56.105Z Downloaded tokio-stream v0.1.16
7172024-10-30T14:29:56.105Z Downloaded tokio-tungstenite v0.23.1
7182024-10-30T14:29:56.106Z Downloaded whoami v1.5.2
7192024-10-30T14:29:56.106Z Downloaded num-traits v0.2.19
7202024-10-30T14:29:56.106Z Downloaded peg-runtime v0.8.3
7212024-10-30T14:29:56.106Z Downloaded progenitor-client v0.8.0
7222024-10-30T14:29:56.106Z Downloaded des v0.8.1
7232024-10-30T14:29:56.109Z Downloaded shlex v1.3.0
7242024-10-30T14:29:56.110Z Downloaded vergen v8.3.2
7252024-10-30T14:29:56.110Z Downloaded itertools v0.13.0
7262024-10-30T14:29:56.110Z Downloaded spin v0.5.2
7272024-10-30T14:29:56.110Z Downloaded futures-channel v0.3.31
7282024-10-30T14:29:56.110Z Downloaded serde-hex v0.1.0
7292024-10-30T14:29:56.110Z Downloaded postcard v1.0.10
7302024-10-30T14:29:56.110Z Downloaded unicode-truncate v1.1.0
7312024-10-30T14:29:56.110Z Downloaded elliptic-curve v0.13.8
7322024-10-30T14:29:56.110Z Downloaded rsa v0.9.6
7332024-10-30T14:29:56.110Z Downloaded glob v0.3.1
7342024-10-30T14:29:56.110Z Downloaded zone_cfg_derive v0.3.0
7352024-10-30T14:29:56.110Z Downloaded toolchain_find v0.4.0
7362024-10-30T14:29:56.110Z Downloaded ena v0.14.3
7372024-10-30T14:29:56.110Z Downloaded tiny-keccak v2.0.2
7382024-10-30T14:29:56.110Z Downloaded wyz v0.5.1
7392024-10-30T14:29:56.110Z Downloaded diesel-dtrace v0.3.0
7402024-10-30T14:29:56.110Z Downloaded walkdir v2.5.0
7412024-10-30T14:29:56.110Z Downloaded heck v0.3.3
7422024-10-30T14:29:56.110Z Downloaded embedded-io v0.6.1
7432024-10-30T14:29:56.110Z Downloaded ed25519 v2.2.3
7442024-10-30T14:29:56.110Z Downloaded foreign-types v0.3.2
7452024-10-30T14:29:56.110Z Downloaded half v2.4.1
7462024-10-30T14:29:56.110Z Downloaded base64 v0.21.7
7472024-10-30T14:29:56.110Z Downloaded packed_struct_codegen v0.10.1
7482024-10-30T14:29:56.110Z Downloaded oso-derive v0.27.3
7492024-10-30T14:29:56.110Z Downloaded packed_struct v0.10.1
7502024-10-30T14:29:56.110Z Downloaded progenitor v0.8.0
7512024-10-30T14:29:56.110Z Downloaded proc-macro-crate v1.3.1
7522024-10-30T14:29:56.110Z Downloaded primeorder v0.13.6
7532024-10-30T14:29:56.110Z Downloaded openssl-probe v0.1.5
7542024-10-30T14:29:56.110Z Downloaded phf v0.11.2
7552024-10-30T14:29:56.110Z Downloaded slog-bunyan v2.5.0
7562024-10-30T14:29:56.110Z Downloaded nu-ansi-term v0.50.1
7572024-10-30T14:29:56.110Z Downloaded fatfs v0.3.6
7582024-10-30T14:29:56.110Z Downloaded signal-hook-mio v0.2.4
7592024-10-30T14:29:56.111Z Downloaded diesel_derives v2.2.3
7602024-10-30T14:29:56.111Z Downloaded minimal-lexical v0.2.1
7612024-10-30T14:29:56.111Z Downloaded tower-service v0.3.3
7622024-10-30T14:29:56.111Z Downloaded unicode_categories v0.1.1
7632024-10-30T14:29:56.111Z Downloaded ref-cast v1.0.23
7642024-10-30T14:29:56.111Z Downloaded pin-project-lite v0.2.14
7652024-10-30T14:29:56.111Z Downloaded tls_codec_derive v0.4.1
7662024-10-30T14:29:56.111Z Downloaded stringprep v0.1.5
7672024-10-30T14:29:56.111Z Downloaded globset v0.4.15
7682024-10-30T14:29:56.111Z Downloaded tungstenite v0.21.0
7692024-10-30T14:29:56.111Z Downloaded time-macros v0.2.18
7702024-10-30T14:29:56.111Z Downloaded heapless v0.8.0
7712024-10-30T14:29:56.111Z Downloaded schemars v0.8.21
7722024-10-30T14:29:56.111Z Downloaded number_prefix v0.4.0
7732024-10-30T14:29:56.111Z Downloaded num-conv v0.1.0
7742024-10-30T14:29:56.111Z Downloaded sha1 v0.10.6
7752024-10-30T14:29:56.111Z Downloaded ed25519-dalek v2.1.1
7762024-10-30T14:29:56.111Z Downloaded aho-corasick v1.1.3
7772024-10-30T14:29:56.111Z Downloaded polyval v0.6.2
7782024-10-30T14:29:56.111Z Downloaded pkg-config v0.3.31
7792024-10-30T14:29:56.111Z Downloaded poly1305 v0.8.0
7802024-10-30T14:29:56.111Z Downloaded downcast v0.11.0
7812024-10-30T14:29:56.111Z Downloaded vte_generate_state_changes v0.1.2
7822024-10-30T14:29:56.111Z Downloaded quinn v0.11.5
7832024-10-30T14:29:56.111Z Downloaded sync_wrapper v0.1.2
7842024-10-30T14:29:56.111Z Downloaded signature v2.2.0
7852024-10-30T14:29:56.111Z Downloaded topological-sort v0.2.2
7862024-10-30T14:29:56.111Z Downloaded ref-cast-impl v1.0.23
7872024-10-30T14:29:56.111Z Downloaded rand_chacha v0.3.1
7882024-10-30T14:29:56.111Z Downloaded quick-error v1.2.3
7892024-10-30T14:29:56.111Z Downloaded xattr v1.3.1
7902024-10-30T14:29:56.111Z Downloaded xz2 v0.1.7
7912024-10-30T14:29:56.111Z Downloaded zone v0.3.0
7922024-10-30T14:29:56.111Z Downloaded yasna v0.5.2
7932024-10-30T14:29:56.111Z Downloaded thread_local v1.1.8
7942024-10-30T14:29:56.111Z Downloaded foreign-types-shared v0.1.1
7952024-10-30T14:29:56.111Z Downloaded tinyvec v1.8.0
7962024-10-30T14:29:56.111Z Downloaded derive_builder v0.20.2
7972024-10-30T14:29:56.111Z Downloaded tungstenite v0.23.0
7982024-10-30T14:29:56.111Z Downloaded zone v0.1.8
7992024-10-30T14:29:56.112Z Downloaded libxml v0.3.3
8002024-10-30T14:29:56.112Z Downloaded hickory-server v0.24.1
8012024-10-30T14:29:56.112Z Downloaded env_logger v0.11.5
8022024-10-30T14:29:56.112Z Downloaded signal-hook-tokio v0.3.1
8032024-10-30T14:29:56.112Z Downloaded rpassword v7.3.1
8042024-10-30T14:29:56.112Z Downloaded owo-colors v4.1.0
8052024-10-30T14:29:56.112Z Downloaded olpc-cjson v0.1.4
8062024-10-30T14:29:56.112Z Downloaded num_enum_derive v0.5.11
8072024-10-30T14:29:56.112Z Downloaded num-integer v0.1.46
8082024-10-30T14:29:56.112Z Downloaded hex v0.4.3
8092024-10-30T14:29:56.112Z Downloaded omicron-zone-package v0.11.1
8102024-10-30T14:29:56.112Z Downloaded parking_lot v0.11.2
8112024-10-30T14:29:56.112Z Downloaded tracing-core v0.1.32
8122024-10-30T14:29:56.112Z Downloaded foreign-types-shared v0.3.1
8132024-10-30T14:29:56.112Z Downloaded supports-color v3.0.1
8142024-10-30T14:29:56.112Z Downloaded ecdsa v0.16.9
8152024-10-30T14:29:56.112Z Downloaded itertools v0.10.5
8162024-10-30T14:29:56.112Z Downloaded pretty-hex v0.2.1
8172024-10-30T14:29:56.112Z Downloaded tokio-native-tls v0.3.1
8182024-10-30T14:29:56.112Z Downloaded fallible-iterator v0.2.0
8192024-10-30T14:29:56.112Z Downloaded smallvec v0.6.14
8202024-10-30T14:29:56.112Z Downloaded unicode-properties v0.1.3
8212024-10-30T14:29:56.112Z Downloaded unsafe-libyaml v0.2.11
8222024-10-30T14:29:56.112Z Downloaded sync_wrapper v1.0.1
8232024-10-30T14:29:56.115Z Downloaded dhcproto v0.12.0
8242024-10-30T14:29:56.115Z Downloaded derive_more v0.99.18
8252024-10-30T14:29:56.115Z Downloaded foreign-types-macros v0.2.3
8262024-10-30T14:29:56.115Z Downloaded float-ord v0.3.2
8272024-10-30T14:29:56.115Z Downloaded float-cmp v0.9.0
8282024-10-30T14:29:56.115Z Downloaded ghash v0.5.1
8292024-10-30T14:29:56.116Z Downloaded getrandom v0.2.15
8302024-10-30T14:29:56.116Z Downloaded postgres-types v0.2.8
8312024-10-30T14:29:56.116Z Downloaded env_logger v0.10.2
8322024-10-30T14:29:56.116Z Downloaded crossterm v0.28.1
8332024-10-30T14:29:56.116Z Downloaded fxhash v0.2.1
8342024-10-30T14:29:56.116Z Downloaded time-core v0.1.2
8352024-10-30T14:29:56.116Z Downloaded slog-async v2.8.0
8362024-10-30T14:29:56.116Z Downloaded phf_shared v0.11.2
8372024-10-30T14:29:56.116Z Downloaded oso v0.27.3
8382024-10-30T14:29:56.116Z Downloaded hashlink v0.9.1
8392024-10-30T14:29:56.116Z Downloaded form_urlencoded v1.2.1
8402024-10-30T14:29:56.116Z Downloaded path-slash v0.1.5
8412024-10-30T14:29:56.116Z Downloaded typed-path v0.7.1
8422024-10-30T14:29:56.116Z Downloaded dhcproto-macros v0.1.0
8432024-10-30T14:29:56.116Z Downloaded unicase v2.7.0
8442024-10-30T14:29:56.116Z Downloaded unarray v0.1.4
8452024-10-30T14:29:56.116Z Downloaded typify-macro v0.2.0
8462024-10-30T14:29:56.116Z Downloaded serde_yaml v0.9.34+deprecated
8472024-10-30T14:29:56.116Z Downloaded futures-sink v0.3.31
8482024-10-30T14:29:56.116Z Downloaded funty v2.0.0
8492024-10-30T14:29:56.116Z Downloaded serde_urlencoded v0.7.1
8502024-10-30T14:29:56.116Z Downloaded fragile v2.0.0
8512024-10-30T14:29:56.116Z Downloaded defmt-parser v0.3.4
8522024-10-30T14:29:56.116Z Downloaded string_cache v0.8.7
8532024-10-30T14:29:56.116Z Downloaded static_assertions v1.1.0
8542024-10-30T14:29:56.116Z Downloaded env_filter v0.1.2
8552024-10-30T14:29:56.116Z Downloaded enum-as-inner v0.6.1
8562024-10-30T14:29:56.116Z Downloaded tracing v0.1.40
8572024-10-30T14:29:56.116Z Downloaded nom v7.1.3
8582024-10-30T14:29:56.116Z Downloaded subtle v2.6.1
8592024-10-30T14:29:56.116Z Downloaded derive-where v1.2.7
8602024-10-30T14:29:56.116Z Downloaded zone_cfg_derive v0.1.2
8612024-10-30T14:29:56.116Z Downloaded itertools v0.12.1
8622024-10-30T14:29:56.116Z Downloaded try-lock v0.2.5
8632024-10-30T14:29:56.116Z Downloaded slab v0.4.9
8642024-10-30T14:29:56.116Z Downloaded pbkdf2 v0.11.0
8652024-10-30T14:29:56.116Z Downloaded headers-core v0.3.0
8662024-10-30T14:29:56.116Z Downloaded utf-8 v0.7.6
8672024-10-30T14:29:56.116Z Downloaded signal-hook-registry v1.4.2
8682024-10-30T14:29:56.116Z Downloaded serde_path_to_error v0.1.16
8692024-10-30T14:29:56.117Z Downloaded pkcs5 v0.7.1
8702024-10-30T14:29:56.117Z Downloaded enum-as-inner v0.5.1
8712024-10-30T14:29:56.117Z Downloaded dyn-clone v1.0.17
8722024-10-30T14:29:56.117Z Downloaded socket2 v0.5.7
8732024-10-30T14:29:56.117Z Downloaded spin v0.9.8
8742024-10-30T14:29:56.117Z Downloaded openssl-sys v0.9.103
8752024-10-30T14:29:56.117Z Downloaded defmt-macros v0.3.9
8762024-10-30T14:29:56.117Z Downloaded hex-literal v0.4.1
8772024-10-30T14:29:56.117Z Downloaded steno v0.4.1
8782024-10-30T14:29:56.117Z Downloaded phf_shared v0.10.0
8792024-10-30T14:29:56.117Z Downloaded stable_deref_trait v1.2.0
8802024-10-30T14:29:56.117Z Downloaded tabwriter v1.4.0
8812024-10-30T14:29:56.117Z Downloaded unicode-xid v0.2.6
8822024-10-30T14:29:56.117Z Downloaded rusty-fork v0.3.0
8832024-10-30T14:29:56.117Z Downloaded predicates-core v1.0.8
8842024-10-30T14:29:56.117Z Downloaded snafu v0.8.5
8852024-10-30T14:29:56.117Z Downloaded der_derive v0.7.3
8862024-10-30T14:29:56.117Z Downloaded zip v0.6.6
8872024-10-30T14:29:56.117Z Downloaded hkdf v0.12.4
8882024-10-30T14:29:56.117Z Downloaded flate2 v1.0.34
8892024-10-30T14:29:56.117Z Downloaded bitvec v1.0.1
8902024-10-30T14:29:56.117Z Downloaded take_mut v0.2.2
8912024-10-30T14:29:56.117Z Downloaded slog-scope v4.4.0
8922024-10-30T14:29:56.117Z Downloaded progenitor-impl v0.8.0
8932024-10-30T14:29:56.117Z Downloaded serde_with_macros v3.11.0
8942024-10-30T14:29:56.117Z Downloaded password-hash v0.5.0
8952024-10-30T14:29:56.117Z Downloaded subprocess v0.2.9
8962024-10-30T14:29:56.117Z Downloaded slog-dtrace v0.3.0
8972024-10-30T14:29:56.117Z Downloaded pin-project-internal v1.1.6
8982024-10-30T14:29:56.117Z Downloaded slog v2.7.0
8992024-10-30T14:29:56.117Z Downloaded russh-keys v0.45.0
9002024-10-30T14:29:56.117Z Downloaded tokio-rustls v0.24.1
9012024-10-30T14:29:56.117Z Downloaded rustls-pemfile v2.2.0
9022024-10-30T14:29:56.117Z Downloaded gethostname v0.5.0
9032024-10-30T14:29:56.117Z Downloaded peg-macros v0.8.4
9042024-10-30T14:29:56.117Z Downloaded prettyplease v0.2.22
9052024-10-30T14:29:56.117Z Downloaded group v0.13.0
9062024-10-30T14:29:56.117Z Downloaded phf_generator v0.11.2
9072024-10-30T14:29:56.117Z Downloaded hash32 v0.3.1
9082024-10-30T14:29:56.118Z Downloaded uzers v0.12.1
9092024-10-30T14:29:56.118Z Downloaded qorb v0.1.2
9102024-10-30T14:29:56.118Z Downloaded publicsuffix v2.2.3
9112024-10-30T14:29:56.118Z Downloaded futures-util v0.3.31
9122024-10-30T14:29:56.118Z Downloaded slog-envlogger v2.2.0
9132024-10-30T14:29:56.118Z Downloaded peg v0.8.4
9142024-10-30T14:29:56.118Z Downloaded defmt v0.3.8
9152024-10-30T14:29:56.118Z Downloaded dsl_auto_type v0.1.2
9162024-10-30T14:29:56.118Z Downloaded uuid v1.10.0
9172024-10-30T14:29:56.118Z Downloaded rayon v1.10.0
9182024-10-30T14:29:56.118Z Downloaded predicates-tree v1.0.11
9192024-10-30T14:29:56.118Z Downloaded rustversion v1.0.17
9202024-10-30T14:29:56.118Z Downloaded predicates v3.1.2
9212024-10-30T14:29:56.118Z Downloaded hickory-client v0.24.1
9222024-10-30T14:29:56.118Z Downloaded slog-term v2.9.1
9232024-10-30T14:29:56.121Z Downloaded vte v0.11.1
9242024-10-30T14:29:56.121Z Downloaded pkcs8 v0.10.2
9252024-10-30T14:29:56.121Z Downloaded serde_derive_internals v0.29.1
9262024-10-30T14:29:56.121Z Downloaded parking_lot_core v0.9.10
9272024-10-30T14:29:56.121Z Downloaded url v2.5.2
9282024-10-30T14:29:56.121Z Downloaded tokio-rustls v0.25.0
9292024-10-30T14:29:56.121Z Downloaded toml_edit v0.19.15
9302024-10-30T14:29:56.121Z Downloaded rustls-webpki v0.102.8
9312024-10-30T14:29:56.121Z Downloaded parking_lot_core v0.8.6
9322024-10-30T14:29:56.121Z Downloaded portable-atomic v1.9.0
9332024-10-30T14:29:56.121Z Downloaded toml v0.7.8
9342024-10-30T14:29:56.121Z Downloaded idna v0.4.0
9352024-10-30T14:29:56.121Z Downloaded der v0.7.9
9362024-10-30T14:29:56.121Z Downloaded hyper v0.14.30
9372024-10-30T14:29:56.121Z Downloaded unicode-normalization v0.1.24
9382024-10-30T14:29:56.121Z Downloaded dropshot_endpoint v0.12.0
9392024-10-30T14:29:56.121Z Downloaded rustls-pki-types v1.9.0
9402024-10-30T14:29:56.121Z Downloaded serde_with v3.11.0
9412024-10-30T14:29:56.121Z Downloaded tokio-postgres v0.7.12
9422024-10-30T14:29:56.121Z Downloaded parse-zoneinfo v0.3.1
9432024-10-30T14:29:56.121Z Downloaded hashbrown v0.12.3
9442024-10-30T14:29:56.121Z Downloaded tough v0.17.1
9452024-10-30T14:29:56.121Z Downloaded hashbrown v0.13.2
9462024-10-30T14:29:56.121Z Downloaded parking_lot v0.12.3
9472024-10-30T14:29:56.121Z Downloaded chrono v0.4.38
9482024-10-30T14:29:56.121Z Downloaded expectorate v1.1.0
9492024-10-30T14:29:56.121Z Downloaded salty v0.3.0
9502024-10-30T14:29:56.121Z Downloaded reedline v0.35.0
9512024-10-30T14:29:56.122Z Downloaded russh v0.45.0
9522024-10-30T14:29:56.122Z Downloaded unicode-segmentation v1.12.0
9532024-10-30T14:29:56.122Z Downloaded curve25519-dalek v4.1.3
9542024-10-30T14:29:56.122Z Downloaded quinn-proto v0.11.8
9552024-10-30T14:29:56.122Z Downloaded lalrpop v0.19.12
9562024-10-30T14:29:56.122Z Downloaded rustls-webpki v0.101.7
9572024-10-30T14:29:56.122Z Downloaded p521 v0.13.3
9582024-10-30T14:29:56.122Z Downloaded idna v0.2.3
9592024-10-30T14:29:56.122Z Downloaded regex v1.11.0
9602024-10-30T14:29:56.122Z Downloaded rustyline v14.0.0
9612024-10-30T14:29:56.122Z Downloaded ssh-key v0.6.6
9622024-10-30T14:29:56.122Z Downloaded num-bigint-dig v0.8.4
9632024-10-30T14:29:56.122Z Downloaded bstr v1.10.0
9642024-10-30T14:29:56.122Z Downloaded reqwest v0.12.8
9652024-10-30T14:29:56.122Z Downloaded reqwest v0.11.27
9662024-10-30T14:29:56.122Z Downloaded h2 v0.3.26
9672024-10-30T14:29:56.122Z Downloaded trust-dns-proto v0.22.0
9682024-10-30T14:29:56.122Z Downloaded object v0.30.4
9692024-10-30T14:29:56.122Z Downloaded hashbrown v0.14.5
9702024-10-30T14:29:56.122Z Downloaded h2 v0.4.6
9712024-10-30T14:29:56.122Z Downloaded gimli v0.31.1
9722024-10-30T14:29:56.122Z Downloaded nix v0.28.0
9732024-10-30T14:29:56.125Z Downloaded openssl v0.10.66
9742024-10-30T14:29:56.135Z Downloaded regex-syntax v0.6.29
9752024-10-30T14:29:56.142Z Downloaded smoltcp v0.11.0
9762024-10-30T14:29:56.155Z Downloaded regress v0.10.1
9772024-10-30T14:29:56.164Z Downloaded smoltcp v0.9.1
9782024-10-30T14:29:56.174Z Downloaded polar-core v0.27.3
9792024-10-30T14:29:56.183Z Downloaded rustls v0.22.4
9802024-10-30T14:29:56.196Z Downloaded diesel v2.2.4
9812024-10-30T14:29:56.214Z Downloaded object v0.36.5
9822024-10-30T14:29:56.225Z Downloaded dropshot v0.12.0
9832024-10-30T14:29:56.245Z Downloaded rustls v0.21.12
9842024-10-30T14:29:56.256Z Downloaded regress v0.9.1
9852024-10-30T14:29:56.265Z Downloaded regex-syntax v0.8.5
9862024-10-30T14:29:56.273Z Downloaded openapiv3 v2.0.0
9872024-10-30T14:29:56.285Z Downloaded ratatui v0.28.1
9882024-10-30T14:29:56.305Z Downloaded zerocopy-derive v0.6.6
9892024-10-30T14:29:56.314Z Downloaded bzip2-sys v0.1.11+1.0.8
9902024-10-30T14:29:56.326Z Downloaded radix_trie v0.2.1
9912024-10-30T14:29:56.331Z Downloaded nix v0.27.1
9922024-10-30T14:29:56.342Z Downloaded idna v0.5.0
9932024-10-30T14:29:56.349Z Downloaded rustls v0.23.14
9942024-10-30T14:29:56.360Z Downloaded chrono-tz v0.10.0
9952024-10-30T14:29:56.367Z Downloaded proptest v1.5.0
9962024-10-30T14:29:56.376Z Downloaded git2 v0.19.0
9972024-10-30T14:29:56.384Z Downloaded hickory-proto v0.24.1
9982024-10-30T14:29:56.399Z Downloaded webpki-roots v0.26.6
9992024-10-30T14:29:56.402Z Downloaded typify-impl v0.2.0
10002024-10-30T14:29:56.418Z Downloaded p384 v0.13.0
10012024-10-30T14:29:56.425Z Downloaded csv v1.3.0
10022024-10-30T14:29:56.445Z Downloaded sled v0.34.7
10032024-10-30T14:29:56.454Z Downloaded idna v0.3.0
10042024-10-30T14:29:56.460Z Downloaded nix v0.29.0
10052024-10-30T14:29:56.472Z Downloaded vcpkg v0.2.15
10062024-10-30T14:29:56.508Z Downloaded sha3 v0.10.8
10072024-10-30T14:29:56.514Z Downloaded x509-cert v0.2.5
10082024-10-30T14:29:56.519Z Downloaded time v0.3.36
10092024-10-30T14:29:56.525Z Downloaded quick-xml v0.33.0
10102024-10-30T14:29:56.531Z Downloaded sqlparser v0.45.0
10112024-10-30T14:29:56.536Z Downloaded regex-automata v0.4.8
10122024-10-30T14:29:56.554Z Downloaded blake3 v1.5.4
10132024-10-30T14:29:56.561Z Downloaded bindgen v0.69.5
10142024-10-30T14:29:56.567Z Downloaded petgraph v0.6.5
10152024-10-30T14:29:56.585Z Downloaded lzma-sys v0.1.20
10162024-10-30T14:29:56.613Z Downloaded pin-project v1.1.6
10172024-10-30T14:29:56.623Z Downloaded ron v0.8.1
10182024-10-30T14:29:56.629Z Downloaded winnow v0.5.40
10192024-10-30T14:29:56.636Z Downloaded ron v0.7.1
10202024-10-30T14:29:56.641Z Downloaded rcgen v0.12.1
10212024-10-30T14:29:56.643Z Downloaded rayon-core v1.12.1
10222024-10-30T14:29:56.647Z Downloaded libz-sys v1.1.20
10232024-10-30T14:29:56.667Z Downloaded rand v0.8.5
10242024-10-30T14:29:56.671Z Downloaded tokio v1.40.0
10252024-10-30T14:29:56.708Z Downloaded headers v0.4.0
10262024-10-30T14:29:56.712Z Downloaded tokio-util v0.7.12
10272024-10-30T14:29:56.719Z Downloaded strum_macros v0.26.4
10282024-10-30T14:29:56.723Z Downloaded slog-json v2.6.1
10292024-10-30T14:29:56.725Z Downloaded resolv-conf v0.7.0
10302024-10-30T14:29:56.725Z Downloaded pkcs1 v0.7.5
10312024-10-30T14:29:56.728Z Downloaded rustc-demangle v0.1.24
10322024-10-30T14:29:56.728Z Downloaded paste v1.0.15
10332024-10-30T14:29:56.730Z Downloaded aes-gcm v0.10.3
10342024-10-30T14:29:56.733Z Downloaded num-complex v0.4.6
10352024-10-30T14:29:56.736Z Downloaded flume v0.11.0
10362024-10-30T14:29:56.738Z Downloaded futures v0.3.31
10372024-10-30T14:29:56.743Z Downloaded unicode-bidi v0.3.17
10382024-10-30T14:29:56.745Z Downloaded tungstenite v0.24.0
10392024-10-30T14:29:56.748Z Downloaded num-bigint v0.4.6
10402024-10-30T14:29:56.753Z Downloaded signal-hook v0.3.17
10412024-10-30T14:29:56.756Z Downloaded num_threads v0.1.7
10422024-10-30T14:29:56.758Z Downloaded foreign-types v0.5.0
10432024-10-30T14:29:56.758Z Downloaded foldhash v0.1.3
10442024-10-30T14:29:56.760Z Downloaded num-derive v0.4.2
10452024-10-30T14:29:56.760Z Downloaded heapless v0.7.17
10462024-10-30T14:29:56.763Z Downloaded tls_codec v0.4.1
10472024-10-30T14:29:56.766Z Downloaded structmeta v0.2.0
10482024-10-30T14:29:56.768Z Downloaded strip-ansi-escapes v0.2.0
10492024-10-30T14:29:56.768Z Downloaded smf v0.2.3
10502024-10-30T14:29:56.768Z Downloaded wait-timeout v0.2.0
10512024-10-30T14:29:56.771Z Downloaded rusqlite v0.32.1
10522024-10-30T14:29:56.775Z Downloaded encoding_rs v0.8.34
10532024-10-30T14:29:56.796Z Downloaded rustc-hash v2.0.0
10542024-10-30T14:29:56.799Z Downloaded rustc-hash v1.1.0
10552024-10-30T14:29:56.799Z Downloaded smallvec v1.13.2
10562024-10-30T14:29:56.802Z Downloaded mio v1.0.2
10572024-10-30T14:29:56.805Z Downloaded salsa20 v0.10.2
10582024-10-30T14:29:56.808Z Downloaded tracing-attributes v0.1.27
10592024-10-30T14:29:56.810Z Downloaded diff v0.1.13
10602024-10-30T14:29:56.812Z Downloaded p256 v0.13.2
10612024-10-30T14:29:56.816Z Downloaded strum_macros v0.25.3
10622024-10-30T14:29:56.819Z Downloaded strum_macros v0.24.3
10632024-10-30T14:29:56.819Z Downloaded http v1.1.0
10642024-10-30T14:29:56.822Z Downloaded fallible-iterator v0.3.0
10652024-10-30T14:29:56.825Z Downloaded crypto-bigint v0.5.5
10662024-10-30T14:29:56.828Z Downloaded compact_str v0.8.0
10672024-10-30T14:29:56.832Z Downloaded const_format v0.2.33
10682024-10-30T14:29:56.836Z Downloaded base64 v0.22.1
10692024-10-30T14:29:56.839Z Downloaded tar v0.4.42
10702024-10-30T14:29:56.842Z Downloaded rand_xorshift v0.3.0
10712024-10-30T14:29:56.844Z Downloaded ppv-lite86 v0.2.20
10722024-10-30T14:29:56.845Z Downloaded powerfmt v0.2.0
10732024-10-30T14:29:56.847Z Downloaded pin-utils v0.1.0
10742024-10-30T14:29:56.847Z Downloaded phf_codegen v0.11.2
10752024-10-30T14:29:56.847Z Downloaded pbkdf2 v0.12.2
10762024-10-30T14:29:56.850Z Downloaded num v0.4.3
10772024-10-30T14:29:56.850Z Downloaded futures-macro v0.3.31
10782024-10-30T14:29:56.850Z Downloaded tui-tree-widget v0.22.0
10792024-10-30T14:29:56.852Z Downloaded tokio-rustls v0.26.0
10802024-10-30T14:29:56.855Z Downloaded derive_builder_macro v0.20.2
10812024-10-30T14:29:56.855Z Downloaded waitgroup v0.1.2
10822024-10-30T14:29:56.855Z Downloaded strum v0.26.3
10832024-10-30T14:29:56.858Z Downloaded samael v0.0.17
10842024-10-30T14:29:56.861Z Downloaded hyper v1.4.1
10852024-10-30T14:29:56.867Z Downloaded sec1 v0.7.3
10862024-10-30T14:29:56.872Z Downloaded tap v1.0.1
10872024-10-30T14:29:56.872Z Downloaded structmeta-derive v0.2.0
10882024-10-30T14:29:56.874Z Downloaded structmeta v0.3.0
10892024-10-30T14:29:56.874Z Downloaded scrypt v0.11.0
10902024-10-30T14:29:56.874Z Downloaded rustc_version v0.1.7
10912024-10-30T14:29:56.874Z Downloaded opaque-debug v0.3.1
10922024-10-30T14:29:56.875Z Downloaded arc-swap v1.7.1
10932024-10-30T14:29:56.877Z Downloaded parse-display v0.10.0
10942024-10-30T14:29:56.880Z Downloaded num-iter v0.1.45
10952024-10-30T14:29:56.880Z Downloaded array-init v0.0.4
10962024-10-30T14:29:56.880Z Downloaded twox-hash v1.6.3
10972024-10-30T14:29:56.883Z Downloaded bzip2 v0.4.4
10982024-10-30T14:29:56.883Z Downloaded blake2 v0.10.6
10992024-10-30T14:29:56.885Z Downloaded tokio-tungstenite v0.24.0
11002024-10-30T14:29:56.888Z Downloaded term v0.7.0
11012024-10-30T14:29:56.890Z Downloaded filetime v0.2.25
11022024-10-30T14:29:56.892Z Downloaded sqlformat v0.2.6
11032024-10-30T14:29:56.895Z Downloaded highway v1.2.0
11042024-10-30T14:29:56.895Z Downloaded ctr v0.9.2
11052024-10-30T14:29:56.898Z Downloaded cexpr v0.6.0
11062024-10-30T14:29:56.898Z Downloaded memoffset v0.9.1
11072024-10-30T14:29:56.900Z Downloaded maybe-uninit v2.0.0
11082024-10-30T14:29:56.900Z Downloaded constant_time_eq v0.3.1
11092024-10-30T14:29:56.903Z Downloaded iana-time-zone v0.1.61
11102024-10-30T14:29:56.905Z Downloaded crc-catalog v2.4.0
11112024-10-30T14:29:56.905Z Downloaded crossbeam-deque v0.8.5
11122024-10-30T14:29:56.905Z Downloaded castaway v0.2.3
11132024-10-30T14:29:56.907Z Downloaded blowfish v0.9.1
11142024-10-30T14:29:56.907Z Downloaded lru-cache v0.1.2
11152024-10-30T14:29:56.909Z Downloaded linked-hash-map v0.5.6
11162024-10-30T14:29:56.909Z Downloaded lazycell v1.3.0
11172024-10-30T14:29:56.912Z Downloaded is-terminal v0.4.13
11182024-10-30T14:29:56.912Z Downloaded internet-checksum v0.2.1
11192024-10-30T14:29:56.912Z Downloaded hostname v0.3.1
11202024-10-30T14:29:56.914Z Downloaded convert_case v0.4.0
11212024-10-30T14:29:56.914Z Downloaded cbc v0.1.2
11222024-10-30T14:29:56.917Z Downloaded bit-vec v0.6.3
11232024-10-30T14:29:56.917Z Downloaded bb8 v0.8.5
11242024-10-30T14:29:56.917Z Downloaded darling_core v0.20.10
11252024-10-30T14:29:56.921Z Downloaded crc v3.2.1
11262024-10-30T14:29:56.923Z Downloaded cc v1.1.30
11272024-10-30T14:29:56.926Z Downloaded base16ct v0.2.0
11282024-10-30T14:29:56.929Z Downloaded arrayref v0.3.9
11292024-10-30T14:29:56.929Z Downloaded hmac v0.12.1
11302024-10-30T14:29:56.934Z Downloaded arrayvec v0.7.6
11312024-10-30T14:29:56.972Z Downloaded libgit2-sys v0.17.0+1.8.1
11322024-10-30T14:29:57.533Z Downloaded ring v0.17.8
11332024-10-30T14:29:57.701Z Downloaded libsqlite3-sys v0.30.1
11342024-10-30T14:29:57.778Z Downloaded ring v0.16.20
11352024-10-30T14:29:57.959Z Compiling serde v1.0.210
11362024-10-30T14:29:57.962Z Compiling typenum v1.17.0
11372024-10-30T14:29:57.962Z Compiling generic-array v0.14.7
11382024-10-30T14:29:57.962Z Compiling lock_api v0.4.12
11392024-10-30T14:29:57.962Z Compiling scopeguard v1.2.0
11402024-10-30T14:29:57.962Z Compiling subtle v2.6.1
11412024-10-30T14:29:58.154Z Compiling syn v2.0.79
11422024-10-30T14:29:58.168Z Compiling getrandom v0.2.15
11432024-10-30T14:29:58.238Z Compiling value-bag v1.9.0
11442024-10-30T14:29:58.444Z Compiling rand_core v0.6.4
11452024-10-30T14:29:58.549Z Compiling const-oid v0.9.6
11462024-10-30T14:29:58.610Z Compiling pin-project-lite v0.2.14
11472024-10-30T14:29:58.697Z Compiling log v0.4.22
11482024-10-30T14:29:58.739Z Compiling smallvec v1.13.2
11492024-10-30T14:29:58.822Z Compiling jobserver v0.1.32
11502024-10-30T14:29:58.987Z Compiling parking_lot_core v0.9.10
11512024-10-30T14:29:59.071Z Compiling shlex v1.3.0
11522024-10-30T14:29:59.194Z Compiling futures-core v0.3.31
11532024-10-30T14:29:59.448Z Compiling cc v1.1.30
11542024-10-30T14:29:59.489Z Compiling signal-hook-registry v1.4.2
11552024-10-30T14:29:59.610Z Compiling mio v1.0.2
11562024-10-30T14:29:59.806Z Compiling cpufeatures v0.2.14
11572024-10-30T14:29:59.909Z Compiling parking_lot v0.12.3
11582024-10-30T14:30:00.156Z Compiling futures-sink v0.3.31
11592024-10-30T14:30:00.269Z Compiling spin v0.9.8
11602024-10-30T14:30:00.294Z Compiling socket2 v0.5.7
11612024-10-30T14:30:00.510Z Compiling slab v0.4.9
11622024-10-30T14:30:00.668Z Compiling serde_json v1.0.128
11632024-10-30T14:30:00.772Z Compiling futures-channel v0.3.31
11642024-10-30T14:30:00.791Z Compiling allocator-api2 v0.2.18
11652024-10-30T14:30:00.941Z Compiling futures-task v0.3.31
11662024-10-30T14:30:01.005Z Compiling futures-io v0.3.31
11672024-10-30T14:30:01.172Z Compiling pin-utils v0.1.0
11682024-10-30T14:30:01.210Z Compiling foldhash v0.1.3
11692024-10-30T14:30:01.235Z Compiling tinyvec_macros v0.1.1
11702024-10-30T14:30:01.250Z Compiling libm v0.2.8
11712024-10-30T14:30:01.267Z Compiling num-traits v0.2.19
11722024-10-30T14:30:01.314Z Compiling tinyvec v1.8.0
11732024-10-30T14:30:01.334Z Compiling unicode-bidi v0.3.17
11742024-10-30T14:30:01.507Z Compiling hashbrown v0.15.0
11752024-10-30T14:30:01.590Z Compiling base64ct v1.6.0
11762024-10-30T14:30:01.749Z Compiling httparse v1.9.5
11772024-10-30T14:30:02.219Z Compiling pem-rfc7468 v0.7.0
11782024-10-30T14:30:02.701Z Compiling flagset v0.4.6
11792024-10-30T14:30:02.909Z Compiling unicode-normalization v0.1.24
11802024-10-30T14:30:02.932Z Compiling tracing-core v0.1.32
11812024-10-30T14:30:02.951Z Compiling crossbeam-utils v0.8.20
11822024-10-30T14:30:02.968Z Compiling rustls-pki-types v1.9.0
11832024-10-30T14:30:02.971Z Compiling percent-encoding v2.3.1
11842024-10-30T14:30:03.479Z Compiling ring v0.17.8
11852024-10-30T14:30:03.886Z Compiling num-conv v0.1.0
11862024-10-30T14:30:03.912Z Compiling time-core v0.1.2
11872024-10-30T14:30:03.971Z Compiling vcpkg v0.2.15
11882024-10-30T14:30:04.084Z Compiling powerfmt v0.2.0
11892024-10-30T14:30:04.156Z Compiling untrusted v0.9.0
11902024-10-30T14:30:04.253Z Compiling pkg-config v0.3.31
11912024-10-30T14:30:04.297Z Compiling time-macros v0.2.18
11922024-10-30T14:30:04.542Z Compiling deranged v0.3.11
11932024-10-30T14:30:04.631Z Compiling atomic-waker v1.1.2
11942024-10-30T14:30:04.798Z Compiling num_threads v0.1.7
11952024-10-30T14:30:04.918Z Compiling form_urlencoded v1.2.1
11962024-10-30T14:30:05.245Z Compiling try-lock v0.2.5
11972024-10-30T14:30:05.386Z Compiling slog v2.7.0
11982024-10-30T14:30:05.595Z Compiling rustix v0.38.37
11992024-10-30T14:30:05.663Z Compiling want v0.3.1
12002024-10-30T14:30:05.912Z Compiling httpdate v1.0.3
12012024-10-30T14:30:06.089Z Compiling openssl-sys v0.9.103
12022024-10-30T14:30:06.321Z Compiling idna v0.5.0
12032024-10-30T14:30:06.404Z Compiling base64 v0.22.1
12042024-10-30T14:30:06.422Z Compiling rustversion v1.0.17
12052024-10-30T14:30:06.727Z Compiling openssl v0.10.66
12062024-10-30T14:30:07.079Z Compiling iana-time-zone v0.1.61
12072024-10-30T14:30:07.129Z Compiling tower-service v0.3.3
12082024-10-30T14:30:07.132Z Compiling match_cfg v0.1.0
12092024-10-30T14:30:07.223Z Compiling foreign-types-shared v0.1.1
12102024-10-30T14:30:07.269Z Compiling hostname v0.3.1
12112024-10-30T14:30:07.295Z Compiling time v0.3.36
12122024-10-30T14:30:07.357Z Compiling foreign-types v0.3.2
12132024-10-30T14:30:07.454Z Compiling url v2.5.2
12142024-10-30T14:30:07.524Z Compiling dirs-sys-next v0.1.2
12152024-10-30T14:30:07.575Z Compiling aho-corasick v1.1.3
12162024-10-30T14:30:07.875Z Compiling syn v1.0.109
12172024-10-30T14:30:08.123Z Compiling native-tls v0.2.12
12182024-10-30T14:30:08.438Z Compiling data-encoding v2.6.0
12192024-10-30T14:30:08.472Z Compiling rustls v0.22.4
12202024-10-30T14:30:08.701Z Compiling siphasher v0.3.11
12212024-10-30T14:30:08.745Z Compiling rustls v0.23.14
12222024-10-30T14:30:08.979Z Compiling adler2 v2.0.0
12232024-10-30T14:30:09.070Z Compiling regex-syntax v0.8.5
12242024-10-30T14:30:09.154Z Compiling miniz_oxide v0.8.0
12252024-10-30T14:30:09.271Z Compiling dirs-next v2.0.0
12262024-10-30T14:30:10.597Z Compiling serde_derive_internals v0.29.1
12272024-10-30T14:30:10.620Z Compiling crossbeam-epoch v0.9.18
12282024-10-30T14:30:10.768Z Compiling lazy_static v1.5.0
12292024-10-30T14:30:10.900Z Compiling thread_local v1.1.8
12302024-10-30T14:30:11.365Z Compiling multer v3.1.0
12312024-10-30T14:30:11.442Z Compiling encoding_rs v0.8.34
12322024-10-30T14:30:11.598Z Compiling serde_derive v1.0.210
12332024-10-30T14:30:11.649Z Compiling zeroize_derive v1.4.2
12342024-10-30T14:30:12.235Z Compiling zerocopy-derive v0.7.35
12352024-10-30T14:30:12.423Z Compiling tokio-macros v2.4.0
12362024-10-30T14:30:13.159Z Compiling thiserror-impl v1.0.64
12372024-10-30T14:30:13.188Z Compiling zeroize v1.8.1
12382024-10-30T14:30:13.984Z Compiling futures-macro v0.3.31
12392024-10-30T14:30:14.110Z Compiling der_derive v0.7.3
12402024-10-30T14:30:14.377Z Compiling zerocopy v0.7.35
12412024-10-30T14:30:15.066Z Compiling crypto-common v0.1.6
12422024-10-30T14:30:15.263Z Compiling block-buffer v0.10.4
12432024-10-30T14:30:15.302Z Compiling block-padding v0.3.3
12442024-10-30T14:30:15.516Z Compiling digest v0.10.7
12452024-10-30T14:30:15.534Z Compiling inout v0.1.3
12462024-10-30T14:30:15.537Z Compiling tracing-attributes v0.1.27
12472024-10-30T14:30:15.813Z Compiling cipher v0.4.4
12482024-10-30T14:30:15.922Z Compiling futures-util v0.3.31
12492024-10-30T14:30:16.001Z Compiling hmac v0.12.1
12502024-10-30T14:30:16.020Z Compiling sha2 v0.10.8
12512024-10-30T14:30:16.259Z Compiling ppv-lite86 v0.2.20
12522024-10-30T14:30:16.278Z Compiling thiserror v1.0.64
12532024-10-30T14:30:16.326Z Compiling salsa20 v0.10.2
12542024-10-30T14:30:16.408Z Compiling pest v2.7.14
12552024-10-30T14:30:16.438Z Compiling der v0.7.9
12562024-10-30T14:30:16.554Z Compiling pbkdf2 v0.12.2
12572024-10-30T14:30:16.714Z Compiling scrypt v0.11.0
12582024-10-30T14:30:17.140Z Compiling rand_chacha v0.3.1
12592024-10-30T14:30:17.367Z Compiling cbc v0.1.2
12602024-10-30T14:30:17.609Z Compiling rand v0.8.5
12612024-10-30T14:30:19.115Z Compiling tracing v0.1.40
12622024-10-30T14:30:19.431Z Compiling spki v0.7.3
12632024-10-30T14:30:19.473Z Compiling pest_meta v2.7.14
12642024-10-30T14:30:19.610Z Compiling aes v0.8.4
12652024-10-30T14:30:19.629Z Compiling scroll_derive v0.12.0
12662024-10-30T14:30:19.753Z Compiling rustls-webpki v0.102.8
12672024-10-30T14:30:19.794Z Compiling openssl-macros v0.1.1
12682024-10-30T14:30:19.797Z Compiling async-trait v0.1.83
12692024-10-30T14:30:20.560Z Compiling pkcs5 v0.7.1
12702024-10-30T14:30:20.979Z Compiling scroll v0.12.0
12712024-10-30T14:30:21.550Z Compiling pest_generator v2.7.14
12722024-10-30T14:30:21.714Z Compiling goblin v0.8.2
12732024-10-30T14:30:21.741Z Compiling pkcs8 v0.10.2
12742024-10-30T14:30:22.379Z Compiling signature v2.2.0
12752024-10-30T14:30:22.412Z Compiling sha1 v0.10.6
12762024-10-30T14:30:22.433Z Compiling regex-automata v0.4.8
12772024-10-30T14:30:22.465Z Compiling cookie v0.18.1
12782024-10-30T14:30:22.666Z Compiling gimli v0.31.1
12792024-10-30T14:30:22.761Z Compiling either v1.13.0
12802024-10-30T14:30:22.829Z Compiling paste v1.0.15
12812024-10-30T14:30:23.163Z Compiling openssl-probe v0.1.5
12822024-10-30T14:30:23.338Z Compiling mime v0.3.17
12832024-10-30T14:30:23.471Z Compiling signal-hook v0.3.17
12842024-10-30T14:30:23.504Z Compiling ipnet v2.10.1
12852024-10-30T14:30:23.737Z Compiling rayon-core v1.12.1
12862024-10-30T14:30:23.954Z Compiling unicode-properties v0.1.3
12872024-10-30T14:30:24.021Z Compiling slog-async v2.8.0
12882024-10-30T14:30:24.077Z Compiling pest_derive v2.7.14
12892024-10-30T14:30:24.336Z Compiling schemars v0.8.21
12902024-10-30T14:30:24.588Z Compiling stringprep v0.1.5
12912024-10-30T14:30:24.816Z Compiling futures-executor v0.3.31
12922024-10-30T14:30:24.854Z Compiling dtrace-parser v0.2.0
12932024-10-30T14:30:25.346Z Compiling bytes v1.7.2
12942024-10-30T14:30:25.679Z Compiling indexmap v2.6.0
12952024-10-30T14:30:26.632Z Compiling tokio v1.40.0
12962024-10-30T14:30:26.859Z Compiling http v1.1.0
12972024-10-30T14:30:27.195Z Compiling bitflags v2.6.0
12982024-10-30T14:30:27.615Z Compiling semver v1.0.23
12992024-10-30T14:30:27.733Z Compiling dof v0.3.0
13002024-10-30T14:30:28.331Z Compiling rustc_version v0.4.1
13012024-10-30T14:30:28.666Z Compiling http-body v1.0.1
13022024-10-30T14:30:29.072Z Compiling serde_tokenstream v0.2.2
13032024-10-30T14:30:29.285Z Compiling toml_datetime v0.6.8
13042024-10-30T14:30:29.690Z Compiling uuid v1.10.0
13052024-10-30T14:30:29.759Z Compiling serde_spanned v0.6.8
13062024-10-30T14:30:29.791Z Compiling usdt-impl v0.5.0
13072024-10-30T14:30:29.981Z Compiling chrono v0.4.38
13082024-10-30T14:30:31.181Z Compiling heapless v0.7.17
13092024-10-30T14:30:31.213Z Compiling http-body-util v0.1.2
13102024-10-30T14:30:31.678Z Compiling usdt-attr-macro v0.5.0
13112024-10-30T14:30:31.744Z Compiling usdt-macro v0.5.0
13122024-10-30T14:30:33.246Z Compiling toml_edit v0.22.22
13132024-10-30T14:30:33.248Z Compiling curve25519-dalek v4.1.3
13142024-10-30T14:30:33.585Z Compiling slog-json v2.6.1
13152024-10-30T14:30:33.919Z Compiling addr2line v0.24.2
13162024-10-30T14:30:33.968Z Compiling serde_urlencoded v0.7.1
13172024-10-30T14:30:34.260Z Compiling md-5 v0.10.6
13182024-10-30T14:30:34.502Z Compiling schemars_derive v0.8.21
13192024-10-30T14:30:34.586Z Compiling async-stream-impl v0.3.6
13202024-10-30T14:30:34.618Z Compiling enum-as-inner v0.6.1
13212024-10-30T14:30:35.669Z Compiling tokio-util v0.7.12
13222024-10-30T14:30:35.881Z Compiling crossbeam-deque v0.8.5
13232024-10-30T14:30:36.229Z Compiling term v0.7.0
13242024-10-30T14:30:37.070Z Compiling h2 v0.4.6
13252024-10-30T14:30:38.071Z Compiling crossbeam-channel v0.5.13
13262024-10-30T14:30:38.155Z Compiling num-integer v0.1.46
13272024-10-30T14:30:38.926Z Compiling idna v0.3.0
13282024-10-30T14:30:39.182Z Compiling idna v0.4.0
13292024-10-30T14:30:40.032Z Compiling rustls-pemfile v2.2.0
13302024-10-30T14:30:40.373Z Compiling hash32 v0.2.1
13312024-10-30T14:30:40.533Z Compiling ff v0.13.0
13322024-10-30T14:30:40.750Z Compiling is-terminal v0.4.13
13332024-10-30T14:30:40.767Z Compiling object v0.36.5
13342024-10-30T14:30:40.769Z Compiling dropshot v0.12.0
13352024-10-30T14:30:40.862Z Compiling linked-hash-map v0.5.6
13362024-10-30T14:30:41.054Z Compiling num-bigint-dig v0.8.4
13372024-10-30T14:30:41.074Z Compiling fallible-iterator v0.2.0
13382024-10-30T14:30:41.077Z Compiling rustc-demangle v0.1.24
13392024-10-30T14:30:41.240Z Compiling psl-types v2.0.11
13402024-10-30T14:30:41.340Z Compiling quick-error v1.2.3
13412024-10-30T14:30:41.428Z Compiling portable-atomic v1.9.0
13422024-10-30T14:30:41.478Z Compiling base16ct v0.2.0
13432024-10-30T14:30:41.766Z Compiling stable_deref_trait v1.2.0
13442024-10-30T14:30:41.792Z Compiling take_mut v0.2.2
13452024-10-30T14:30:41.873Z Compiling anyhow v1.0.89
13462024-10-30T14:30:41.949Z Compiling utf-8 v0.7.6
13472024-10-30T14:30:41.996Z Compiling smoltcp v0.9.1
13482024-10-30T14:30:42.321Z Compiling dyn-clone v1.0.17
13492024-10-30T14:30:42.551Z Compiling tungstenite v0.24.0
13502024-10-30T14:30:43.783Z Compiling postgres-protocol v0.6.7
13512024-10-30T14:30:43.860Z Compiling sec1 v0.7.3
13522024-10-30T14:30:44.061Z Compiling hyper v1.4.1
13532024-10-30T14:30:44.423Z Compiling resolv-conf v0.7.0
13542024-10-30T14:30:44.784Z Compiling publicsuffix v2.2.3
13552024-10-30T14:30:45.072Z Compiling lru-cache v0.1.2
13562024-10-30T14:30:45.154Z Compiling slog-term v2.9.1
13572024-10-30T14:30:45.172Z Compiling usdt v0.5.0
13582024-10-30T14:30:45.264Z Compiling group v0.13.0
13592024-10-30T14:30:45.586Z Compiling hickory-proto v0.24.1
13602024-10-30T14:30:45.662Z Compiling num-iter v0.1.45
13612024-10-30T14:30:45.851Z Compiling tokio-rustls v0.25.0
13622024-10-30T14:30:46.149Z Compiling tokio-native-tls v0.3.1
13632024-10-30T14:30:46.272Z Compiling toml v0.8.19
13642024-10-30T14:30:46.410Z Compiling async-stream v0.3.6
13652024-10-30T14:30:46.721Z Compiling hyper-util v0.1.9
13662024-10-30T14:30:47.246Z Compiling tokio-rustls v0.26.0
13672024-10-30T14:30:48.041Z Compiling slog-bunyan v2.5.0
13682024-10-30T14:30:48.059Z Compiling backtrace v0.3.74
13692024-10-30T14:30:48.083Z Compiling terminal_size v0.4.0
13702024-10-30T14:30:48.260Z Compiling dropshot_endpoint v0.12.0
13712024-10-30T14:30:48.299Z Compiling openapiv3 v2.0.0
13722024-10-30T14:30:48.685Z Compiling serde_path_to_error v0.1.16
13732024-10-30T14:30:48.799Z Compiling camino v1.1.9
13742024-10-30T14:30:49.511Z Compiling futures v0.3.31
13752024-10-30T14:30:50.701Z Compiling hkdf v0.12.4
13762024-10-30T14:30:50.904Z Compiling crypto-bigint v0.5.5
13772024-10-30T14:30:50.924Z Compiling zerocopy-derive v0.6.6
13782024-10-30T14:30:50.954Z Compiling curve25519-dalek-derive v0.1.1
13792024-10-30T14:30:51.011Z Compiling hubpack_derive v0.1.1
13802024-10-30T14:30:51.324Z Compiling phf_shared v0.11.2
13812024-10-30T14:30:51.715Z Compiling waitgroup v0.1.2
13822024-10-30T14:30:51.888Z Compiling webpki-roots v0.26.6
13832024-10-30T14:30:51.936Z Compiling hostname v0.4.0
13842024-10-30T14:30:52.113Z Compiling ahash v0.8.11
13852024-10-30T14:30:52.191Z Compiling fs-err v2.11.0
13862024-10-30T14:30:52.378Z Compiling debug-ignore v1.0.5
13872024-10-30T14:30:52.462Z Compiling winnow v0.5.40
13882024-10-30T14:30:52.483Z Compiling managed v0.8.0
13892024-10-30T14:30:52.520Z Compiling bitflags v1.3.2
13902024-10-30T14:30:52.541Z Compiling strum_macros v0.25.3
13912024-10-30T14:30:52.625Z Compiling clap_builder v4.5.20
13922024-10-30T14:30:52.982Z Compiling zerocopy v0.6.6
13932024-10-30T14:30:53.826Z Compiling console v0.15.8
13942024-10-30T14:30:55.038Z Compiling elliptic-curve v0.13.8
13952024-10-30T14:30:55.689Z Compiling hyper-rustls v0.27.3
13962024-10-30T14:30:55.869Z Compiling hubpack v0.1.2
13972024-10-30T14:30:56.291Z Compiling toml_edit v0.19.15
13982024-10-30T14:30:56.294Z Compiling phf v0.11.2
13992024-10-30T14:30:56.329Z Compiling hickory-resolver v0.24.1
14002024-10-30T14:30:56.332Z Compiling signal-hook-mio v0.2.4
14012024-10-30T14:30:56.475Z Compiling cookie_store v0.21.0
14022024-10-30T14:30:56.575Z Compiling hyper-tls v0.6.0
14032024-10-30T14:30:57.046Z Compiling rayon v1.10.0
14042024-10-30T14:30:58.055Z Compiling postgres-types v0.2.8
14052024-10-30T14:30:59.501Z Compiling tokio-tungstenite v0.24.0
14062024-10-30T14:31:01.227Z Compiling tokio-stream v0.1.16
14072024-10-30T14:31:01.389Z Compiling bstr v1.10.0
14082024-10-30T14:31:01.813Z Compiling regex v1.11.0
14092024-10-30T14:31:01.923Z Compiling serde-big-array v0.5.1
14102024-10-30T14:31:02.193Z Compiling ed25519 v2.2.3
14112024-10-30T14:31:02.273Z Compiling pkcs1 v0.7.5
14122024-10-30T14:31:02.674Z Compiling rfc6979 v0.4.0
14132024-10-30T14:31:02.867Z Compiling derive-where v1.2.7
14142024-10-30T14:31:02.885Z Compiling serde_repr v0.1.19
14152024-10-30T14:31:03.136Z Compiling clap_derive v4.5.18
14162024-10-30T14:31:03.250Z Compiling phf_shared v0.10.0
14172024-10-30T14:31:03.441Z Compiling float-cmp v0.9.0
14182024-10-30T14:31:03.660Z Compiling sync_wrapper v1.0.1
14192024-10-30T14:31:03.679Z Compiling crc32fast v1.4.2
14202024-10-30T14:31:03.806Z Compiling difflib v0.4.0
14212024-10-30T14:31:03.917Z Compiling number_prefix v0.4.0
14222024-10-30T14:31:03.985Z Compiling static_assertions v1.1.0
14232024-10-30T14:31:04.022Z Compiling fixedbitset v0.4.2
14242024-10-30T14:31:04.042Z Compiling new_debug_unreachable v1.0.6
14252024-10-30T14:31:04.090Z Compiling whoami v1.5.2
14262024-10-30T14:31:04.138Z Compiling minimal-lexical v0.2.1
14272024-10-30T14:31:04.140Z Compiling unicode-segmentation v1.12.0
14282024-10-30T14:31:04.472Z Compiling bit-vec v0.6.3
14292024-10-30T14:31:04.653Z Compiling predicates-core v1.0.8
14302024-10-30T14:31:04.719Z Compiling normalize-line-endings v0.3.0
14312024-10-30T14:31:04.846Z Compiling precomputed-hash v0.1.1
14322024-10-30T14:31:04.930Z Compiling similar v2.6.0
14332024-10-30T14:31:04.966Z Compiling string_cache v0.8.7
14342024-10-30T14:31:04.999Z Compiling predicates v3.1.2
14352024-10-30T14:31:05.051Z Compiling bit-set v0.5.3
14362024-10-30T14:31:05.336Z Compiling nom v7.1.3
14372024-10-30T14:31:05.354Z Compiling tokio-postgres v0.7.12
14382024-10-30T14:31:05.410Z Compiling petgraph v0.6.5
14392024-10-30T14:31:06.198Z Compiling qorb v0.1.2
14402024-10-30T14:31:06.684Z Compiling indicatif v0.17.8
14412024-10-30T14:31:07.299Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14422024-10-30T14:31:07.776Z Compiling clap v4.5.20
14432024-10-30T14:31:07.901Z Compiling flate2 v1.0.34
14442024-10-30T14:31:08.785Z Compiling reqwest v0.12.8
14452024-10-30T14:31:08.842Z Compiling ecdsa v0.16.9
14462024-10-30T14:31:09.067Z Compiling rsa v0.9.6
14472024-10-30T14:31:09.407Z Compiling ed25519-dalek v2.1.1
14482024-10-30T14:31:09.716Z Compiling toml v0.7.8
14492024-10-30T14:31:10.733Z Compiling crossterm v0.28.1
14502024-10-30T14:31:11.653Z Compiling hex v0.4.3
14512024-10-30T14:31:11.728Z Compiling itertools v0.12.1
14522024-10-30T14:31:12.201Z Compiling itertools v0.10.5
14532024-10-30T14:31:12.290Z Compiling x509-cert v0.2.5
14542024-10-30T14:31:12.465Z Compiling peg-runtime v0.8.3
14552024-10-30T14:31:13.123Z Compiling unicode-xid v0.2.6
14562024-10-30T14:31:13.302Z Compiling lalrpop-util v0.19.12
14572024-10-30T14:31:13.665Z Compiling xattr v1.3.1
14582024-10-30T14:31:13.934Z Compiling strum_macros v0.26.4
14592024-10-30T14:31:14.076Z Compiling filetime v0.2.25
14602024-10-30T14:31:14.347Z Compiling tar v0.4.42
14612024-10-30T14:31:17.047Z Compiling strum v0.26.3
14622024-10-30T14:31:17.394Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14632024-10-30T14:31:17.633Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14642024-10-30T14:31:23.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
14652024-10-30T14:31:23.162Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14662024-10-30T14:31:23.207ZOct 30 14:31:22.204 INFO Starting download, target: Clickhouse
14672024-10-30T14:31:23.207ZOct 30 14:31:22.204 INFO Starting download, target: Cockroach
14682024-10-30T14:31:23.207ZOct 30 14:31:22.204 INFO Starting download, target: Console
14692024-10-30T14:31:23.210ZOct 30 14:31:22.204 INFO Starting download, target: DendriteOpenapi
14702024-10-30T14:31:23.210ZOct 30 14:31:22.204 INFO Starting download, target: DendriteStub
14712024-10-30T14:31:23.210ZOct 30 14:31:22.204 INFO Starting download, target: MaghemiteMgd
14722024-10-30T14:31:23.210ZOct 30 14:31:22.204 INFO Starting download, target: TransceiverControl
14732024-10-30T14:31:23.210ZOct 30 14:31:22.205 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14742024-10-30T14:31:23.210ZOct 30 14:31:22.205 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14752024-10-30T14:31:23.210ZOct 30 14:31:22.205 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14762024-10-30T14:31:23.210ZOct 30 14:31:22.205 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
14772024-10-30T14:31:23.210ZOct 30 14:31:22.205 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14782024-10-30T14:31:23.210ZOct 30 14:31:22.205 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14792024-10-30T14:31:23.210ZOct 30 14:31:22.205 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14802024-10-30T14:31:23.522ZOct 30 14:31:22.515 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14812024-10-30T14:31:23.593ZOct 30 14:31:22.582 INFO Download complete, target: DendriteOpenapi
14822024-10-30T14:31:23.961ZOct 30 14:31:22.956 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14832024-10-30T14:31:24.028ZOct 30 14:31:23.022 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14842024-10-30T14:31:24.156ZOct 30 14:31:23.152 INFO Download complete, target: TransceiverControl
14852024-10-30T14:31:24.197ZOct 30 14:31:23.194 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14862024-10-30T14:31:24.466ZOct 30 14:31:23.461 INFO Download complete, target: Console
14872024-10-30T14:31:25.295ZOct 30 14:31:24.292 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
14882024-10-30T14:31:25.295ZOct 30 14:31:24.292 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
14892024-10-30T14:31:26.754ZOct 30 14:31:25.750 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14902024-10-30T14:31:26.799ZOct 30 14:31:25.795 INFO Download complete, target: DendriteStub
14912024-10-30T14:31:26.823ZOct 30 14:31:25.820 INFO Download complete, target: MaghemiteMgd
14922024-10-30T14:31:32.624ZOct 30 14:31:31.620 INFO Checking that binary works, target: Cockroach
14932024-10-30T14:31:32.788ZOct 30 14:31:31.784 INFO Download complete, target: Cockroach
14942024-10-30T14:31:38.793ZOct 30 14:31:37.788 INFO Checking that binary works, target: Clickhouse
14952024-10-30T14:31:38.952ZOct 30 14:31:37.946 INFO Download complete, target: Clickhouse
14962024-10-30T14:31:38.973ZAll builder prerequisites installed successfully, and PATH looks valid
14972024-10-30T14:31:38.975Z
14982024-10-30T14:31:38.975Zreal 3:39.303260780
14992024-10-30T14:31:38.975Zuser 12:04.590144208
15002024-10-30T14:31:38.975Zsys 2:38.943248822
15012024-10-30T14:31:38.975Ztrap 0.413025066
15022024-10-30T14:31:38.975Ztflt 1.432137807
15032024-10-30T14:31:38.975Zdflt 1.293938090
15042024-10-30T14:31:38.975Zkflt 0.026275811
15052024-10-30T14:31:38.975Zlock 23:02.758281803
15062024-10-30T14:31:38.975Zslp 46:20.337324049
15072024-10-30T14:31:38.976Zlat 43.848131257
15082024-10-30T14:31:38.976Zstop 2:00.927682605
15092024-10-30T14:31:38.976Z+ banner ls-apis
15102024-10-30T14:31:38.978Z
15112024-10-30T14:31:38.978Z # #### ## ##### # ####
15122024-10-30T14:31:38.978Z # # # # # # # #
15132024-10-30T14:31:38.978Z # #### ##### # # # # # ####
15142024-10-30T14:31:38.978Z # # ###### ##### # #
15152024-10-30T14:31:38.978Z # # # # # # # # #
15162024-10-30T14:31:38.978Z ###### #### # # # # ####
15172024-10-30T14:31:38.978Z
15182024-10-30T14:31:38.978Z+ source ./tools/include/force-git-over-https.sh
15192024-10-30T14:31:38.978Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
15202024-10-30T14:31:38.978Z++ (( i = 0 ))
15212024-10-30T14:31:38.978Z++ (( i < 5 ))
15222024-10-30T14:31:38.978Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
15232024-10-30T14:31:38.981Z++ (( i++ ))
15242024-10-30T14:31:38.981Z++ (( i < 5 ))
15252024-10-30T14:31:38.983Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
15262024-10-30T14:31:38.986Z++ (( i++ ))
15272024-10-30T14:31:38.986Z++ (( i < 5 ))
15282024-10-30T14:31:38.986Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
15292024-10-30T14:31:38.988Z++ (( i++ ))
15302024-10-30T14:31:38.988Z++ (( i < 5 ))
15312024-10-30T14:31:38.988Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
15322024-10-30T14:31:38.991Z++ (( i++ ))
15332024-10-30T14:31:38.991Z++ (( i < 5 ))
15342024-10-30T14:31:38.991Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
15352024-10-30T14:31:38.993Z++ (( i++ ))
15362024-10-30T14:31:38.993Z++ (( i < 5 ))
15372024-10-30T14:31:38.993Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
15382024-10-30T14:31:38.993Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
15392024-10-30T14:31:38.993Z+ ptime -m cargo xtask ls-apis apis
15402024-10-30T14:31:39.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15412024-10-30T14:31:39.492Z Running `target/debug/xtask ls-apis apis`
15422024-10-30T14:31:40.275Z Compiling semver v0.1.20
15432024-10-30T14:31:40.278Z Compiling structmeta-derive v0.3.0
15442024-10-30T14:31:40.397Z Compiling cargo-platform v0.1.8
15452024-10-30T14:31:40.605Z Compiling cargo_metadata v0.18.1
15462024-10-30T14:31:40.616Z Compiling rustc_version v0.1.7
15472024-10-30T14:31:40.972Z Compiling newtype_derive v0.1.6
15482024-10-30T14:31:41.878Z Compiling structmeta v0.3.0
15492024-10-30T14:31:42.134Z Compiling parse-display-derive v0.10.0
15502024-10-30T14:31:44.173Z Compiling parse-display v0.10.0
15512024-10-30T14:31:44.321Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
15522024-10-30T14:31:48.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.16s
15532024-10-30T14:31:48.830Z Running `target/debug/ls-apis apis`
15542024-10-30T14:31:48.864Zloading metadata for workspace omicron from current workspace
15552024-10-30T14:31:53.278Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/Cargo.toml
15562024-10-30T14:31:53.282Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/Cargo.toml
15572024-10-30T14:31:53.287Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/Cargo.toml
15582024-10-30T14:32:12.585Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
15592024-10-30T14:32:16.291Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
15602024-10-30T14:32:16.308Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
15612024-10-30T14:32:16.463ZBootstrap Agent (client: bootstrap-agent-client)
15622024-10-30T14:32:16.466Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
15632024-10-30T14:32:16.466Z consumed by: wicketd (omicron/wicketd) via 2 paths
15642024-10-30T14:32:16.466Z
15652024-10-30T14:32:16.466ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
15662024-10-30T14:32:16.466Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
15672024-10-30T14:32:16.466Z
15682024-10-30T14:32:16.466ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
15692024-10-30T14:32:16.466Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
15702024-10-30T14:32:16.466Z
15712024-10-30T14:32:16.466ZCockroachDB Cluster Admin (client: cockroach-admin-client)
15722024-10-30T14:32:16.466Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
15732024-10-30T14:32:16.466Z
15742024-10-30T14:32:16.466ZCrucible Agent (client: crucible-agent-client)
15752024-10-30T14:32:16.466Z consumed by: omicron-nexus (omicron/nexus) via 1 path
15762024-10-30T14:32:16.466Z
15772024-10-30T14:32:16.466ZCrucible Control (for testing only) (client: crucible-control-client)
15782024-10-30T14:32:16.466Z
15792024-10-30T14:32:16.466ZCrucible Pantry (client: crucible-pantry-client)
15802024-10-30T14:32:16.466Z consumed by: omicron-nexus (omicron/nexus) via 1 path
15812024-10-30T14:32:16.466Z
15822024-10-30T14:32:16.466ZMaghemite DDM Admin (client: ddm-admin-client)
15832024-10-30T14:32:16.466Z consumed by: installinator (omicron/installinator) via 1 path
15842024-10-30T14:32:16.466Z consumed by: mgd (maghemite/mgd) via 1 path
15852024-10-30T14:32:16.466Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
15862024-10-30T14:32:16.466Z consumed by: wicketd (omicron/wicketd) via 1 path
15872024-10-30T14:32:16.466Z
15882024-10-30T14:32:16.466ZDNS Server (client: dns-service-client)
15892024-10-30T14:32:16.477Z consumed by: omicron-nexus (omicron/nexus) via 1 path
15902024-10-30T14:32:16.477Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
15912024-10-30T14:32:16.477Z
15922024-10-30T14:32:16.477ZDendrite DPD (client: dpd-client)
15932024-10-30T14:32:16.477Z consumed by: ddmd (maghemite/ddmd) via 2 paths
15942024-10-30T14:32:16.477Z consumed by: mgd (maghemite/mgd) via 1 path
15952024-10-30T14:32:16.477Z consumed by: omicron-nexus (omicron/nexus) via 1 path
15962024-10-30T14:32:16.477Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
15972024-10-30T14:32:16.477Z consumed by: tfportd (dendrite/tfportd) via 1 path
15982024-10-30T14:32:16.477Z consumed by: wicketd (omicron/wicketd) via 2 paths
15992024-10-30T14:32:16.477Z
16002024-10-30T14:32:16.477ZDownstairs Controller (debugging only) (client: dsc-client)
16012024-10-30T14:32:16.477Z
16022024-10-30T14:32:16.477ZManagement Gateway Service (client: gateway-client)
16032024-10-30T14:32:16.482Z consumed by: dpd (dendrite/dpd) via 1 path
16042024-10-30T14:32:16.482Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
16052024-10-30T14:32:16.482Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
16062024-10-30T14:32:16.482Z consumed by: wicketd (omicron/wicketd) via 3 paths
16072024-10-30T14:32:16.482Z
16082024-10-30T14:32:16.482ZWicketd Installinator (client: installinator-client)
16092024-10-30T14:32:16.482Z consumed by: installinator (omicron/installinator) via 1 path
16102024-10-30T14:32:16.482Z
16112024-10-30T14:32:16.482ZMaghemite MG Admin (client: mg-admin-client)
16122024-10-30T14:32:16.487Z consumed by: omicron-nexus (omicron/nexus) via 1 path
16132024-10-30T14:32:16.487Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
16142024-10-30T14:32:16.487Z
16152024-10-30T14:32:16.487ZNexus Internal API (client: nexus-client)
16162024-10-30T14:32:16.491Z consumed by: dpd (dendrite/dpd) via 1 path
16172024-10-30T14:32:16.491Z consumed by: omicron-nexus (omicron/nexus) via 1 path
16182024-10-30T14:32:16.491Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
16192024-10-30T14:32:16.491Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
16202024-10-30T14:32:16.491Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
16212024-10-30T14:32:16.491Z
16222024-10-30T14:32:16.492ZExternal API (client: oxide-client)
16232024-10-30T14:32:16.492Z
16242024-10-30T14:32:16.492ZOximeter (client: oximeter-client)
16252024-10-30T14:32:16.494Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
16262024-10-30T14:32:16.494Z
16272024-10-30T14:32:16.494ZPropolis (client: propolis-client)
16282024-10-30T14:32:16.494Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
16292024-10-30T14:32:16.494Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
16302024-10-30T14:32:16.494Z
16312024-10-30T14:32:16.494ZCrucible Repair (client: repair-client)
16322024-10-30T14:32:16.494Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
16332024-10-30T14:32:16.494Z
16342024-10-30T14:32:16.494ZSled Agent (client: sled-agent-client)
16352024-10-30T14:32:16.497Z consumed by: dpd (dendrite/dpd) via 1 path
16362024-10-30T14:32:16.497Z consumed by: omicron-nexus (omicron/nexus) via 7 paths
16372024-10-30T14:32:16.497Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
16382024-10-30T14:32:16.497Z
16392024-10-30T14:32:16.497ZWicketd (client: wicketd-client)
16402024-10-30T14:32:16.497Z
16412024-10-30T14:32:16.618Z
16422024-10-30T14:32:16.621Zreal 37.604264811
16432024-10-30T14:32:16.621Zuser 29.418221547
16442024-10-30T14:32:16.621Zsys 10.516678074
16452024-10-30T14:32:16.621Ztrap 0.013237787
16462024-10-30T14:32:16.621Ztflt 0.088126869
16472024-10-30T14:32:16.621Zdflt 0.265532211
16482024-10-30T14:32:16.621Zkflt 0.000000000
16492024-10-30T14:32:16.621Zlock 46.105316290
16502024-10-30T14:32:16.621Zslp 3:25.629117828
16512024-10-30T14:32:16.621Zlat 0.848635118
16522024-10-30T14:32:16.621Zstop 1.326883155
16532024-10-30T14:32:16.621Z+ ptime -m cargo xtask ls-apis deployment-units
16542024-10-30T14:32:17.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16552024-10-30T14:32:17.133Z Running `target/debug/xtask ls-apis deployment-units`
16562024-10-30T14:32:17.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
16572024-10-30T14:32:17.966Z Running `target/debug/ls-apis deployment-units`
16582024-10-30T14:32:18.006Zloading metadata for workspace omicron from current workspace
16592024-10-30T14:32:19.171Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/Cargo.toml
16602024-10-30T14:32:19.174Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/Cargo.toml
16612024-10-30T14:32:19.177Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/Cargo.toml
16622024-10-30T14:32:20.970Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
16632024-10-30T14:32:21.719Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
16642024-10-30T14:32:21.736Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
16652024-10-30T14:32:21.890ZClickhouse Admin
16662024-10-30T14:32:21.892Z omicron-clickhouse-admin (omicron/clickhouse-admin)
16672024-10-30T14:32:21.892Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
16682024-10-30T14:32:21.892Z
16692024-10-30T14:32:21.892Z
16702024-10-30T14:32:21.892ZCockroach Admin
16712024-10-30T14:32:21.892Z omicron-cockroach-admin (omicron/cockroach-admin)
16722024-10-30T14:32:21.892Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
16732024-10-30T14:32:21.893Z
16742024-10-30T14:32:21.893Z
16752024-10-30T14:32:21.893ZCrucible
16762024-10-30T14:32:21.893Z crucible-agent (crucible/agent)
16772024-10-30T14:32:21.893Z exposes: Crucible Agent (client = crucible-agent-client)
16782024-10-30T14:32:21.893Z
16792024-10-30T14:32:21.893Z crucible-downstairs (crucible/downstairs)
16802024-10-30T14:32:21.893Z exposes: Crucible Repair (client = repair-client)
16812024-10-30T14:32:21.895Z consumes: repair-client
16822024-10-30T14:32:21.895Z
16832024-10-30T14:32:21.895Z
16842024-10-30T14:32:21.895ZCrucible Pantry
16852024-10-30T14:32:21.895Z crucible-pantry (crucible/pantry)
16862024-10-30T14:32:21.895Z exposes: Crucible Pantry (client = crucible-pantry-client)
16872024-10-30T14:32:21.899Z
16882024-10-30T14:32:21.899Z
16892024-10-30T14:32:21.899ZDNS Server
16902024-10-30T14:32:21.899Z dns-server (omicron/dns-server)
16912024-10-30T14:32:21.899Z exposes: DNS Server (client = dns-service-client)
16922024-10-30T14:32:21.899Z
16932024-10-30T14:32:21.899Z
16942024-10-30T14:32:21.899ZHost OS
16952024-10-30T14:32:21.899Z ddmd (maghemite/ddmd)
16962024-10-30T14:32:21.899Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
16972024-10-30T14:32:21.902Z consumes: dpd-client
16982024-10-30T14:32:21.902Z
16992024-10-30T14:32:21.902Z dpd (dendrite/dpd)
17002024-10-30T14:32:21.902Z exposes: Dendrite DPD (client = dpd-client)
17012024-10-30T14:32:21.904Z consumes: gateway-client
17022024-10-30T14:32:21.904Z consumes: nexus-client
17032024-10-30T14:32:21.904Z consumes: sled-agent-client
17042024-10-30T14:32:21.904Z
17052024-10-30T14:32:21.904Z mgd (maghemite/mgd)
17062024-10-30T14:32:21.904Z exposes: Maghemite MG Admin (client = mg-admin-client)
17072024-10-30T14:32:21.907Z consumes: ddm-admin-client
17082024-10-30T14:32:21.907Z consumes: dpd-client
17092024-10-30T14:32:21.907Z
17102024-10-30T14:32:21.907Z omicron-gateway (omicron/gateway)
17112024-10-30T14:32:21.907Z exposes: Management Gateway Service (client = gateway-client)
17122024-10-30T14:32:21.907Z
17132024-10-30T14:32:21.907Z omicron-sled-agent (omicron/sled-agent)
17142024-10-30T14:32:21.907Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
17152024-10-30T14:32:21.907Z exposes: Sled Agent (client = sled-agent-client)
17162024-10-30T14:32:21.909Z consumes: bootstrap-agent-client
17172024-10-30T14:32:21.909Z consumes: ddm-admin-client
17182024-10-30T14:32:21.909Z consumes: dns-service-client
17192024-10-30T14:32:21.909Z consumes: dpd-client
17202024-10-30T14:32:21.909Z consumes: gateway-client
17212024-10-30T14:32:21.910Z consumes: mg-admin-client
17222024-10-30T14:32:21.910Z consumes: nexus-client
17232024-10-30T14:32:21.910Z consumes: propolis-client
17242024-10-30T14:32:21.910Z consumes: sled-agent-client
17252024-10-30T14:32:21.910Z
17262024-10-30T14:32:21.910Z propolis-server (propolis/bin/propolis-server)
17272024-10-30T14:32:21.910Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
17282024-10-30T14:32:21.910Z exposes: Propolis (client = propolis-client)
17292024-10-30T14:32:21.913Z consumes: nexus-client
17302024-10-30T14:32:21.913Z
17312024-10-30T14:32:21.913Z tfportd (dendrite/tfportd)
17322024-10-30T14:32:21.913Z consumes: dpd-client
17332024-10-30T14:32:21.913Z
17342024-10-30T14:32:21.913Z wicketd (omicron/wicketd)
17352024-10-30T14:32:21.913Z exposes: Wicketd Installinator (client = installinator-client)
17362024-10-30T14:32:21.913Z exposes: Wicketd (client = wicketd-client)
17372024-10-30T14:32:21.913Z consumes: bootstrap-agent-client
17382024-10-30T14:32:21.913Z consumes: ddm-admin-client
17392024-10-30T14:32:21.913Z consumes: dpd-client
17402024-10-30T14:32:21.913Z consumes: gateway-client
17412024-10-30T14:32:21.913Z
17422024-10-30T14:32:21.913Z
17432024-10-30T14:32:21.913ZInstallinator
17442024-10-30T14:32:21.913Z installinator (omicron/installinator)
17452024-10-30T14:32:21.916Z consumes: ddm-admin-client
17462024-10-30T14:32:21.916Z consumes: installinator-client
17472024-10-30T14:32:21.916Z
17482024-10-30T14:32:21.916Z
17492024-10-30T14:32:21.916ZNexus
17502024-10-30T14:32:21.916Z omicron-nexus (omicron/nexus)
17512024-10-30T14:32:21.916Z exposes: Nexus Internal API (client = nexus-client)
17522024-10-30T14:32:21.916Z exposes: External API (client = oxide-client)
17532024-10-30T14:32:21.916Z consumes: clickhouse-admin-keeper-client
17542024-10-30T14:32:21.916Z consumes: clickhouse-admin-server-client
17552024-10-30T14:32:21.916Z consumes: cockroach-admin-client
17562024-10-30T14:32:21.916Z consumes: crucible-agent-client
17572024-10-30T14:32:21.916Z consumes: crucible-pantry-client
17582024-10-30T14:32:21.916Z consumes: dns-service-client
17592024-10-30T14:32:21.916Z consumes: dpd-client
17602024-10-30T14:32:21.916Z consumes: gateway-client
17612024-10-30T14:32:21.916Z consumes: mg-admin-client
17622024-10-30T14:32:21.916Z consumes: nexus-client
17632024-10-30T14:32:21.916Z consumes: oximeter-client
17642024-10-30T14:32:21.916Z consumes: propolis-client
17652024-10-30T14:32:21.916Z consumes: sled-agent-client
17662024-10-30T14:32:21.916Z
17672024-10-30T14:32:21.916Z
17682024-10-30T14:32:21.916ZOximeter
17692024-10-30T14:32:21.916Z oximeter-collector (omicron/oximeter/collector)
17702024-10-30T14:32:21.916Z exposes: Oximeter (client = oximeter-client)
17712024-10-30T14:32:21.919Z consumes: nexus-client
17722024-10-30T14:32:21.919Z
17732024-10-30T14:32:21.919Z
17742024-10-30T14:32:22.038Z
17752024-10-30T14:32:22.041Zreal 5.403680351
17762024-10-30T14:32:22.041Zuser 4.310868188
17772024-10-30T14:32:22.041Zsys 1.642419929
17782024-10-30T14:32:22.041Ztrap 0.001360680
17792024-10-30T14:32:22.041Ztflt 0.000004309
17802024-10-30T14:32:22.041Zdflt 0.000047083
17812024-10-30T14:32:22.041Zkflt 0.000001289
17822024-10-30T14:32:22.041Zlock 0.001877802
17832024-10-30T14:32:22.041Zslp 10.106735167
17842024-10-30T14:32:22.041Zlat 0.018829472
17852024-10-30T14:32:22.041Zstop 0.067780390
17862024-10-30T14:32:22.041Z+ ptime -m cargo xtask ls-apis servers
17872024-10-30T14:32:22.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17882024-10-30T14:32:22.531Z Running `target/debug/xtask ls-apis servers`
17892024-10-30T14:32:23.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17902024-10-30T14:32:23.345Z Running `target/debug/ls-apis servers`
17912024-10-30T14:32:23.384Zloading metadata for workspace omicron from current workspace
17922024-10-30T14:32:24.530Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/Cargo.toml
17932024-10-30T14:32:24.534Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/Cargo.toml
17942024-10-30T14:32:24.536Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/Cargo.toml
17952024-10-30T14:32:26.255Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
17962024-10-30T14:32:27.172Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
17972024-10-30T14:32:27.175Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
17982024-10-30T14:32:27.175Zomicron-clickhouse-admin (omicron/clickhouse-admin)
17992024-10-30T14:32:27.175Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
18002024-10-30T14:32:27.175Z
18012024-10-30T14:32:27.175Zomicron-cockroach-admin (omicron/cockroach-admin)
18022024-10-30T14:32:27.175Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
18032024-10-30T14:32:27.175Z
18042024-10-30T14:32:27.175Zcrucible-agent (crucible/agent)
18052024-10-30T14:32:27.175Z exposes: Crucible Agent (client = crucible-agent-client)
18062024-10-30T14:32:27.175Z
18072024-10-30T14:32:27.175Zcrucible-downstairs (crucible/downstairs)
18082024-10-30T14:32:27.175Z exposes: Crucible Repair (client = repair-client)
18092024-10-30T14:32:27.178Z consumes: repair-client
18102024-10-30T14:32:27.178Z
18112024-10-30T14:32:27.178Zcrucible-pantry (crucible/pantry)
18122024-10-30T14:32:27.178Z exposes: Crucible Pantry (client = crucible-pantry-client)
18132024-10-30T14:32:27.180Z
18142024-10-30T14:32:27.180Zdns-server (omicron/dns-server)
18152024-10-30T14:32:27.180Z exposes: DNS Server (client = dns-service-client)
18162024-10-30T14:32:27.182Z
18172024-10-30T14:32:27.183Zomicron-sled-agent (omicron/sled-agent)
18182024-10-30T14:32:27.183Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
18192024-10-30T14:32:27.183Z exposes: Sled Agent (client = sled-agent-client)
18202024-10-30T14:32:27.185Z consumes: bootstrap-agent-client
18212024-10-30T14:32:27.185Z consumes: ddm-admin-client
18222024-10-30T14:32:27.185Z consumes: dns-service-client
18232024-10-30T14:32:27.185Z consumes: dpd-client
18242024-10-30T14:32:27.185Z consumes: gateway-client
18252024-10-30T14:32:27.185Z consumes: mg-admin-client
18262024-10-30T14:32:27.185Z consumes: nexus-client
18272024-10-30T14:32:27.185Z consumes: propolis-client
18282024-10-30T14:32:27.185Z consumes: sled-agent-client
18292024-10-30T14:32:27.185Z
18302024-10-30T14:32:27.185Zpropolis-server (propolis/bin/propolis-server)
18312024-10-30T14:32:27.185Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
18322024-10-30T14:32:27.185Z exposes: Propolis (client = propolis-client)
18332024-10-30T14:32:27.188Z consumes: nexus-client
18342024-10-30T14:32:27.188Z
18352024-10-30T14:32:27.188Zddmd (maghemite/ddmd)
18362024-10-30T14:32:27.188Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
18372024-10-30T14:32:27.190Z consumes: dpd-client
18382024-10-30T14:32:27.190Z
18392024-10-30T14:32:27.190Zdpd (dendrite/dpd)
18402024-10-30T14:32:27.190Z exposes: Dendrite DPD (client = dpd-client)
18412024-10-30T14:32:27.192Z consumes: gateway-client
18422024-10-30T14:32:27.192Z consumes: nexus-client
18432024-10-30T14:32:27.192Z consumes: sled-agent-client
18442024-10-30T14:32:27.192Z
18452024-10-30T14:32:27.192Zmgd (maghemite/mgd)
18462024-10-30T14:32:27.192Z exposes: Maghemite MG Admin (client = mg-admin-client)
18472024-10-30T14:32:27.195Z consumes: ddm-admin-client
18482024-10-30T14:32:27.195Z consumes: dpd-client
18492024-10-30T14:32:27.195Z
18502024-10-30T14:32:27.195Zomicron-gateway (omicron/gateway)
18512024-10-30T14:32:27.195Z exposes: Management Gateway Service (client = gateway-client)
18522024-10-30T14:32:27.195Z
18532024-10-30T14:32:27.195Ztfportd (dendrite/tfportd)
18542024-10-30T14:32:27.198Z consumes: dpd-client
18552024-10-30T14:32:27.198Z
18562024-10-30T14:32:27.198Zwicketd (omicron/wicketd)
18572024-10-30T14:32:27.198Z exposes: Wicketd Installinator (client = installinator-client)
18582024-10-30T14:32:27.198Z exposes: Wicketd (client = wicketd-client)
18592024-10-30T14:32:27.198Z consumes: bootstrap-agent-client
18602024-10-30T14:32:27.198Z consumes: ddm-admin-client
18612024-10-30T14:32:27.198Z consumes: dpd-client
18622024-10-30T14:32:27.198Z consumes: gateway-client
18632024-10-30T14:32:27.198Z
18642024-10-30T14:32:27.198Zinstallinator (omicron/installinator)
18652024-10-30T14:32:27.198Z consumes: ddm-admin-client
18662024-10-30T14:32:27.198Z consumes: installinator-client
18672024-10-30T14:32:27.198Z
18682024-10-30T14:32:27.198Zomicron-nexus (omicron/nexus)
18692024-10-30T14:32:27.199Z exposes: Nexus Internal API (client = nexus-client)
18702024-10-30T14:32:27.199Z exposes: External API (client = oxide-client)
18712024-10-30T14:32:27.201Z consumes: clickhouse-admin-keeper-client
18722024-10-30T14:32:27.201Z consumes: clickhouse-admin-server-client
18732024-10-30T14:32:27.201Z consumes: cockroach-admin-client
18742024-10-30T14:32:27.201Z consumes: crucible-agent-client
18752024-10-30T14:32:27.201Z consumes: crucible-pantry-client
18762024-10-30T14:32:27.201Z consumes: dns-service-client
18772024-10-30T14:32:27.201Z consumes: dpd-client
18782024-10-30T14:32:27.201Z consumes: gateway-client
18792024-10-30T14:32:27.201Z consumes: mg-admin-client
18802024-10-30T14:32:27.201Z consumes: nexus-client
18812024-10-30T14:32:27.201Z consumes: oximeter-client
18822024-10-30T14:32:27.201Z consumes: propolis-client
18832024-10-30T14:32:27.201Z consumes: sled-agent-client
18842024-10-30T14:32:27.201Z
18852024-10-30T14:32:27.201Zoximeter-collector (omicron/oximeter/collector)
18862024-10-30T14:32:27.201Z exposes: Oximeter (client = oximeter-client)
18872024-10-30T14:32:27.201Z consumes: nexus-client
18882024-10-30T14:32:27.201Z
18892024-10-30T14:32:27.321Z
18902024-10-30T14:32:27.321Zreal 5.266569222
18912024-10-30T14:32:27.321Zuser 4.257863358
18922024-10-30T14:32:27.321Zsys 1.557466834
18932024-10-30T14:32:27.321Ztrap 0.000418103
18942024-10-30T14:32:27.321Ztflt 0.000000000
18952024-10-30T14:32:27.321Zdflt 0.000034503
18962024-10-30T14:32:27.321Zkflt 0.000000000
18972024-10-30T14:32:27.323Zlock 0.001881088
18982024-10-30T14:32:27.323Zslp 9.662874539
18992024-10-30T14:32:27.323Zlat 0.008678416
19002024-10-30T14:32:27.324Zstop 0.063964588
19012024-10-30T14:32:27.324Z+ banner build
19022024-10-30T14:32:27.326Z
19032024-10-30T14:32:27.326Z ##### # # # # #####
19042024-10-30T14:32:27.326Z # # # # # # # #
19052024-10-30T14:32:27.326Z ##### # # # # # #
19062024-10-30T14:32:27.326Z # # # # # # # #
19072024-10-30T14:32:27.326Z # # # # # # # #
19082024-10-30T14:32:27.326Z ##### #### # ###### #####
19092024-10-30T14:32:27.326Z
19102024-10-30T14:32:27.326Z+ export 'RUSTFLAGS=-D warnings'
19112024-10-30T14:32:27.326Z+ RUSTFLAGS='-D warnings'
19122024-10-30T14:32:27.326Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
19132024-10-30T14:32:27.326Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
19142024-10-30T14:32:27.326Z+ [[ illumos == \i\l\l\u\m\o\s ]]
19152024-10-30T14:32:27.326Z+ RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
19162024-10-30T14:32:27.326Z+ export TMPDIR=/var/tmp/omicron_tmp
19172024-10-30T14:32:27.326Z+ TMPDIR=/var/tmp/omicron_tmp
19182024-10-30T14:32:27.326Z+ export RUST_BACKTRACE=1
19192024-10-30T14:32:27.326Z+ RUST_BACKTRACE=1
19202024-10-30T14:32:27.326Z+ export CARGO_INCREMENTAL=0
19212024-10-30T14:32:27.326Z+ CARGO_INCREMENTAL=0
19222024-10-30T14:32:27.326Z+ export RUSTC_BOOTSTRAP=1
19232024-10-30T14:32:27.326Z+ RUSTC_BOOTSTRAP=1
19242024-10-30T14:32:27.327Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
19252024-10-30T14:32:28.891Z Dirty proc-macro2 v1.0.87: the rustflags changed
19262024-10-30T14:32:28.891Z Compiling proc-macro2 v1.0.87
19272024-10-30T14:32:28.891Z Dirty unicode-ident v1.0.13: the rustflags changed
19282024-10-30T14:32:28.891Z Compiling unicode-ident v1.0.13
19292024-10-30T14:32:28.891Z Dirty libc v0.2.161: the rustflags changed
19302024-10-30T14:32:28.891Z Compiling libc v0.2.161
19312024-10-30T14:32:28.894Z Dirty cfg-if v1.0.0: the rustflags changed
19322024-10-30T14:32:28.894Z Compiling cfg-if v1.0.0
19332024-10-30T14:32:28.894Z Dirty serde v1.0.210: the rustflags changed
19342024-10-30T14:32:28.894Z Compiling serde v1.0.210
19352024-10-30T14:32:28.895Z Dirty autocfg v1.4.0: the rustflags changed
19362024-10-30T14:32:28.895Z Compiling autocfg v1.4.0
19372024-10-30T14:32:28.895Z Dirty memchr v2.7.4: the rustflags changed
19382024-10-30T14:32:28.895Z Compiling memchr v2.7.4
19392024-10-30T14:32:28.895Z Dirty version_check v0.9.5: the rustflags changed
19402024-10-30T14:32:28.895Z Compiling version_check v0.9.5
19412024-10-30T14:32:28.895Z 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`
19422024-10-30T14:32:28.895Z 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`
19432024-10-30T14:32:28.895Z 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`
19442024-10-30T14:32:28.895Z 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`
19452024-10-30T14:32:28.895Z 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`
19462024-10-30T14:32:29.037Z 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`
19472024-10-30T14:32:29.052Z 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`
19482024-10-30T14:32:29.099Z 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`
19492024-10-30T14:32:29.241Z Dirty value-bag v1.9.0: the rustflags changed
19502024-10-30T14:32:29.241Z Compiling value-bag v1.9.0
19512024-10-30T14:32:29.244Z 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`
19522024-10-30T14:32:29.710Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-b40bed4ab477ed2f/build-script-build`
19532024-10-30T14:32:29.713Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-85060b19412e68a0/build-script-build`
19542024-10-30T14:32:29.764Z Dirty log v0.4.22: the rustflags changed
19552024-10-30T14:32:29.764Z Compiling log v0.4.22
19562024-10-30T14:32:29.766Z 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`
19572024-10-30T14:32:29.791Z Dirty scopeguard v1.2.0: the rustflags changed
19582024-10-30T14:32:29.791Z Compiling scopeguard v1.2.0
19592024-10-30T14:32:29.793Z Dirty itoa v1.0.11: the rustflags changed
19602024-10-30T14:32:29.793Z Compiling itoa v1.0.11
19612024-10-30T14:32:29.811Z 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`
19622024-10-30T14:32:29.814Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-272ab7884e0b53f6/build-script-build`
19632024-10-30T14:32:29.814Z 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`
19642024-10-30T14:32:29.853Z Dirty once_cell v1.20.2: the rustflags changed
19652024-10-30T14:32:29.853Z Compiling once_cell v1.20.2
19662024-10-30T14:32:29.855Z 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`
19672024-10-30T14:32:29.888Z 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"))'`
19682024-10-30T14:32:29.938Z Dirty byteorder v1.5.0: the rustflags changed
19692024-10-30T14:32:29.938Z Compiling byteorder v1.5.0
19702024-10-30T14:32:29.941Z 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`
19712024-10-30T14:32:30.038Z Dirty smallvec v1.13.2: the rustflags changed
19722024-10-30T14:32:30.038Z Compiling smallvec v1.13.2
19732024-10-30T14:32:30.041Z 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`
19742024-10-30T14:32:30.096Z Dirty lock_api v0.4.12: the rustflags changed
19752024-10-30T14:32:30.096Z Compiling lock_api v0.4.12
19762024-10-30T14:32:30.098Z 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`
19772024-10-30T14:32:30.132Z 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)'`
19782024-10-30T14:32:30.245Z Dirty pin-project-lite v0.2.14: the rustflags changed
19792024-10-30T14:32:30.245Z Compiling pin-project-lite v0.2.14
19802024-10-30T14:32:30.247Z 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`
19812024-10-30T14:32:30.386Z Dirty subtle v2.6.1: the rustflags changed
19822024-10-30T14:32:30.386Z Compiling subtle v2.6.1
19832024-10-30T14:32:30.390Z 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`
19842024-10-30T14:32:30.413Z Dirty thiserror v1.0.64: the rustflags changed
19852024-10-30T14:32:30.413Z Compiling thiserror v1.0.64
19862024-10-30T14:32:30.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/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`
19872024-10-30T14:32:30.442Z Dirty parking_lot_core v0.9.10: the rustflags changed
19882024-10-30T14:32:30.442Z Compiling parking_lot_core v0.9.10
19892024-10-30T14:32:30.470Z 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`
19902024-10-30T14:32:30.499Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-8d2c992c4324e299/build-script-build`
19912024-10-30T14:32:30.611Z Dirty typenum v1.17.0: the rustflags changed
19922024-10-30T14:32:30.611Z Compiling typenum v1.17.0
19932024-10-30T14:32:30.613Z 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`
19942024-10-30T14:32:30.638Z 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`
19952024-10-30T14:32:30.675Z Dirty generic-array v0.14.7: the rustflags changed
19962024-10-30T14:32:30.675Z Compiling generic-array v0.14.7
19972024-10-30T14:32:30.677Z 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`
19982024-10-30T14:32:30.742Z Dirty allocator-api2 v0.2.18: the rustflags changed
19992024-10-30T14:32:30.742Z Compiling allocator-api2 v0.2.18
20002024-10-30T14:32:30.745Z 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`
20012024-10-30T14:32:30.963Z Dirty quote v1.0.37: the rustflags changed
20022024-10-30T14:32:30.963Z Compiling quote v1.0.37
20032024-10-30T14:32:30.966Z 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`
20042024-10-30T14:32:31.041Z Dirty getrandom v0.2.15: the rustflags changed
20052024-10-30T14:32:31.041Z Compiling getrandom v0.2.15
20062024-10-30T14:32:31.041Z 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`
20072024-10-30T14:32:31.070Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-79da5c9c8ae8430c/build-script-build`
20082024-10-30T14:32:31.106Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-85af3dfa215d34d3/build-script-build`
20092024-10-30T14:32:31.147Z 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`
20102024-10-30T14:32:31.313Z Dirty rand_core v0.6.4: the rustflags changed
20112024-10-30T14:32:31.313Z Compiling rand_core v0.6.4
20122024-10-30T14:32:31.338Z 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`
20132024-10-30T14:32:31.423Z Dirty syn v2.0.79: the rustflags changed
20142024-10-30T14:32:31.423Z Compiling syn v2.0.79
20152024-10-30T14:32:31.426Z 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`
20162024-10-30T14:32:31.494Z Dirty shlex v1.3.0: the rustflags changed
20172024-10-30T14:32:31.494Z Compiling shlex v1.3.0
20182024-10-30T14:32:31.497Z 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`
20192024-10-30T14:32:31.559Z Dirty parking_lot v0.12.3: the rustflags changed
20202024-10-30T14:32:31.559Z Compiling parking_lot v0.12.3
20212024-10-30T14:32:31.561Z 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`
20222024-10-30T14:32:31.622Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-d49fc365cc84720e/build-script-build`
20232024-10-30T14:32:31.694Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-aeda8bd8a58f9e5d/build-script-main`
20242024-10-30T14:32:31.702Z Dirty jobserver v0.1.32: the rustflags changed
20252024-10-30T14:32:31.702Z Compiling jobserver v0.1.32
20262024-10-30T14:32:31.706Z 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`
20272024-10-30T14:32:31.743Z Dirty futures-core v0.3.31: the rustflags changed
20282024-10-30T14:32:31.743Z Compiling futures-core v0.3.31
20292024-10-30T14:32:31.745Z 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`
20302024-10-30T14:32:31.767Z Dirty ryu v1.0.18: the rustflags changed
20312024-10-30T14:32:31.767Z Compiling ryu v1.0.18
20322024-10-30T14:32:31.770Z 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`
20332024-10-30T14:32:31.851Z Dirty signal-hook-registry v1.4.2: the rustflags changed
20342024-10-30T14:32:31.851Z Compiling signal-hook-registry v1.4.2
20352024-10-30T14:32:31.854Z 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`
20362024-10-30T14:32:31.879Z 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`
20372024-10-30T14:32:31.902Z Dirty libm v0.2.8: the rustflags changed
20382024-10-30T14:32:31.902Z Compiling libm v0.2.8
20392024-10-30T14:32:31.904Z 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`
20402024-10-30T14:32:31.989Z Dirty num-traits v0.2.19: the rustflags changed
20412024-10-30T14:32:31.989Z Compiling num-traits v0.2.19
20422024-10-30T14:32:31.992Z 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`
20432024-10-30T14:32:32.094Z Dirty cc v1.1.30: the rustflags changed
20442024-10-30T14:32:32.094Z Compiling cc v1.1.30
20452024-10-30T14:32:32.117Z 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`
20462024-10-30T14:32:32.311Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-7eef29719702a76f/build-script-build`
20472024-10-30T14:32:32.353Z 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`
20482024-10-30T14:32:32.378Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-22eb67a210682feb/build-script-build`
20492024-10-30T14:32:32.429Z Dirty foldhash v0.1.3: the rustflags changed
20502024-10-30T14:32:32.429Z Compiling foldhash v0.1.3
20512024-10-30T14:32:32.432Z 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`
20522024-10-30T14:32:32.592Z Dirty equivalent v1.0.1: the rustflags changed
20532024-10-30T14:32:32.592Z Compiling equivalent v1.0.1
20542024-10-30T14:32:32.595Z 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`
20552024-10-30T14:32:32.621Z Dirty mio v1.0.2: the rustflags changed
20562024-10-30T14:32:32.621Z Compiling mio v1.0.2
20572024-10-30T14:32:32.624Z Dirty serde_json v1.0.128: the rustflags changed
20582024-10-30T14:32:32.624Z Compiling serde_json v1.0.128
20592024-10-30T14:32:32.644Z 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`
20602024-10-30T14:32:32.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/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`
20612024-10-30T14:32:32.724Z Dirty hashbrown v0.15.0: the rustflags changed
20622024-10-30T14:32:32.724Z Compiling hashbrown v0.15.0
20632024-10-30T14:32:32.727Z Dirty spin v0.9.8: the rustflags changed
20642024-10-30T14:32:32.727Z Compiling spin v0.9.8
20652024-10-30T14:32:32.727Z 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`
20662024-10-30T14:32:32.727Z 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`
20672024-10-30T14:32:33.009Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-230c49bc7785aa09/build-script-build`
20682024-10-30T14:32:33.048Z Dirty fnv v1.0.7: the rustflags changed
20692024-10-30T14:32:33.048Z Compiling fnv v1.0.7
20702024-10-30T14:32:33.051Z 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`
20712024-10-30T14:32:33.188Z Dirty socket2 v0.5.7: the rustflags changed
20722024-10-30T14:32:33.188Z Compiling socket2 v0.5.7
20732024-10-30T14:32:33.191Z Dirty slab v0.4.9: the rustflags changed
20742024-10-30T14:32:33.191Z Compiling slab v0.4.9
20752024-10-30T14:32:33.191Z 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`
20762024-10-30T14:32:33.191Z 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`
20772024-10-30T14:32:33.237Z Dirty futures-io v0.3.31: the rustflags changed
20782024-10-30T14:32:33.238Z Compiling futures-io v0.3.31
20792024-10-30T14:32:33.240Z 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`
20802024-10-30T14:32:33.576Z 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)'`
20812024-10-30T14:32:33.613Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-62a329a3b6faa14a/build-script-build`
20822024-10-30T14:32:33.645Z Dirty const-oid v0.9.6: the rustflags changed
20832024-10-30T14:32:33.645Z Compiling const-oid v0.9.6
20842024-10-30T14:32:33.648Z 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`
20852024-10-30T14:32:33.768Z 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`
20862024-10-30T14:32:33.855Z Dirty futures-sink v0.3.31: the rustflags changed
20872024-10-30T14:32:33.856Z Compiling futures-sink v0.3.31
20882024-10-30T14:32:33.858Z 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`
20892024-10-30T14:32:34.029Z Dirty regex-syntax v0.8.5: the rustflags changed
20902024-10-30T14:32:34.032Z Compiling regex-syntax v0.8.5
20912024-10-30T14:32:34.087Z 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`
20922024-10-30T14:32:34.092Z Dirty aho-corasick v1.1.3: the rustflags changed
20932024-10-30T14:32:34.092Z Compiling aho-corasick v1.1.3
20942024-10-30T14:32:34.094Z 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`
20952024-10-30T14:32:34.120Z Dirty cpufeatures v0.2.14: the rustflags changed
20962024-10-30T14:32:34.120Z Compiling cpufeatures v0.2.14
20972024-10-30T14:32:34.127Z 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`
20982024-10-30T14:32:34.158Z Dirty pin-utils v0.1.0: the rustflags changed
20992024-10-30T14:32:34.158Z Compiling pin-utils v0.1.0
21002024-10-30T14:32:34.160Z 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`
21012024-10-30T14:32:34.246Z Dirty pkg-config v0.3.31: the rustflags changed
21022024-10-30T14:32:34.246Z Compiling pkg-config v0.3.31
21032024-10-30T14:32:34.248Z 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`
21042024-10-30T14:32:34.272Z Dirty futures-channel v0.3.31: the rustflags changed
21052024-10-30T14:32:34.272Z Compiling futures-channel v0.3.31
21062024-10-30T14:32:34.275Z 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`
21072024-10-30T14:32:34.707Z Dirty futures-task v0.3.31: the rustflags changed
21082024-10-30T14:32:34.707Z Compiling futures-task v0.3.31
21092024-10-30T14:32:34.710Z 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`
21102024-10-30T14:32:35.033Z Dirty heck v0.5.0: the rustflags changed
21112024-10-30T14:32:35.033Z Compiling heck v0.5.0
21122024-10-30T14:32:35.036Z 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`
21132024-10-30T14:32:35.573Z Dirty rustix v0.38.37: the rustflags changed
21142024-10-30T14:32:35.574Z Compiling rustix v0.38.37
21152024-10-30T14:32:35.576Z 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`
21162024-10-30T14:32:35.646Z Dirty errno v0.3.9: the rustflags changed
21172024-10-30T14:32:35.646Z Compiling errno v0.3.9
21182024-10-30T14:32:35.648Z 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`
21192024-10-30T14:32:35.677Z Dirty iana-time-zone v0.1.61: the rustflags changed
21202024-10-30T14:32:35.677Z Compiling iana-time-zone v0.1.61
21212024-10-30T14:32:35.680Z 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`
21222024-10-30T14:32:35.737Z Dirty semver v1.0.23: the rustflags changed
21232024-10-30T14:32:35.737Z Compiling semver v1.0.23
21242024-10-30T14:32:35.739Z 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`
21252024-10-30T14:32:35.883Z Dirty tracing-core v0.1.32: the rustflags changed
21262024-10-30T14:32:35.883Z Compiling tracing-core v0.1.32
21272024-10-30T14:32:35.885Z 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`
21282024-10-30T14:32:36.052Z Dirty syn v1.0.109: the rustflags changed
21292024-10-30T14:32:36.052Z Compiling syn v1.0.109
21302024-10-30T14:32:36.066Z 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`
21312024-10-30T14:32:36.148Z Dirty tinyvec_macros v0.1.1: the rustflags changed
21322024-10-30T14:32:36.148Z Compiling tinyvec_macros v0.1.1
21332024-10-30T14:32:36.151Z 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`
21342024-10-30T14:32:36.253Z Dirty tinyvec v1.8.0: the rustflags changed
21352024-10-30T14:32:36.253Z Compiling tinyvec v1.8.0
21362024-10-30T14:32:36.256Z 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`
21372024-10-30T14:32:36.356Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-98e583676e91f007/build-script-build`
21382024-10-30T14:32:36.374Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-e0bc6bc62d6438f1/build-script-build`
21392024-10-30T14:32:36.418Z Dirty unicode-bidi v0.3.17: the rustflags changed
21402024-10-30T14:32:36.418Z Compiling unicode-bidi v0.3.17
21412024-10-30T14:32:36.420Z 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`
21422024-10-30T14:32:36.679Z Dirty percent-encoding v2.3.1: the rustflags changed
21432024-10-30T14:32:36.679Z Compiling percent-encoding v2.3.1
21442024-10-30T14:32:36.681Z 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`
21452024-10-30T14:32:36.743Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-92f9ef77443292ec/build-script-build`
21462024-10-30T14:32:36.828Z 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`
21472024-10-30T14:32:37.053Z Dirty dyn-clone v1.0.17: the rustflags changed
21482024-10-30T14:32:37.053Z Compiling dyn-clone v1.0.17
21492024-10-30T14:32:37.055Z 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`
21502024-10-30T14:32:37.228Z Dirty schemars v0.8.21: the rustflags changed
21512024-10-30T14:32:37.228Z Compiling schemars v0.8.21
21522024-10-30T14:32:37.230Z 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`
21532024-10-30T14:32:37.284Z Dirty vcpkg v0.2.15: the rustflags changed
21542024-10-30T14:32:37.284Z Compiling vcpkg v0.2.15
21552024-10-30T14:32:37.286Z 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`
21562024-10-30T14:32:37.669Z Dirty regex-automata v0.4.8: the rustflags changed
21572024-10-30T14:32:37.669Z Compiling regex-automata v0.4.8
21582024-10-30T14:32:37.672Z 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`
21592024-10-30T14:32:37.725Z Dirty unicode-normalization v0.1.24: the rustflags changed
21602024-10-30T14:32:37.725Z Compiling unicode-normalization v0.1.24
21612024-10-30T14:32:37.727Z 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`
21622024-10-30T14:32:37.750Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-d72461259651e58e/build-script-build`
21632024-10-30T14:32:37.789Z Dirty form_urlencoded v1.2.1: the rustflags changed
21642024-10-30T14:32:37.789Z Compiling form_urlencoded v1.2.1
21652024-10-30T14:32:37.791Z 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`
21662024-10-30T14:32:38.115Z Dirty crossbeam-utils v0.8.20: the rustflags changed
21672024-10-30T14:32:38.115Z Compiling crossbeam-utils v0.8.20
21682024-10-30T14:32:38.118Z 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`
21692024-10-30T14:32:38.790Z Dirty serde_derive_internals v0.29.1: the rustflags changed
21702024-10-30T14:32:38.790Z Compiling serde_derive_internals v0.29.1
21712024-10-30T14:32:38.795Z 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`
21722024-10-30T14:32:38.825Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-67dd9b403c81ed30/build-script-build`
21732024-10-30T14:32:38.865Z Dirty httparse v1.9.5: the rustflags changed
21742024-10-30T14:32:38.865Z Compiling httparse v1.9.5
21752024-10-30T14:32:38.868Z 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`
21762024-10-30T14:32:38.983Z 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)'`
21772024-10-30T14:32:39.330Z Dirty ring v0.17.8: the rustflags changed
21782024-10-30T14:32:39.331Z Compiling ring v0.17.8
21792024-10-30T14:32:39.334Z 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`
21802024-10-30T14:32:39.726Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-2cde08abbfc6e014/build-script-build`
21812024-10-30T14:32:39.808Z 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`
21822024-10-30T14:32:40.305Z Dirty idna v0.5.0: the rustflags changed
21832024-10-30T14:32:40.305Z Compiling idna v0.5.0
21842024-10-30T14:32:40.308Z 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`
21852024-10-30T14:32:40.430Z Dirty lazy_static v1.5.0: the rustflags changed
21862024-10-30T14:32:40.430Z Compiling lazy_static v1.5.0
21872024-10-30T14:32:40.446Z 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`
21882024-10-30T14:32:40.515Z Dirty base64ct v1.6.0: the rustflags changed
21892024-10-30T14:32:40.515Z Compiling base64ct v1.6.0
21902024-10-30T14:32:40.518Z 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`
21912024-10-30T14:32:40.565Z Dirty adler2 v2.0.0: the rustflags changed
21922024-10-30T14:32:40.565Z Compiling adler2 v2.0.0
21932024-10-30T14:32:40.568Z 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`
21942024-10-30T14:32:40.568Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-f986f6d4d477ccae/build-script-build`
21952024-10-30T14:32:40.794Z Dirty powerfmt v0.2.0: the rustflags changed
21962024-10-30T14:32:40.794Z Compiling powerfmt v0.2.0
21972024-10-30T14:32:40.816Z 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`
21982024-10-30T14:32:41.134Z Dirty url v2.5.2: the rustflags changed
21992024-10-30T14:32:41.134Z Compiling url v2.5.2
22002024-10-30T14:32:41.137Z 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`
22012024-10-30T14:32:41.193Z Dirty time-core v0.1.2: the rustflags changed
22022024-10-30T14:32:41.193Z Compiling time-core v0.1.2
22032024-10-30T14:32:41.195Z 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`
22042024-10-30T14:32:41.386Z Dirty atomic-waker v1.1.2: the rustflags changed
22052024-10-30T14:32:41.386Z Compiling atomic-waker v1.1.2
22062024-10-30T14:32:41.389Z 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`
22072024-10-30T14:32:41.413Z Dirty untrusted v0.9.0: the rustflags changed
22082024-10-30T14:32:41.413Z Compiling untrusted v0.9.0
22092024-10-30T14:32:41.415Z 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`
22102024-10-30T14:32:41.554Z Dirty num-conv v0.1.0: the rustflags changed
22112024-10-30T14:32:41.554Z Compiling num-conv v0.1.0
22122024-10-30T14:32:41.556Z 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`
22132024-10-30T14:32:41.594Z Dirty deranged v0.3.11: the rustflags changed
22142024-10-30T14:32:41.594Z Compiling deranged v0.3.11
22152024-10-30T14:32:41.596Z 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`
22162024-10-30T14:32:41.831Z Dirty miniz_oxide v0.8.0: the rustflags changed
22172024-10-30T14:32:41.831Z Compiling miniz_oxide v0.8.0
22182024-10-30T14:32:41.833Z 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`
22192024-10-30T14:32:41.860Z Dirty time-macros v0.2.18: the rustflags changed
22202024-10-30T14:32:41.861Z Compiling time-macros v0.2.18
22212024-10-30T14:32:41.863Z 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`
22222024-10-30T14:32:42.907Z Dirty num_threads v0.1.7: the rustflags changed
22232024-10-30T14:32:42.907Z Compiling num_threads v0.1.7
22242024-10-30T14:32:42.910Z 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`
22252024-10-30T14:32:43.055Z Dirty regex v1.11.0: the rustflags changed
22262024-10-30T14:32:43.055Z Compiling regex v1.11.0
22272024-10-30T14:32:43.057Z 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`
22282024-10-30T14:32:43.316Z Dirty either v1.13.0: the rustflags changed
22292024-10-30T14:32:43.316Z Compiling either v1.13.0
22302024-10-30T14:32:43.319Z 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`
22312024-10-30T14:32:43.511Z Dirty strsim v0.11.1: the rustflags changed
22322024-10-30T14:32:43.511Z Compiling strsim v0.11.1
22332024-10-30T14:32:43.514Z 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`
22342024-10-30T14:32:43.752Z Dirty ahash v0.8.11: the rustflags changed
22352024-10-30T14:32:43.752Z Compiling ahash v0.8.11
22362024-10-30T14:32:43.755Z 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`
22372024-10-30T14:32:44.066Z Dirty httpdate v1.0.3: the rustflags changed
22382024-10-30T14:32:44.066Z Compiling httpdate v1.0.3
22392024-10-30T14:32:44.069Z 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`
22402024-10-30T14:32:44.203Z Dirty try-lock v0.2.5: the rustflags changed
22412024-10-30T14:32:44.203Z Compiling try-lock v0.2.5
22422024-10-30T14:32:44.207Z 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`
22432024-10-30T14:32:44.338Z Dirty want v0.3.1: the rustflags changed
22442024-10-30T14:32:44.338Z Compiling want v0.3.1
22452024-10-30T14:32:44.341Z 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`
22462024-10-30T14:32:44.367Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-eaff631ac002faae/build-script-build`
22472024-10-30T14:32:44.448Z Dirty rustls-pki-types v1.9.0: the rustflags changed
22482024-10-30T14:32:44.448Z Compiling rustls-pki-types v1.9.0
22492024-10-30T14:32:44.450Z 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`
22502024-10-30T14:32:44.503Z Dirty pem-rfc7468 v0.7.0: the rustflags changed
22512024-10-30T14:32:44.503Z Compiling pem-rfc7468 v0.7.0
22522024-10-30T14:32:44.506Z 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`
22532024-10-30T14:32:44.613Z Dirty base64 v0.22.1: the rustflags changed
22542024-10-30T14:32:44.613Z Compiling base64 v0.22.1
22552024-10-30T14:32:44.616Z 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`
22562024-10-30T14:32:44.775Z Dirty serde_derive v1.0.210: the rustflags changed
22572024-10-30T14:32:44.775Z Compiling serde_derive v1.0.210
22582024-10-30T14:32:44.777Z 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`
22592024-10-30T14:32:44.812Z Dirty zeroize_derive v1.4.2: the rustflags changed
22602024-10-30T14:32:44.812Z Compiling zeroize_derive v1.4.2
22612024-10-30T14:32:44.814Z 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`
22622024-10-30T14:32:45.235Z Dirty thiserror-impl v1.0.64: the rustflags changed
22632024-10-30T14:32:45.235Z Compiling thiserror-impl v1.0.64
22642024-10-30T14:32:45.238Z 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`
22652024-10-30T14:32:45.302Z Dirty zerocopy-derive v0.7.35: the rustflags changed
22662024-10-30T14:32:45.302Z Compiling zerocopy-derive v0.7.35
22672024-10-30T14:32:45.305Z 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`
22682024-10-30T14:32:45.536Z Dirty tokio-macros v2.4.0: the rustflags changed
22692024-10-30T14:32:45.536Z Compiling tokio-macros v2.4.0
22702024-10-30T14:32:45.538Z 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`
22712024-10-30T14:32:45.765Z Dirty futures-macro v0.3.31: the rustflags changed
22722024-10-30T14:32:45.765Z Compiling futures-macro v0.3.31
22732024-10-30T14:32:45.768Z 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`
22742024-10-30T14:32:46.411Z Dirty zeroize v1.8.1: the rustflags changed
22752024-10-30T14:32:46.411Z Compiling zeroize v1.8.1
22762024-10-30T14:32:46.414Z 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`
22772024-10-30T14:32:46.832Z 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`
22782024-10-30T14:32:47.282Z Dirty tracing-attributes v0.1.27: the rustflags changed
22792024-10-30T14:32:47.282Z Compiling tracing-attributes v0.1.27
22802024-10-30T14:32:47.285Z 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`
22812024-10-30T14:32:47.591Z Dirty zerocopy v0.7.35: the rustflags changed
22822024-10-30T14:32:47.591Z Compiling zerocopy v0.7.35
22832024-10-30T14:32:47.594Z 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`
22842024-10-30T14:32:47.830Z Dirty futures-util v0.3.31: the rustflags changed
22852024-10-30T14:32:47.830Z Compiling futures-util v0.3.31
22862024-10-30T14:32:47.833Z 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`
22872024-10-30T14:32:48.281Z Dirty crypto-common v0.1.6: the rustflags changed
22882024-10-30T14:32:48.281Z Compiling crypto-common v0.1.6
22892024-10-30T14:32:48.285Z 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`
22902024-10-30T14:32:48.457Z 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)'`
22912024-10-30T14:32:48.528Z Dirty block-buffer v0.10.4: the rustflags changed
22922024-10-30T14:32:48.528Z Compiling block-buffer v0.10.4
22932024-10-30T14:32:48.530Z 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`
22942024-10-30T14:32:48.611Z Dirty schemars_derive v0.8.21: the rustflags changed
22952024-10-30T14:32:48.611Z Compiling schemars_derive v0.8.21
22962024-10-30T14:32:48.613Z 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`
22972024-10-30T14:32:48.792Z Dirty digest v0.10.7: the rustflags changed
22982024-10-30T14:32:48.792Z Compiling digest v0.10.7
22992024-10-30T14:32:48.794Z 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`
23002024-10-30T14:32:49.276Z Dirty ppv-lite86 v0.2.20: the rustflags changed
23012024-10-30T14:32:49.276Z Compiling ppv-lite86 v0.2.20
23022024-10-30T14:32:49.279Z 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`
23032024-10-30T14:32:49.353Z Dirty block-padding v0.3.3: the rustflags changed
23042024-10-30T14:32:49.353Z Compiling block-padding v0.3.3
23052024-10-30T14:32:49.355Z 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`
23062024-10-30T14:32:49.381Z Dirty hmac v0.12.1: the rustflags changed
23072024-10-30T14:32:49.381Z Compiling hmac v0.12.1
23082024-10-30T14:32:49.384Z 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`
23092024-10-30T14:32:49.621Z Dirty inout v0.1.3: the rustflags changed
23102024-10-30T14:32:49.621Z Compiling inout v0.1.3
23112024-10-30T14:32:49.623Z 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`
23122024-10-30T14:32:49.657Z 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`
23132024-10-30T14:32:49.898Z Dirty cipher v0.4.4: the rustflags changed
23142024-10-30T14:32:49.898Z Compiling cipher v0.4.4
23152024-10-30T14:32:49.901Z 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`
23162024-10-30T14:32:50.027Z Dirty sha2 v0.10.8: the rustflags changed
23172024-10-30T14:32:50.027Z Compiling sha2 v0.10.8
23182024-10-30T14:32:50.029Z 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`
23192024-10-30T14:32:50.149Z Dirty rand_chacha v0.3.1: the rustflags changed
23202024-10-30T14:32:50.149Z Compiling rand_chacha v0.3.1
23212024-10-30T14:32:50.152Z 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`
23222024-10-30T14:32:50.448Z Dirty time v0.3.36: the rustflags changed
23232024-10-30T14:32:50.448Z Compiling time v0.3.36
23242024-10-30T14:32:50.448Z 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`
23252024-10-30T14:32:51.056Z Dirty tracing v0.1.40: the rustflags changed
23262024-10-30T14:32:51.056Z Compiling tracing v0.1.40
23272024-10-30T14:32:51.059Z 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`
23282024-10-30T14:32:51.552Z Dirty rand v0.8.5: the rustflags changed
23292024-10-30T14:32:51.552Z Compiling rand v0.8.5
23302024-10-30T14:32:51.554Z 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`
23312024-10-30T14:32:51.978Z 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"'`
23322024-10-30T14:32:52.409Z Dirty gimli v0.31.1: the rustflags changed
23332024-10-30T14:32:52.410Z Compiling gimli v0.31.1
23342024-10-30T14:32:52.412Z 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`
23352024-10-30T14:32:52.625Z Dirty tower-service v0.3.3: the rustflags changed
23362024-10-30T14:32:52.625Z Compiling tower-service v0.3.3
23372024-10-30T14:32:52.628Z 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`
23382024-10-30T14:32:52.738Z 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)'`
23392024-10-30T14:32:52.771Z Dirty slog v2.7.0: the rustflags changed
23402024-10-30T14:32:52.771Z Compiling slog v2.7.0
23412024-10-30T14:32:52.774Z 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`
23422024-10-30T14:32:53.232Z Dirty async-trait v0.1.83: the rustflags changed
23432024-10-30T14:32:53.232Z Compiling async-trait v0.1.83
23442024-10-30T14:32:53.235Z 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`
23452024-10-30T14:32:53.370Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-cd6cca163263a855/build-script-build`
23462024-10-30T14:32:53.453Z Dirty der_derive v0.7.3: the rustflags changed
23472024-10-30T14:32:53.453Z Compiling der_derive v0.7.3
23482024-10-30T14:32:53.456Z 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`
23492024-10-30T14:32:53.549Z Dirty object v0.36.5: the rustflags changed
23502024-10-30T14:32:53.550Z Compiling object v0.36.5
23512024-10-30T14:32:53.552Z 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`
23522024-10-30T14:32:53.578Z Dirty flagset v0.4.6: the rustflags changed
23532024-10-30T14:32:53.578Z Compiling flagset v0.4.6
23542024-10-30T14:32:53.580Z 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`
23552024-10-30T14:32:53.797Z Dirty anyhow v1.0.89: the rustflags changed
23562024-10-30T14:32:53.797Z Compiling anyhow v1.0.89
23572024-10-30T14:32:53.800Z 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.89/build.rs --error-format=json --json=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=37fb638d48839151 -C extra-filename=-37fb638d48839151 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-37fb638d48839151 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23582024-10-30T14:32:54.394Z Dirty rustc-demangle v0.1.24: the rustflags changed
23592024-10-30T14:32:54.394Z Compiling rustc-demangle v0.1.24
23602024-10-30T14:32:54.396Z 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`
23612024-10-30T14:32:54.531Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-37fb638d48839151/build-script-build`
23622024-10-30T14:32:55.023Z 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`
23632024-10-30T14:32:55.371Z Dirty rustls-webpki v0.102.8: the rustflags changed
23642024-10-30T14:32:55.371Z Compiling rustls-webpki v0.102.8
23652024-10-30T14:32:55.374Z 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`
23662024-10-30T14:32:55.455Z Dirty aes v0.8.4: the rustflags changed
23672024-10-30T14:32:55.455Z Compiling aes v0.8.4
23682024-10-30T14:32:55.457Z 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`
23692024-10-30T14:32:55.893Z Dirty pbkdf2 v0.12.2: the rustflags changed
23702024-10-30T14:32:55.893Z Compiling pbkdf2 v0.12.2
23712024-10-30T14:32:55.896Z 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`
23722024-10-30T14:32:56.018Z Dirty der v0.7.9: the rustflags changed
23732024-10-30T14:32:56.018Z Compiling der v0.7.9
23742024-10-30T14:32:56.021Z Dirty openssl-sys v0.9.103: the rustflags changed
23752024-10-30T14:32:56.021Z Compiling openssl-sys v0.9.103
23762024-10-30T14:32:56.021Z 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`
23772024-10-30T14:32:56.021Z 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`
23782024-10-30T14:32:56.092Z Dirty mime v0.3.17: the rustflags changed
23792024-10-30T14:32:56.092Z Compiling mime v0.3.17
23802024-10-30T14:32:56.095Z 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`
23812024-10-30T14:32:56.701Z Dirty salsa20 v0.10.2: the rustflags changed
23822024-10-30T14:32:56.701Z Compiling salsa20 v0.10.2
23832024-10-30T14:32:56.704Z 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`
23842024-10-30T14:32:56.945Z Dirty addr2line v0.24.2: the rustflags changed
23852024-10-30T14:32:56.945Z Compiling addr2line v0.24.2
23862024-10-30T14:32:56.948Z 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`
23872024-10-30T14:32:57.230Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-1e22ec177c9b5530/build-script-main`
23882024-10-30T14:32:57.344Z Dirty cbc v0.1.2: the rustflags changed
23892024-10-30T14:32:57.344Z Compiling cbc v0.1.2
23902024-10-30T14:32:57.366Z 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`
23912024-10-30T14:32:57.370Z Dirty ipnet v2.10.1: the rustflags changed
23922024-10-30T14:32:57.370Z Compiling ipnet v2.10.1
23932024-10-30T14:32:57.373Z 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`
23942024-10-30T14:32:57.423Z Dirty rustversion v1.0.17: the rustflags changed
23952024-10-30T14:32:57.423Z Compiling rustversion v1.0.17
23962024-10-30T14:32:57.426Z 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`
23972024-10-30T14:32:57.607Z Dirty scrypt v0.11.0: the rustflags changed
23982024-10-30T14:32:57.607Z Compiling scrypt v0.11.0
23992024-10-30T14:32:57.610Z 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`
24002024-10-30T14:32:57.635Z Dirty futures-executor v0.3.31: the rustflags changed
24012024-10-30T14:32:57.635Z Compiling futures-executor v0.3.31
24022024-10-30T14:32:57.638Z 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`
24032024-10-30T14:32:58.161Z Dirty spki v0.7.3: the rustflags changed
24042024-10-30T14:32:58.161Z Compiling spki v0.7.3
24052024-10-30T14:32:58.185Z 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`
24062024-10-30T14:32:58.187Z Dirty camino v1.1.9: the rustflags changed
24072024-10-30T14:32:58.187Z Compiling camino v1.1.9
24082024-10-30T14:32:58.190Z 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`
24092024-10-30T14:32:58.211Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-7dd659e890c6eb41/build-script-build`
24102024-10-30T14:32:58.236Z Dirty futures v0.3.31: the rustflags changed
24112024-10-30T14:32:58.236Z Compiling futures v0.3.31
24122024-10-30T14:32:58.236Z 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`
24132024-10-30T14:32:58.289Z 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"))'`
24142024-10-30T14:32:58.366Z Dirty encoding_rs v0.8.34: the rustflags changed
24152024-10-30T14:32:58.366Z Compiling encoding_rs v0.8.34
24162024-10-30T14:32:58.369Z 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`
24172024-10-30T14:32:58.513Z Dirty bytes v1.7.2: the rustflags changed
24182024-10-30T14:32:58.513Z Compiling bytes v1.7.2
24192024-10-30T14:32:58.516Z 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`
24202024-10-30T14:32:58.541Z Dirty bitflags v2.6.0: the rustflags changed
24212024-10-30T14:32:58.542Z Compiling bitflags v2.6.0
24222024-10-30T14:32:58.542Z 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`
24232024-10-30T14:32:58.878Z 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"))'`
24242024-10-30T14:32:58.903Z Dirty indexmap v2.6.0: the rustflags changed
24252024-10-30T14:32:58.903Z Compiling indexmap v2.6.0
24262024-10-30T14:32:58.905Z 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`
24272024-10-30T14:32:58.942Z 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`
24282024-10-30T14:32:59.259Z Dirty chrono v0.4.38: the rustflags changed
24292024-10-30T14:32:59.259Z Compiling chrono v0.4.38
24302024-10-30T14:32:59.262Z 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`
24312024-10-30T14:32:59.722Z Dirty tokio v1.40.0: the rustflags changed
24322024-10-30T14:32:59.722Z Compiling tokio v1.40.0
24332024-10-30T14:32:59.757Z 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`
24342024-10-30T14:32:59.788Z 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-10-30T14:33:00.449Z Dirty uuid v1.10.0: the rustflags changed
24362024-10-30T14:33:00.450Z Compiling uuid v1.10.0
24372024-10-30T14:33:00.496Z 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`
24382024-10-30T14:33:00.499Z Dirty http v1.1.0: the rustflags changed
24392024-10-30T14:33:00.500Z Compiling http v1.1.0
24402024-10-30T14:33:00.502Z 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`
24412024-10-30T14:33:01.201Z Dirty toml_datetime v0.6.8: the rustflags changed
24422024-10-30T14:33:01.201Z Compiling toml_datetime v0.6.8
24432024-10-30T14:33:01.204Z 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`
24442024-10-30T14:33:01.728Z 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`
24452024-10-30T14:33:01.914Z Dirty serde_spanned v0.6.8: the rustflags changed
24462024-10-30T14:33:01.914Z Compiling serde_spanned v0.6.8
24472024-10-30T14:33:01.916Z 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`
24482024-10-30T14:33:02.009Z Dirty serde_tokenstream v0.2.2: the rustflags changed
24492024-10-30T14:33:02.009Z Compiling serde_tokenstream v0.2.2
24502024-10-30T14:33:02.012Z 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`
24512024-10-30T14:33:02.159Z Dirty http-body v1.0.1: the rustflags changed
24522024-10-30T14:33:02.159Z Compiling http-body v1.0.1
24532024-10-30T14:33:02.161Z 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`
24542024-10-30T14:33:02.420Z Dirty backtrace v0.3.74: the rustflags changed
24552024-10-30T14:33:02.420Z Compiling backtrace v0.3.74
24562024-10-30T14:33:02.423Z 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`
24572024-10-30T14:33:02.616Z Dirty rustc_version v0.4.1: the rustflags changed
24582024-10-30T14:33:02.616Z Compiling rustc_version v0.4.1
24592024-10-30T14:33:02.619Z 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`
24602024-10-30T14:33:02.641Z Dirty pkcs5 v0.7.1: the rustflags changed
24612024-10-30T14:33:02.641Z Compiling pkcs5 v0.7.1
24622024-10-30T14:33:02.644Z 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`
24632024-10-30T14:33:02.851Z Dirty http-body-util v0.1.2: the rustflags changed
24642024-10-30T14:33:02.851Z Compiling http-body-util v0.1.2
24652024-10-30T14:33:02.854Z 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`
24662024-10-30T14:33:02.882Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-14b435e1be281bf4/build-script-build`
24672024-10-30T14:33:02.958Z Dirty serde_urlencoded v0.7.1: the rustflags changed
24682024-10-30T14:33:02.958Z Compiling serde_urlencoded v0.7.1
24692024-10-30T14:33:02.961Z 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`
24702024-10-30T14:33:03.356Z 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.89/src/lib.rs --error-format=json --json=diagnostic-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=7928be43fe3c3b32 -C extra-filename=-7928be43fe3c3b32 --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)'`
24712024-10-30T14:33:03.384Z Dirty pkcs8 v0.10.2: the rustflags changed
24722024-10-30T14:33:03.384Z Compiling pkcs8 v0.10.2
24732024-10-30T14:33:03.406Z 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`
24742024-10-30T14:33:03.505Z Dirty data-encoding v2.6.0: the rustflags changed
24752024-10-30T14:33:03.505Z Compiling data-encoding v2.6.0
24762024-10-30T14:33:03.508Z 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`
24772024-10-30T14:33:03.817Z Dirty winnow v0.6.20: the rustflags changed
24782024-10-30T14:33:03.817Z Compiling winnow v0.6.20
24792024-10-30T14:33:03.846Z 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`
24802024-10-30T14:33:04.101Z Dirty foreign-types-shared v0.1.1: the rustflags changed
24812024-10-30T14:33:04.101Z Compiling foreign-types-shared v0.1.1
24822024-10-30T14:33:04.104Z 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`
24832024-10-30T14:33:04.231Z Dirty openssl v0.10.66: the rustflags changed
24842024-10-30T14:33:04.231Z Compiling openssl v0.10.66
24852024-10-30T14:33:04.234Z 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`
24862024-10-30T14:33:04.273Z Dirty utf8parse v0.2.2: the rustflags changed
24872024-10-30T14:33:04.273Z Compiling utf8parse v0.2.2
24882024-10-30T14:33:04.275Z 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`
24892024-10-30T14:33:04.301Z Dirty openssl-probe v0.1.5: the rustflags changed
24902024-10-30T14:33:04.301Z Compiling openssl-probe v0.1.5
24912024-10-30T14:33:04.303Z 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`
24922024-10-30T14:33:04.448Z Dirty foreign-types v0.3.2: the rustflags changed
24932024-10-30T14:33:04.448Z Compiling foreign-types v0.3.2
24942024-10-30T14:33:04.451Z 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`
24952024-10-30T14:33:04.562Z 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)'`
24962024-10-30T14:33:04.677Z 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)'`
24972024-10-30T14:33:04.746Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-e2780f3f231fad2a/build-script-build`
24982024-10-30T14:33:04.785Z Dirty rustls-pemfile v2.2.0: the rustflags changed
24992024-10-30T14:33:04.785Z Compiling rustls-pemfile v2.2.0
25002024-10-30T14:33:04.788Z 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`
25012024-10-30T14:33:05.142Z Dirty openssl-macros v0.1.1: the rustflags changed
25022024-10-30T14:33:05.142Z Compiling openssl-macros v0.1.1
25032024-10-30T14:33:05.144Z 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`
25042024-10-30T14:33:05.404Z Dirty rustls v0.23.14: the rustflags changed
25052024-10-30T14:33:05.404Z Compiling rustls v0.23.14
25062024-10-30T14:33:05.406Z 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`
25072024-10-30T14:33:05.537Z Dirty unicode-width v0.1.14: the rustflags changed
25082024-10-30T14:33:05.537Z Compiling unicode-width v0.1.14
25092024-10-30T14:33:05.540Z 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`
25102024-10-30T14:33:05.685Z Dirty winnow v0.5.40: the rustflags changed
25112024-10-30T14:33:05.685Z Compiling winnow v0.5.40
25122024-10-30T14:33:05.687Z 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`
25132024-10-30T14:33:05.754Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-1f61ef7cdf49a0be/build-script-build`
25142024-10-30T14:33:05.781Z Dirty is-terminal v0.4.13: the rustflags changed
25152024-10-30T14:33:05.781Z Compiling is-terminal v0.4.13
25162024-10-30T14:33:05.784Z 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`
25172024-10-30T14:33:05.813Z Dirty anstyle v1.0.8: the rustflags changed
25182024-10-30T14:33:05.813Z Compiling anstyle v1.0.8
25192024-10-30T14:33:05.815Z 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`
25202024-10-30T14:33:05.917Z Dirty native-tls v0.2.12: the rustflags changed
25212024-10-30T14:33:05.917Z Compiling native-tls v0.2.12
25222024-10-30T14:33:05.919Z 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`
25232024-10-30T14:33:06.046Z 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)'`
25242024-10-30T14:33:06.074Z Dirty openapiv3 v2.0.0: the rustflags changed
25252024-10-30T14:33:06.074Z Compiling openapiv3 v2.0.0
25262024-10-30T14:33:06.077Z 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`
25272024-10-30T14:33:06.118Z 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)'`
25282024-10-30T14:33:06.245Z Dirty sha1 v0.10.6: the rustflags changed
25292024-10-30T14:33:06.245Z Compiling sha1 v0.10.6
25302024-10-30T14:33:06.247Z 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`
25312024-10-30T14:33:06.315Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-373eb9d960119dad/build-script-build`
25322024-10-30T14:33:06.357Z Dirty cookie v0.18.1: the rustflags changed
25332024-10-30T14:33:06.357Z Compiling cookie v0.18.1
25342024-10-30T14:33:06.359Z 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`
25352024-10-30T14:33:06.676Z Dirty ucd-trie v0.1.7: the rustflags changed
25362024-10-30T14:33:06.676Z Compiling ucd-trie v0.1.7
25372024-10-30T14:33:06.698Z 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`
25382024-10-30T14:33:06.733Z Dirty siphasher v0.3.11: the rustflags changed
25392024-10-30T14:33:06.733Z Compiling siphasher v0.3.11
25402024-10-30T14:33:06.736Z 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`
25412024-10-30T14:33:07.128Z Dirty pest v2.7.14: the rustflags changed
25422024-10-30T14:33:07.128Z Compiling pest v2.7.14
25432024-10-30T14:33:07.131Z 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`
25442024-10-30T14:33:07.285Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-254ed89bc090748a/build-script-build`
25452024-10-30T14:33:07.371Z Dirty idna v0.3.0: the rustflags changed
25462024-10-30T14:33:07.371Z Compiling idna v0.3.0
25472024-10-30T14:33:07.373Z 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`
25482024-10-30T14:33:07.522Z Dirty dirs-sys-next v0.1.2: the rustflags changed
25492024-10-30T14:33:07.522Z Compiling dirs-sys-next v0.1.2
25502024-10-30T14:33:07.524Z 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`
25512024-10-30T14:33:08.212Z Dirty tokio-util v0.7.12: the rustflags changed
25522024-10-30T14:33:08.212Z Compiling tokio-util v0.7.12
25532024-10-30T14:33:08.214Z 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`
25542024-10-30T14:33:08.988Z Dirty psl-types v2.0.11: the rustflags changed
25552024-10-30T14:33:08.988Z Compiling psl-types v2.0.11
25562024-10-30T14:33:08.990Z 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`
25572024-10-30T14:33:09.239Z Dirty h2 v0.4.6: the rustflags changed
25582024-10-30T14:33:09.239Z Compiling h2 v0.4.6
25592024-10-30T14:33:09.241Z 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`
25602024-10-30T14:33:09.469Z Dirty toml_edit v0.19.15: the rustflags changed
25612024-10-30T14:33:09.469Z Compiling toml_edit v0.19.15
25622024-10-30T14:33:09.472Z 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`
25632024-10-30T14:33:09.647Z Dirty publicsuffix v2.2.3: the rustflags changed
25642024-10-30T14:33:09.647Z Compiling publicsuffix v2.2.3
25652024-10-30T14:33:09.650Z 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`
25662024-10-30T14:33:09.942Z Dirty pest_meta v2.7.14: the rustflags changed
25672024-10-30T14:33:09.942Z Compiling pest_meta v2.7.14
25682024-10-30T14:33:09.942Z 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`
25692024-10-30T14:33:10.169Z Dirty dirs-next v2.0.0: the rustflags changed
25702024-10-30T14:33:10.169Z Compiling dirs-next v2.0.0
25712024-10-30T14:33:10.171Z 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`
25722024-10-30T14:33:10.316Z 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`
25732024-10-30T14:33:10.370Z Dirty toml_edit v0.22.22: the rustflags changed
25742024-10-30T14:33:10.370Z Compiling toml_edit v0.22.22
25752024-10-30T14:33:10.372Z 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`
25762024-10-30T14:33:11.410Z Dirty anstyle-parse v0.2.5: the rustflags changed
25772024-10-30T14:33:11.410Z Compiling anstyle-parse v0.2.5
25782024-10-30T14:33:11.413Z 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`
25792024-10-30T14:33:11.765Z Dirty signature v2.2.0: the rustflags changed
25802024-10-30T14:33:11.765Z Compiling signature v2.2.0
25812024-10-30T14:33:11.768Z 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`
25822024-10-30T14:33:12.090Z Dirty tokio-rustls v0.26.0: the rustflags changed
25832024-10-30T14:33:12.090Z Compiling tokio-rustls v0.26.0
25842024-10-30T14:33:12.093Z 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`
25852024-10-30T14:33:12.569Z 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`
25862024-10-30T14:33:13.199Z Dirty tokio-native-tls v0.3.1: the rustflags changed
25872024-10-30T14:33:13.199Z Compiling tokio-native-tls v0.3.1
25882024-10-30T14:33:13.202Z 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`
25892024-10-30T14:33:13.495Z Dirty webpki-roots v0.26.6: the rustflags changed
25902024-10-30T14:33:13.495Z Compiling webpki-roots v0.26.6
25912024-10-30T14:33:13.498Z 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`
25922024-10-30T14:33:13.725Z Dirty scroll_derive v0.12.0: the rustflags changed
25932024-10-30T14:33:13.725Z Compiling scroll_derive v0.12.0
25942024-10-30T14:33:13.727Z 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`
25952024-10-30T14:33:14.186Z Dirty is_terminal_polyfill v1.70.1: the rustflags changed
25962024-10-30T14:33:14.186Z Compiling is_terminal_polyfill v1.70.1
25972024-10-30T14:33:14.189Z 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`
25982024-10-30T14:33:14.337Z Dirty anstyle-query v1.1.1: the rustflags changed
25992024-10-30T14:33:14.337Z Compiling anstyle-query v1.1.1
26002024-10-30T14:33:14.340Z 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`
26012024-10-30T14:33:14.514Z Dirty heck v0.4.1: the rustflags changed
26022024-10-30T14:33:14.514Z Compiling heck v0.4.1
26032024-10-30T14:33:14.518Z 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`
26042024-10-30T14:33:14.597Z Dirty colorchoice v1.0.2: the rustflags changed
26052024-10-30T14:33:14.597Z Compiling colorchoice v1.0.2
26062024-10-30T14:33:14.600Z 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`
26072024-10-30T14:33:14.652Z Dirty pest_generator v2.7.14: the rustflags changed
26082024-10-30T14:33:14.652Z Compiling pest_generator v2.7.14
26092024-10-30T14:33:14.655Z 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`
26102024-10-30T14:33:14.777Z Dirty anstream v0.6.15: the rustflags changed
26112024-10-30T14:33:14.778Z Compiling anstream v0.6.15
26122024-10-30T14:33:14.780Z 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`
26132024-10-30T14:33:15.012Z Dirty cookie_store v0.21.0: the rustflags changed
26142024-10-30T14:33:15.012Z Compiling cookie_store v0.21.0
26152024-10-30T14:33:15.014Z 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`
26162024-10-30T14:33:15.349Z Dirty scroll v0.12.0: the rustflags changed
26172024-10-30T14:33:15.349Z Compiling scroll v0.12.0
26182024-10-30T14:33:15.352Z 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`
26192024-10-30T14:33:15.513Z Dirty term v0.7.0: the rustflags changed
26202024-10-30T14:33:15.513Z Compiling term v0.7.0
26212024-10-30T14:33:15.516Z 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`
26222024-10-30T14:33:15.953Z Dirty terminal_size v0.4.0: the rustflags changed
26232024-10-30T14:33:15.953Z Compiling terminal_size v0.4.0
26242024-10-30T14:33:15.996Z 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`
26252024-10-30T14:33:16.183Z Dirty hyper v1.4.1: the rustflags changed
26262024-10-30T14:33:16.183Z Compiling hyper v1.4.1
26272024-10-30T14:33:16.186Z 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`
26282024-10-30T14:33:16.510Z Dirty sync_wrapper v1.0.1: the rustflags changed
26292024-10-30T14:33:16.510Z Compiling sync_wrapper v1.0.1
26302024-10-30T14:33:16.532Z 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`
26312024-10-30T14:33:16.544Z Dirty clap_lex v0.7.2: the rustflags changed
26322024-10-30T14:33:16.544Z Compiling clap_lex v0.7.2
26332024-10-30T14:33:16.546Z 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`
26342024-10-30T14:33:16.672Z Dirty plain v0.2.3: the rustflags changed
26352024-10-30T14:33:16.672Z Compiling plain v0.2.3
26362024-10-30T14:33:16.675Z 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`
26372024-10-30T14:33:16.846Z Dirty unicode-segmentation v1.12.0: the rustflags changed
26382024-10-30T14:33:16.846Z Compiling unicode-segmentation v1.12.0
26392024-10-30T14:33:16.848Z 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`
26402024-10-30T14:33:16.933Z Dirty goblin v0.8.2: the rustflags changed
26412024-10-30T14:33:16.933Z Compiling goblin v0.8.2
26422024-10-30T14:33:16.936Z Dirty clap_builder v4.5.20: the rustflags changed
26432024-10-30T14:33:16.936Z Compiling clap_builder v4.5.20
26442024-10-30T14:33:16.936Z 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`
26452024-10-30T14:33:16.959Z 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`
26462024-10-30T14:33:17.031Z Dirty pest_derive v2.7.14: the rustflags changed
26472024-10-30T14:33:17.031Z Compiling pest_derive v2.7.14
26482024-10-30T14:33:17.034Z 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`
26492024-10-30T14:33:17.748Z Dirty clap_derive v4.5.18: the rustflags changed
26502024-10-30T14:33:17.748Z Compiling clap_derive v4.5.18
26512024-10-30T14:33:17.751Z 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`
26522024-10-30T14:33:18.024Z Dirty usdt-impl v0.5.0: the rustflags changed
26532024-10-30T14:33:18.024Z Compiling usdt-impl v0.5.0
26542024-10-30T14:33:18.027Z 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`
26552024-10-30T14:33:18.090Z Dirty base16ct v0.2.0: the rustflags changed
26562024-10-30T14:33:18.090Z Compiling base16ct v0.2.0
26572024-10-30T14:33:18.092Z 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`
26582024-10-30T14:33:18.415Z Dirty pretty-hex v0.4.1: the rustflags changed
26592024-10-30T14:33:18.415Z Compiling pretty-hex v0.4.1
26602024-10-30T14:33:18.418Z 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`
26612024-10-30T14:33:18.457Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-b285b8894122c5a8/build-script-build`
26622024-10-30T14:33:18.621Z Dirty sec1 v0.7.3: the rustflags changed
26632024-10-30T14:33:18.621Z Compiling sec1 v0.7.3
26642024-10-30T14:33:18.621Z 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`
26652024-10-30T14:33:18.648Z Dirty hyper-util v0.1.9: the rustflags changed
26662024-10-30T14:33:18.648Z Compiling hyper-util v0.1.9
26672024-10-30T14:33:18.651Z 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`
26682024-10-30T14:33:18.797Z Dirty dtrace-parser v0.2.0: the rustflags changed
26692024-10-30T14:33:18.797Z Compiling dtrace-parser v0.2.0
26702024-10-30T14:33:18.799Z 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`
26712024-10-30T14:33:19.214Z Dirty num-integer v0.1.46: the rustflags changed
26722024-10-30T14:33:19.214Z Compiling num-integer v0.1.46
26732024-10-30T14:33:19.216Z 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`
26742024-10-30T14:33:19.360Z Dirty ff v0.13.0: the rustflags changed
26752024-10-30T14:33:19.361Z Compiling ff v0.13.0
26762024-10-30T14:33:19.364Z 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`
26772024-10-30T14:33:19.607Z Dirty thread-id v4.2.2: the rustflags changed
26782024-10-30T14:33:19.607Z Compiling thread-id v4.2.2
26792024-10-30T14:33:19.609Z 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`
26802024-10-30T14:33:19.739Z Dirty group v0.13.0: the rustflags changed
26812024-10-30T14:33:19.739Z Compiling group v0.13.0
26822024-10-30T14:33:19.743Z 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`
26832024-10-30T14:33:20.033Z Dirty toml v0.8.19: the rustflags changed
26842024-10-30T14:33:20.033Z Compiling toml v0.8.19
26852024-10-30T14:33:20.035Z 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`
26862024-10-30T14:33:20.081Z Dirty hkdf v0.12.4: the rustflags changed
26872024-10-30T14:33:20.081Z Compiling hkdf v0.12.4
26882024-10-30T14:33:20.085Z 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`
26892024-10-30T14:33:20.286Z Dirty crypto-bigint v0.5.5: the rustflags changed
26902024-10-30T14:33:20.286Z Compiling crypto-bigint v0.5.5
26912024-10-30T14:33:20.288Z 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`
26922024-10-30T14:33:20.341Z Dirty crossbeam-epoch v0.9.18: the rustflags changed
26932024-10-30T14:33:20.341Z Compiling crossbeam-epoch v0.9.18
26942024-10-30T14:33:20.344Z 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`
26952024-10-30T14:33:20.832Z Dirty crc32fast v1.4.2: the rustflags changed
26962024-10-30T14:33:20.832Z Compiling crc32fast v1.4.2
26972024-10-30T14:33:20.834Z 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`
26982024-10-30T14:33:21.090Z Dirty hyper-tls v0.6.0: the rustflags changed
26992024-10-30T14:33:21.090Z Compiling hyper-tls v0.6.0
27002024-10-30T14:33:21.092Z 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`
27012024-10-30T14:33:21.171Z Dirty hyper-rustls v0.27.3: the rustflags changed
27022024-10-30T14:33:21.171Z Compiling hyper-rustls v0.27.3
27032024-10-30T14:33:21.174Z 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`
27042024-10-30T14:33:21.519Z Dirty paste v1.0.15: the rustflags changed
27052024-10-30T14:33:21.519Z Compiling paste v1.0.15
27062024-10-30T14:33:21.521Z 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`
27072024-10-30T14:33:21.693Z Dirty reqwest v0.12.8: the rustflags changed
27082024-10-30T14:33:21.693Z Compiling reqwest v0.12.8
27092024-10-30T14:33:21.696Z 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`
27102024-10-30T14:33:21.775Z Dirty utf-8 v0.7.6: the rustflags changed
27112024-10-30T14:33:21.775Z Compiling utf-8 v0.7.6
27122024-10-30T14:33:21.778Z 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`
27132024-10-30T14:33:21.799Z Dirty bitflags v1.3.2: the rustflags changed
27142024-10-30T14:33:21.799Z Compiling bitflags v1.3.2
27152024-10-30T14:33:21.801Z 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`
27162024-10-30T14:33:21.915Z Dirty rayon-core v1.12.1: the rustflags changed
27172024-10-30T14:33:21.915Z Compiling rayon-core v1.12.1
27182024-10-30T14:33:21.917Z 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`
27192024-10-30T14:33:22.097Z Dirty static_assertions v1.1.0: the rustflags changed
27202024-10-30T14:33:22.098Z Compiling static_assertions v1.1.0
27212024-10-30T14:33:22.098Z 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`
27222024-10-30T14:33:22.142Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-ba9ab7396cdea7bd/build-script-build`
27232024-10-30T14:33:22.210Z Dirty hex v0.4.3: the rustflags changed
27242024-10-30T14:33:22.210Z Compiling hex v0.4.3
27252024-10-30T14:33:22.213Z 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`
27262024-10-30T14:33:22.236Z Dirty itertools v0.10.5: the rustflags changed
27272024-10-30T14:33:22.237Z Compiling itertools v0.10.5
27282024-10-30T14:33:22.239Z 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`
27292024-10-30T14:33:22.281Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-be273ddca95773e5/build-script-build`
27302024-10-30T14:33:22.321Z Dirty stable_deref_trait v1.2.0: the rustflags changed
27312024-10-30T14:33:22.321Z Compiling stable_deref_trait v1.2.0
27322024-10-30T14:33:22.323Z 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`
27332024-10-30T14:33:22.446Z Dirty bit-vec v0.6.3: the rustflags changed
27342024-10-30T14:33:22.446Z Compiling bit-vec v0.6.3
27352024-10-30T14:33:22.448Z 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`
27362024-10-30T14:33:22.484Z Dirty clap v4.5.20: the rustflags changed
27372024-10-30T14:33:22.484Z Compiling clap v4.5.20
27382024-10-30T14:33:22.487Z 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`
27392024-10-30T14:33:22.625Z Dirty dof v0.3.0: the rustflags changed
27402024-10-30T14:33:22.625Z Compiling dof v0.3.0
27412024-10-30T14:33:22.627Z 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`
27422024-10-30T14:33:22.807Z Dirty bit-set v0.5.3: the rustflags changed
27432024-10-30T14:33:22.807Z Compiling bit-set v0.5.3
27442024-10-30T14:33:22.809Z 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`
27452024-10-30T14:33:22.927Z 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"))'`
27462024-10-30T14:33:23.111Z Dirty crossbeam-deque v0.8.5: the rustflags changed
27472024-10-30T14:33:23.111Z Compiling crossbeam-deque v0.8.5
27482024-10-30T14:33:23.114Z 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`
27492024-10-30T14:33:23.471Z 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`
27502024-10-30T14:33:24.219Z Dirty elliptic-curve v0.13.8: the rustflags changed
27512024-10-30T14:33:24.219Z Compiling elliptic-curve v0.13.8
27522024-10-30T14:33:24.222Z 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`
27532024-10-30T14:33:24.670Z Dirty num-iter v0.1.45: the rustflags changed
27542024-10-30T14:33:24.670Z Compiling num-iter v0.1.45
27552024-10-30T14:33:24.673Z 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`
27562024-10-30T14:33:24.875Z Dirty curve25519-dalek v4.1.3: the rustflags changed
27572024-10-30T14:33:24.875Z Compiling curve25519-dalek v4.1.3
27582024-10-30T14:33:24.878Z 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`
27592024-10-30T14:33:24.989Z Dirty crossbeam-channel v0.5.13: the rustflags changed
27602024-10-30T14:33:24.989Z Compiling crossbeam-channel v0.5.13
27612024-10-30T14:33:24.992Z 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`
27622024-10-30T14:33:25.080Z Dirty memmap v0.7.0: the rustflags changed
27632024-10-30T14:33:25.080Z Compiling memmap v0.7.0
27642024-10-30T14:33:25.083Z 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`
27652024-10-30T14:33:25.106Z Dirty thread_local v1.1.8: the rustflags changed
27662024-10-30T14:33:25.106Z Compiling thread_local v1.1.8
27672024-10-30T14:33:25.108Z 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`
27682024-10-30T14:33:25.453Z Dirty num-bigint-dig v0.8.4: the rustflags changed
27692024-10-30T14:33:25.453Z Compiling num-bigint-dig v0.8.4
27702024-10-30T14:33:25.455Z 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`
27712024-10-30T14:33:25.570Z Dirty slog-async v2.8.0: the rustflags changed
27722024-10-30T14:33:25.570Z Compiling slog-async v2.8.0
27732024-10-30T14:33:25.573Z 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`
27742024-10-30T14:33:25.620Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-3e4f0b75cd8c623d/build-script-build`
27752024-10-30T14:33:25.646Z 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`
27762024-10-30T14:33:25.741Z Dirty flate2 v1.0.34: the rustflags changed
27772024-10-30T14:33:25.741Z Compiling flate2 v1.0.34
27782024-10-30T14:33:25.747Z 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`
27792024-10-30T14:33:25.825Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-c68374765820bca2/build-script-build`
27802024-10-30T14:33:25.864Z Dirty toml v0.7.8: the rustflags changed
27812024-10-30T14:33:25.864Z Compiling toml v0.7.8
27822024-10-30T14:33:25.867Z 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`
27832024-10-30T14:33:26.090Z Dirty phf_shared v0.11.2: the rustflags changed
27842024-10-30T14:33:26.090Z Compiling phf_shared v0.11.2
27852024-10-30T14:33:26.092Z 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`
27862024-10-30T14:33:26.154Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-f8fbb14228ee6a69/build-script-build`
27872024-10-30T14:33:26.235Z Dirty rfc6979 v0.4.0: the rustflags changed
27882024-10-30T14:33:26.235Z Compiling rfc6979 v0.4.0
27892024-10-30T14:33:26.238Z 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`
27902024-10-30T14:33:26.263Z Dirty curve25519-dalek-derive v0.1.1: the rustflags changed
27912024-10-30T14:33:26.263Z Compiling curve25519-dalek-derive v0.1.1
27922024-10-30T14:33:26.266Z 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`
27932024-10-30T14:33:26.446Z Dirty zerocopy-derive v0.6.6: the rustflags changed
27942024-10-30T14:33:26.446Z Compiling zerocopy-derive v0.6.6
27952024-10-30T14:33:26.448Z 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`
27962024-10-30T14:33:26.494Z Dirty bstr v1.10.0: the rustflags changed
27972024-10-30T14:33:26.494Z Compiling bstr v1.10.0
27982024-10-30T14:33:26.497Z 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`
27992024-10-30T14:33:26.632Z Dirty usdt-macro v0.5.0: the rustflags changed
28002024-10-30T14:33:26.632Z Compiling usdt-macro v0.5.0
28012024-10-30T14:33:26.635Z 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`
28022024-10-30T14:33:26.702Z Dirty usdt-attr-macro v0.5.0: the rustflags changed
28032024-10-30T14:33:26.702Z Compiling usdt-attr-macro v0.5.0
28042024-10-30T14:33:26.709Z 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`
28052024-10-30T14:33:27.310Z Dirty rustls v0.22.4: the rustflags changed
28062024-10-30T14:33:27.310Z Compiling rustls v0.22.4
28072024-10-30T14:33:27.313Z 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`
28082024-10-30T14:33:27.486Z Dirty signal-hook v0.3.17: the rustflags changed
28092024-10-30T14:33:27.486Z Compiling signal-hook v0.3.17
28102024-10-30T14:33:27.488Z 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`
28112024-10-30T14:33:27.654Z Dirty managed v0.8.0: the rustflags changed
28122024-10-30T14:33:27.654Z Compiling managed v0.8.0
28132024-10-30T14:33:27.657Z 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`
28142024-10-30T14:33:27.835Z Dirty take_mut v0.2.2: the rustflags changed
28152024-10-30T14:33:27.835Z Compiling take_mut v0.2.2
28162024-10-30T14:33:27.837Z 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`
28172024-10-30T14:33:27.867Z Dirty fixedbitset v0.4.2: the rustflags changed
28182024-10-30T14:33:27.867Z Compiling fixedbitset v0.4.2
28192024-10-30T14:33:27.887Z 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`
28202024-10-30T14:33:28.014Z Dirty match_cfg v0.1.0: the rustflags changed
28212024-10-30T14:33:28.015Z Compiling match_cfg v0.1.0
28222024-10-30T14:33:28.017Z 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`
28232024-10-30T14:33:28.120Z 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`
28242024-10-30T14:33:28.123Z Dirty hostname v0.3.1: the rustflags changed
28252024-10-30T14:33:28.123Z Compiling hostname v0.3.1
28262024-10-30T14:33:28.123Z 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`
28272024-10-30T14:33:28.225Z Dirty petgraph v0.6.5: the rustflags changed
28282024-10-30T14:33:28.225Z Compiling petgraph v0.6.5
28292024-10-30T14:33:28.228Z 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`
28302024-10-30T14:33:28.334Z 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"'`
28312024-10-30T14:33:28.360Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-2fb8cf680648f425/build-script-build`
28322024-10-30T14:33:28.385Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-9e051d999dc1eb9d/build-script-build`
28332024-10-30T14:33:28.419Z Dirty ecdsa v0.16.9: the rustflags changed
28342024-10-30T14:33:28.419Z Compiling ecdsa v0.16.9
28352024-10-30T14:33:28.421Z 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`
28362024-10-30T14:33:28.443Z 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`
28372024-10-30T14:33:28.553Z Dirty usdt v0.5.0: the rustflags changed
28382024-10-30T14:33:28.553Z Compiling usdt v0.5.0
28392024-10-30T14:33:28.555Z 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`
28402024-10-30T14:33:28.628Z Dirty zerocopy v0.6.6: the rustflags changed
28412024-10-30T14:33:28.628Z Compiling zerocopy v0.6.6
28422024-10-30T14:33:28.631Z 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`
28432024-10-30T14:33:29.114Z Dirty slog-term v2.9.1: the rustflags changed
28442024-10-30T14:33:29.114Z Compiling slog-term v2.9.1
28452024-10-30T14:33:29.117Z 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`
28462024-10-30T14:33:29.209Z Dirty phf_shared v0.10.0: the rustflags changed
28472024-10-30T14:33:29.209Z Compiling phf_shared v0.10.0
28482024-10-30T14:33:29.211Z 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`
28492024-10-30T14:33:29.336Z Dirty pkcs1 v0.7.5: the rustflags changed
28502024-10-30T14:33:29.336Z Compiling pkcs1 v0.7.5
28512024-10-30T14:33:29.339Z 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`
28522024-10-30T14:33:29.601Z Dirty precomputed-hash v0.1.1: the rustflags changed
28532024-10-30T14:33:29.601Z Compiling precomputed-hash v0.1.1
28542024-10-30T14:33:29.604Z 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`
28552024-10-30T14:33:29.641Z Dirty new_debug_unreachable v1.0.6: the rustflags changed
28562024-10-30T14:33:29.641Z Compiling new_debug_unreachable v1.0.6
28572024-10-30T14:33:29.643Z 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`
28582024-10-30T14:33:29.725Z Dirty unicode-xid v0.2.6: the rustflags changed
28592024-10-30T14:33:29.725Z Compiling unicode-xid v0.2.6
28602024-10-30T14:33:29.727Z 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`
28612024-10-30T14:33:29.752Z Dirty minimal-lexical v0.2.1: the rustflags changed
28622024-10-30T14:33:29.752Z Compiling minimal-lexical v0.2.1
28632024-10-30T14:33:29.754Z 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`
28642024-10-30T14:33:29.925Z Dirty string_cache v0.8.7: the rustflags changed
28652024-10-30T14:33:29.925Z Compiling string_cache v0.8.7
28662024-10-30T14:33:29.934Z 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`
28672024-10-30T14:33:30.286Z Dirty nom v7.1.3: the rustflags changed
28682024-10-30T14:33:30.287Z Compiling nom v7.1.3
28692024-10-30T14:33:30.289Z 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`
28702024-10-30T14:33:30.313Z 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`
28712024-10-30T14:33:30.336Z 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`
28722024-10-30T14:33:30.388Z Dirty ed25519 v2.2.3: the rustflags changed
28732024-10-30T14:33:30.388Z Compiling ed25519 v2.2.3
28742024-10-30T14:33:30.399Z 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`
28752024-10-30T14:33:31.279Z Dirty rsa v0.9.6: the rustflags changed
28762024-10-30T14:33:31.279Z Compiling rsa v0.9.6
28772024-10-30T14:33:31.282Z 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`
28782024-10-30T14:33:32.231Z Dirty hubpack_derive v0.1.1: the rustflags changed
28792024-10-30T14:33:32.231Z Compiling hubpack_derive v0.1.1
28802024-10-30T14:33:32.234Z Dirty multer v3.1.0: the rustflags changed
28812024-10-30T14:33:32.234Z Compiling multer v3.1.0
28822024-10-30T14:33:32.234Z 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`
28832024-10-30T14:33:32.234Z 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`
28842024-10-30T14:33:32.628Z Dirty quick-error v1.2.3: the rustflags changed
28852024-10-30T14:33:32.628Z Compiling quick-error v1.2.3
28862024-10-30T14:33:32.631Z 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`
28872024-10-30T14:33:32.805Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-575096ee1911e6ef/build-script-build`
28882024-10-30T14:33:32.887Z Dirty ed25519-dalek v2.1.1: the rustflags changed
28892024-10-30T14:33:32.887Z Compiling ed25519-dalek v2.1.1
28902024-10-30T14:33:32.890Z 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`
28912024-10-30T14:33:33.009Z Dirty heapless v0.7.17: the rustflags changed
28922024-10-30T14:33:33.009Z Compiling heapless v0.7.17
28932024-10-30T14:33:33.016Z 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`
28942024-10-30T14:33:33.305Z Dirty hubpack v0.1.2: the rustflags changed
28952024-10-30T14:33:33.306Z Compiling hubpack v0.1.2
28962024-10-30T14:33:33.308Z 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`
28972024-10-30T14:33:33.542Z Dirty slog-json v2.6.1: the rustflags changed
28982024-10-30T14:33:33.542Z Compiling slog-json v2.6.1
28992024-10-30T14:33:33.545Z 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`
29002024-10-30T14:33:33.761Z Dirty x509-cert v0.2.5: the rustflags changed
29012024-10-30T14:33:33.761Z Compiling x509-cert v0.2.5
29022024-10-30T14:33:33.764Z 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`
29032024-10-30T14:33:33.914Z Dirty async-stream-impl v0.3.6: the rustflags changed
29042024-10-30T14:33:33.914Z Compiling async-stream-impl v0.3.6
29052024-10-30T14:33:33.916Z 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`
29062024-10-30T14:33:33.976Z Dirty enum-as-inner v0.6.1: the rustflags changed
29072024-10-30T14:33:33.976Z Compiling enum-as-inner v0.6.1
29082024-10-30T14:33:33.979Z 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`
29092024-10-30T14:33:34.176Z Dirty itertools v0.12.1: the rustflags changed
29102024-10-30T14:33:34.176Z Compiling itertools v0.12.1
29112024-10-30T14:33:34.178Z 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`
29122024-10-30T14:33:35.190Z Dirty tokio-rustls v0.25.0: the rustflags changed
29132024-10-30T14:33:35.190Z Compiling tokio-rustls v0.25.0
29142024-10-30T14:33:35.192Z 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`
29152024-10-30T14:33:35.462Z Dirty idna v0.4.0: the rustflags changed
29162024-10-30T14:33:35.462Z Compiling idna v0.4.0
29172024-10-30T14:33:35.464Z 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`
29182024-10-30T14:33:35.625Z Dirty dropshot v0.12.0: the rustflags changed
29192024-10-30T14:33:35.625Z Compiling dropshot v0.12.0
29202024-10-30T14:33:35.628Z 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`
29212024-10-30T14:33:35.997Z Dirty lalrpop-util v0.19.12: the rustflags changed
29222024-10-30T14:33:35.997Z Compiling lalrpop-util v0.19.12
29232024-10-30T14:33:36.000Z 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`
29242024-10-30T14:33:36.368Z Dirty debug-ignore v1.0.5: the rustflags changed
29252024-10-30T14:33:36.368Z Compiling debug-ignore v1.0.5
29262024-10-30T14:33:36.371Z 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`
29272024-10-30T14:33:36.424Z Dirty hickory-proto v0.24.1: the rustflags changed
29282024-10-30T14:33:36.424Z Compiling hickory-proto v0.24.1
29292024-10-30T14:33:36.426Z 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`
29302024-10-30T14:33:36.520Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-544ed9a98bd2a107/build-script-build`
29312024-10-30T14:33:36.603Z Dirty async-stream v0.3.6: the rustflags changed
29322024-10-30T14:33:36.603Z Compiling async-stream v0.3.6
29332024-10-30T14:33:36.606Z 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`
29342024-10-30T14:33:36.921Z Dirty slog-bunyan v2.5.0: the rustflags changed
29352024-10-30T14:33:36.921Z Compiling slog-bunyan v2.5.0
29362024-10-30T14:33:36.939Z 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`
29372024-10-30T14:33:37.009Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-e5eb12a5b4094c76/build-script-build`
29382024-10-30T14:33:37.091Z 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`
29392024-10-30T14:33:37.153Z Dirty signal-hook-mio v0.2.4: the rustflags changed
29402024-10-30T14:33:37.154Z Compiling signal-hook-mio v0.2.4
29412024-10-30T14:33:37.157Z 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`
29422024-10-30T14:33:37.327Z Dirty console v0.15.8: the rustflags changed
29432024-10-30T14:33:37.327Z Compiling console v0.15.8
29442024-10-30T14:33:37.327Z 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`
29452024-10-30T14:33:37.382Z Dirty dropshot_endpoint v0.12.0: the rustflags changed
29462024-10-30T14:33:37.382Z Compiling dropshot_endpoint v0.12.0
29472024-10-30T14:33:37.385Z 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`
29482024-10-30T14:33:38.140Z Dirty serde_path_to_error v0.1.16: the rustflags changed
29492024-10-30T14:33:38.140Z Compiling serde_path_to_error v0.1.16
29502024-10-30T14:33:38.143Z 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`
29512024-10-30T14:33:38.349Z Dirty waitgroup v0.1.2: the rustflags changed
29522024-10-30T14:33:38.349Z Compiling waitgroup v0.1.2
29532024-10-30T14:33:38.353Z 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`
29542024-10-30T14:33:38.598Z Dirty hostname v0.4.0: the rustflags changed
29552024-10-30T14:33:38.598Z Compiling hostname v0.4.0
29562024-10-30T14:33:38.601Z 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`
29572024-10-30T14:33:38.855Z Dirty hash32 v0.2.1: the rustflags changed
29582024-10-30T14:33:38.855Z Compiling hash32 v0.2.1
29592024-10-30T14:33:38.861Z 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`
29602024-10-30T14:33:38.885Z Dirty linked-hash-map v0.5.6: the rustflags changed
29612024-10-30T14:33:38.885Z Compiling linked-hash-map v0.5.6
29622024-10-30T14:33:38.888Z 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`
29632024-10-30T14:33:38.912Z Dirty smoltcp v0.9.1: the rustflags changed
29642024-10-30T14:33:38.913Z Compiling smoltcp v0.9.1
29652024-10-30T14:33:38.913Z 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`
29662024-10-30T14:33:39.014Z Dirty predicates-core v1.0.8: the rustflags changed
29672024-10-30T14:33:39.014Z Compiling predicates-core v1.0.8
29682024-10-30T14:33:39.017Z 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`
29692024-10-30T14:33:39.265Z Dirty unicode-properties v0.1.3: the rustflags changed
29702024-10-30T14:33:39.265Z Compiling unicode-properties v0.1.3
29712024-10-30T14:33:39.269Z 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`
29722024-10-30T14:33:39.293Z Dirty portable-atomic v1.9.0: the rustflags changed
29732024-10-30T14:33:39.293Z Compiling portable-atomic v1.9.0
29742024-10-30T14:33:39.295Z 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`
29752024-10-30T14:33:39.408Z Dirty lru-cache v0.1.2: the rustflags changed
29762024-10-30T14:33:39.408Z Compiling lru-cache v0.1.2
29772024-10-30T14:33:39.410Z 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`
29782024-10-30T14:33:39.622Z Dirty stringprep v0.1.5: the rustflags changed
29792024-10-30T14:33:39.622Z Compiling stringprep v0.1.5
29802024-10-30T14:33:39.625Z 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`
29812024-10-30T14:33:39.663Z 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`
29822024-10-30T14:33:39.729Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-b995c55bd7bcad00/build-script-build`
29832024-10-30T14:33:39.770Z Dirty crossterm v0.28.1: the rustflags changed
29842024-10-30T14:33:39.770Z Compiling crossterm v0.28.1
29852024-10-30T14:33:39.772Z 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`
29862024-10-30T14:33:39.797Z Dirty similar v2.6.0: the rustflags changed
29872024-10-30T14:33:39.797Z Compiling similar v2.6.0
29882024-10-30T14:33:39.805Z 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`
29892024-10-30T14:33:40.424Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-d1ccff0fa1274dff/build-script-build`
29902024-10-30T14:33:40.507Z Dirty rayon v1.10.0: the rustflags changed
29912024-10-30T14:33:40.507Z Compiling rayon v1.10.0
29922024-10-30T14:33:40.510Z 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`
29932024-10-30T14:33:40.763Z Dirty tokio-stream v0.1.16: the rustflags changed
29942024-10-30T14:33:40.764Z Compiling tokio-stream v0.1.16
29952024-10-30T14:33:40.766Z 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`
29962024-10-30T14:33:40.851Z Dirty md-5 v0.10.6: the rustflags changed
29972024-10-30T14:33:40.851Z Compiling md-5 v0.10.6
29982024-10-30T14:33:40.853Z 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`
29992024-10-30T14:33:41.134Z Dirty float-cmp v0.9.0: the rustflags changed
30002024-10-30T14:33:41.134Z Compiling float-cmp v0.9.0
30012024-10-30T14:33:41.137Z 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`
30022024-10-30T14:33:41.380Z Dirty fs-err v2.11.0: the rustflags changed
30032024-10-30T14:33:41.380Z Compiling fs-err v2.11.0
30042024-10-30T14:33:41.383Z 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`
30052024-10-30T14:33:41.762Z Dirty fallible-iterator v0.2.0: the rustflags changed
30062024-10-30T14:33:41.762Z Compiling fallible-iterator v0.2.0
30072024-10-30T14:33:41.762Z 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`
30082024-10-30T14:33:41.824Z Dirty normalize-line-endings v0.3.0: the rustflags changed
30092024-10-30T14:33:41.824Z Compiling normalize-line-endings v0.3.0
30102024-10-30T14:33:41.852Z 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`
30112024-10-30T14:33:41.913Z 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`
30122024-10-30T14:33:41.959Z Dirty difflib v0.4.0: the rustflags changed
30132024-10-30T14:33:41.959Z Compiling difflib v0.4.0
30142024-10-30T14:33:41.963Z 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`
30152024-10-30T14:33:42.066Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-5abf95b3526007fd/build-script-build`
30162024-10-30T14:33:42.093Z 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`
30172024-10-30T14:33:42.220Z 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"))'`
30182024-10-30T14:33:42.493Z Dirty postgres-protocol v0.6.7: the rustflags changed
30192024-10-30T14:33:42.493Z Compiling postgres-protocol v0.6.7
30202024-10-30T14:33:42.496Z 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`
30212024-10-30T14:33:43.399Z Dirty predicates v3.1.2: the rustflags changed
30222024-10-30T14:33:43.399Z Compiling predicates v3.1.2
30232024-10-30T14:33:43.403Z 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`
30242024-10-30T14:33:43.505Z Dirty resolv-conf v0.7.0: the rustflags changed
30252024-10-30T14:33:43.505Z Compiling resolv-conf v0.7.0
30262024-10-30T14:33:43.508Z 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`
30272024-10-30T14:33:43.561Z Dirty phf v0.11.2: the rustflags changed
30282024-10-30T14:33:43.561Z Compiling phf v0.11.2
30292024-10-30T14:33:43.563Z 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`
30302024-10-30T14:33:43.837Z Dirty tungstenite v0.24.0: the rustflags changed
30312024-10-30T14:33:43.837Z Compiling tungstenite v0.24.0
30322024-10-30T14:33:43.846Z 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`
30332024-10-30T14:33:43.888Z Dirty strum_macros v0.25.3: the rustflags changed
30342024-10-30T14:33:43.888Z Compiling strum_macros v0.25.3
30352024-10-30T14:33:43.892Z 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`
30362024-10-30T14:33:44.204Z Dirty serde-big-array v0.5.1: the rustflags changed
30372024-10-30T14:33:44.204Z Compiling serde-big-array v0.5.1
30382024-10-30T14:33:44.206Z 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`
30392024-10-30T14:33:44.248Z Dirty serde_repr v0.1.19: the rustflags changed
30402024-10-30T14:33:44.248Z Compiling serde_repr v0.1.19
30412024-10-30T14:33:44.251Z 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`
30422024-10-30T14:33:44.460Z Dirty peg-runtime v0.8.3: the rustflags changed
30432024-10-30T14:33:44.460Z Compiling peg-runtime v0.8.3
30442024-10-30T14:33:44.464Z 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`
30452024-10-30T14:33:45.108Z Dirty number_prefix v0.4.0: the rustflags changed
30462024-10-30T14:33:45.108Z Compiling number_prefix v0.4.0
30472024-10-30T14:33:45.110Z 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`
30482024-10-30T14:33:45.135Z Dirty tokio-tungstenite v0.24.0: the rustflags changed
30492024-10-30T14:33:45.135Z Compiling tokio-tungstenite v0.24.0
30502024-10-30T14:33:45.135Z 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`
30512024-10-30T14:33:45.340Z Dirty indicatif v0.17.8: the rustflags changed
30522024-10-30T14:33:45.340Z Compiling indicatif v0.17.8
30532024-10-30T14:33:45.343Z 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`
30542024-10-30T14:33:45.367Z Dirty hickory-resolver v0.24.1: the rustflags changed
30552024-10-30T14:33:45.367Z Compiling hickory-resolver v0.24.1
30562024-10-30T14:33:45.370Z 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`
30572024-10-30T14:33:45.530Z Dirty postgres-types v0.2.8: the rustflags changed
30582024-10-30T14:33:45.530Z Compiling postgres-types v0.2.8
30592024-10-30T14:33:45.539Z 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`
30602024-10-30T14:33:45.674Z 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)'`
30612024-10-30T14:33:45.968Z Dirty derive-where v1.2.7: the rustflags changed
30622024-10-30T14:33:45.969Z Compiling derive-where v1.2.7
30632024-10-30T14:33:45.971Z 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`
30642024-10-30T14:33:46.081Z Dirty whoami v1.5.2: the rustflags changed
30652024-10-30T14:33:46.081Z Compiling whoami v1.5.2
30662024-10-30T14:33:46.103Z 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`
30672024-10-30T14:33:46.528Z Dirty tokio-postgres v0.7.12: the rustflags changed
30682024-10-30T14:33:46.528Z Compiling tokio-postgres v0.7.12
30692024-10-30T14:33:46.531Z 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`
30702024-10-30T14:33:46.736Z Compiling hashbrown v0.14.5
30712024-10-30T14:33:46.757Z 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`
30722024-10-30T14:33:46.987Z Dirty fastrand v2.1.1: the rustflags changed
30732024-10-30T14:33:46.987Z Compiling fastrand v2.1.1
30742024-10-30T14:33:46.990Z 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`
30752024-10-30T14:33:47.398Z Compiling unsafe-libyaml v0.2.11
30762024-10-30T14:33:47.400Z 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`
30772024-10-30T14:33:47.536Z Compiling ident_case v1.0.1
30782024-10-30T14:33:47.539Z 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`
30792024-10-30T14:33:47.740Z Compiling darling_core v0.20.10
30802024-10-30T14:33:47.743Z 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`
30812024-10-30T14:33:47.859Z Dirty gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475): the rustflags changed
30822024-10-30T14:33:47.859Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
30832024-10-30T14:33:47.867Z 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`
30842024-10-30T14:33:48.068Z Compiling regress v0.10.1
30852024-10-30T14:33:48.070Z 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`
30862024-10-30T14:33:49.350Z Compiling serde_yaml v0.9.34+deprecated
30872024-10-30T14:33:49.352Z 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`
30882024-10-30T14:33:49.522Z Dirty qorb v0.1.2: the rustflags changed
30892024-10-30T14:33:49.522Z Compiling qorb v0.1.2
30902024-10-30T14:33:49.544Z 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.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="default"' --cfg 'feature="qtop"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "qtop", "serde"))' -C metadata=fbf1dada078aec5b -C extra-filename=-fbf1dada078aec5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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 --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`
30912024-10-30T14:33:50.855Z Compiling progenitor-client v0.8.0
30922024-10-30T14:33:50.858Z 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`
30932024-10-30T14:33:51.322Z Compiling ipnetwork v0.20.0
30942024-10-30T14:33:51.325Z 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`
30952024-10-30T14:33:51.526Z Compiling tempfile v3.13.0
30962024-10-30T14:33:51.529Z 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`
30972024-10-30T14:33:52.137Z Compiling typify-impl v0.2.0
30982024-10-30T14:33:52.140Z 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`
30992024-10-30T14:33:52.235Z Dirty strum_macros v0.26.4: the rustflags changed
31002024-10-30T14:33:52.236Z Compiling strum_macros v0.26.4
31012024-10-30T14:33:52.238Z 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`
31022024-10-30T14:33:52.396Z Compiling newtype-uuid v1.1.2
31032024-10-30T14:33:52.399Z 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`
31042024-10-30T14:33:52.760Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-895f8bcd08c072d3/build-script-build`
31052024-10-30T14:33:52.801Z 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)'`
31062024-10-30T14:33:53.066Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
31072024-10-30T14:33:53.069Z 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`
31082024-10-30T14:33:53.131Z Dirty structmeta-derive v0.3.0: the rustflags changed
31092024-10-30T14:33:53.131Z Compiling structmeta-derive v0.3.0
31102024-10-30T14:33:53.153Z 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`
31112024-10-30T14:33:53.294Z Compiling instant v0.1.13
31122024-10-30T14:33:53.296Z 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`
31132024-10-30T14:33:53.455Z Compiling regress v0.9.1
31142024-10-30T14:33:53.457Z 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`
31152024-10-30T14:33:53.835Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31162024-10-30T14:33:53.839Z 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`
31172024-10-30T14:33:54.191Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31182024-10-30T14:33:54.194Z 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`
31192024-10-30T14:33:54.262Z Compiling darling_macro v0.20.10
31202024-10-30T14:33:54.265Z 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`
31212024-10-30T14:33:54.648Z Compiling backoff v0.4.0
31222024-10-30T14:33:54.651Z 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`
31232024-10-30T14:33:55.034Z Compiling macaddr v1.0.1
31242024-10-30T14:33:55.034Z 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`
31252024-10-30T14:33:55.109Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31262024-10-30T14:33:55.112Z 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`
31272024-10-30T14:33:55.296Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
31282024-10-30T14:33:55.299Z 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`
31292024-10-30T14:33:55.426Z Compiling darling v0.20.10
31302024-10-30T14:33:55.429Z 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`
31312024-10-30T14:33:55.473Z Compiling wait-timeout v0.2.0
31322024-10-30T14:33:55.475Z 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`
31332024-10-30T14:33:55.497Z Compiling structmeta-derive v0.2.0
31342024-10-30T14:33:55.500Z 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`
31352024-10-30T14:33:55.561Z Compiling serde_with_macros v3.11.0
31362024-10-30T14:33:55.603Z 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`
31372024-10-30T14:33:55.606Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31382024-10-30T14:33:55.609Z 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=9c3968459f1fb646 -C extra-filename=-9c3968459f1fb646 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-9c3968459f1fb646 -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-7928be43fe3c3b32.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-fbf1dada078aec5b.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 -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64`
31392024-10-30T14:33:55.969Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-9c3968459f1fb646/build-script-build`
31402024-10-30T14:33:56.001Z Compiling rusty-fork v0.3.0
31412024-10-30T14:33:56.003Z 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`
31422024-10-30T14:33:56.034Z 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=ea90aceb97592546 -C extra-filename=-ea90aceb97592546 --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-7928be43fe3c3b32.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-fbf1dada078aec5b.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 -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64`
31432024-10-30T14:33:56.060Z Dirty structmeta v0.3.0: the rustflags changed
31442024-10-30T14:33:56.060Z Compiling structmeta v0.3.0
31452024-10-30T14:33:56.063Z 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`
31462024-10-30T14:33:56.147Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31472024-10-30T14:33:56.150Z 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=d2d90ce9bc591f0f -C extra-filename=-d2d90ce9bc591f0f --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-ea90aceb97592546.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`
31482024-10-30T14:33:56.449Z Dirty parse-display-derive v0.10.0: the rustflags changed
31492024-10-30T14:33:56.449Z Compiling parse-display-derive v0.10.0
31502024-10-30T14:33:56.452Z 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`
31512024-10-30T14:33:56.729Z Compiling rand_xorshift v0.3.0
31522024-10-30T14:33:56.731Z 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`
31532024-10-30T14:33:57.034Z Compiling unarray v0.1.4
31542024-10-30T14:33:57.037Z 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`
31552024-10-30T14:33:57.061Z Compiling camino-tempfile v1.1.1
31562024-10-30T14:33:57.064Z Dirty strum v0.26.3: the rustflags changed
31572024-10-30T14:33:57.064Z Compiling strum v0.26.3
31582024-10-30T14:33:57.064Z 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`
31592024-10-30T14:33:57.064Z 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`
31602024-10-30T14:33:57.216Z Compiling proptest v1.5.0
31612024-10-30T14:33:57.219Z 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`
31622024-10-30T14:33:57.269Z Dirty proc-macro-error-attr v1.0.4: the rustflags changed
31632024-10-30T14:33:57.270Z Compiling proc-macro-error-attr v1.0.4
31642024-10-30T14:33:57.272Z 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`
31652024-10-30T14:33:57.515Z Dirty proc-macro-error v1.0.4: the rustflags changed
31662024-10-30T14:33:57.516Z Compiling proc-macro-error v1.0.4
31672024-10-30T14:33:57.518Z 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`
31682024-10-30T14:33:57.641Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-f9b6ab3f83011d37/build-script-build`
31692024-10-30T14:33:57.718Z 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`
31702024-10-30T14:33:57.888Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-8f8b230ae9f69857/build-script-build`
31712024-10-30T14:33:58.051Z Compiling proc-macro-crate v1.3.1
31722024-10-30T14:33:58.053Z 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`
31732024-10-30T14:33:58.330Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31742024-10-30T14:33:58.355Z 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`
31752024-10-30T14:33:58.365Z Compiling structmeta v0.2.0
31762024-10-30T14:33:58.368Z 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`
31772024-10-30T14:33:58.427Z Compiling serde_with v3.11.0
31782024-10-30T14:33:58.430Z 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`
31792024-10-30T14:33:58.574Z 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`
31802024-10-30T14:33:58.751Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-1c27de72720b2619/build-script-build`
31812024-10-30T14:33:58.777Z Compiling test-strategy v0.3.1
31822024-10-30T14:33:58.787Z 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`
31832024-10-30T14:33:58.812Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
31842024-10-30T14:33:58.814Z 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`
31852024-10-30T14:33:59.071Z Compiling num_enum_derive v0.5.11
31862024-10-30T14:33:59.111Z 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`
31872024-10-30T14:33:59.201Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-757e00e663870387/build-script-build`
31882024-10-30T14:33:59.240Z Compiling foreign-types-macros v0.2.3
31892024-10-30T14:33:59.242Z 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`
31902024-10-30T14:33:59.262Z Compiling foreign-types-shared v0.3.1
31912024-10-30T14:33:59.282Z 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`
31922024-10-30T14:33:59.392Z 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`
31932024-10-30T14:33:59.583Z 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`
31942024-10-30T14:33:59.778Z Compiling tabwriter v1.4.0
31952024-10-30T14:33:59.782Z 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`
31962024-10-30T14:34:00.300Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31972024-10-30T14:34:00.303Z 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`
31982024-10-30T14:34:00.638Z Compiling foreign-types v0.5.0
31992024-10-30T14:34:00.652Z 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`
32002024-10-30T14:34:00.764Z Compiling cstr-argument v0.1.2
32012024-10-30T14:34:00.766Z 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`
32022024-10-30T14:34:01.027Z Compiling pretty-hex v0.2.1
32032024-10-30T14:34:01.030Z 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`
32042024-10-30T14:34:01.141Z Dirty parse-display v0.10.0: the rustflags changed
32052024-10-30T14:34:01.141Z Compiling parse-display v0.10.0
32062024-10-30T14:34:01.163Z 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`
32072024-10-30T14:34:01.221Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32082024-10-30T14:34:01.224Z 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`
32092024-10-30T14:34:01.298Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32102024-10-30T14:34:01.301Z 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`
32112024-10-30T14:34:01.487Z Compiling colored v2.1.0
32122024-10-30T14:34:01.489Z 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`
32132024-10-30T14:34:01.778Z Compiling smf v0.2.3
32142024-10-30T14:34:01.778Z 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`
32152024-10-30T14:34:01.804Z Compiling crucible-workspace-hack v0.1.0
32162024-10-30T14:34:01.806Z 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`
32172024-10-30T14:34:01.807Z Compiling num_enum v0.5.11
32182024-10-30T14:34:01.826Z 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`
32192024-10-30T14:34:01.991Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
32202024-10-30T14:34:01.994Z 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`
32212024-10-30T14:34:02.158Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-26808da51c952f92/build-script-build`
32222024-10-30T14:34:02.176Z Compiling heapless v0.8.0
32232024-10-30T14:34:02.179Z 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`
32242024-10-30T14:34:02.201Z Compiling termtree v0.4.1
32252024-10-30T14:34:02.204Z 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`
32262024-10-30T14:34:02.311Z 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`
32272024-10-30T14:34:02.351Z Compiling hash32 v0.3.1
32282024-10-30T14:34:02.355Z 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`
32292024-10-30T14:34:02.422Z Compiling predicates-tree v1.0.11
32302024-10-30T14:34:02.422Z 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`
32312024-10-30T14:34:02.447Z Compiling smoltcp v0.11.0
32322024-10-30T14:34:02.450Z 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`
32332024-10-30T14:34:02.557Z Compiling cobs v0.2.3
32342024-10-30T14:34:02.559Z 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`
32352024-10-30T14:34:02.602Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
32362024-10-30T14:34:02.604Z 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`
32372024-10-30T14:34:02.793Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-7986456ae1d458e3/build-script-build`
32382024-10-30T14:34:02.864Z Compiling postcard v1.0.10
32392024-10-30T14:34:02.865Z 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`
32402024-10-30T14:34:02.890Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
32412024-10-30T14:34:02.893Z 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`
32422024-10-30T14:34:02.967Z Compiling base64 v0.21.7
32432024-10-30T14:34:02.967Z 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`
32442024-10-30T14:34:03.031Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-ca6bff980aadeddf/build-script-build`
32452024-10-30T14:34:03.067Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
32462024-10-30T14:34:03.070Z 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`
32472024-10-30T14:34:03.093Z 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`
32482024-10-30T14:34:03.116Z Compiling sigpipe v0.1.3
32492024-10-30T14:34:03.116Z 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`
32502024-10-30T14:34:03.225Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-3da8c1ff1d3dd60d/build-script-build`
32512024-10-30T14:34:03.252Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
32522024-10-30T14:34:03.254Z 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`
32532024-10-30T14:34:03.286Z Compiling mockall_derive v0.13.0
32542024-10-30T14:34:03.288Z 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`
32552024-10-30T14:34:03.495Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
32562024-10-30T14:34:03.497Z 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`
32572024-10-30T14:34:03.612Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-e2b1a95a9e77a6e4/build-script-build`
32582024-10-30T14:34:03.649Z Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-842af6cc7be011b8/build-script-build`
32592024-10-30T14:34:03.674Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32602024-10-30T14:34:03.674Z 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=46df6abb7b241838 -C extra-filename=-46df6abb7b241838 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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`
32612024-10-30T14:34:03.677Z 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=6666cfe89c3501a5 -C extra-filename=-6666cfe89c3501a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-ea90aceb97592546.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`
32622024-10-30T14:34:03.743Z 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)'`
32632024-10-30T14:34:03.818Z Compiling zone_cfg_derive v0.3.0
32642024-10-30T14:34:03.820Z 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`
32652024-10-30T14:34:04.123Z 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`
32662024-10-30T14:34:04.147Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
32672024-10-30T14:34:04.149Z 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/11371b0/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=9aad0b3081a6af70 -C extra-filename=-9aad0b3081a6af70 --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`
32682024-10-30T14:34:04.656Z Compiling num-derive v0.4.2
32692024-10-30T14:34:04.659Z 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`
32702024-10-30T14:34:04.808Z Compiling downcast v0.11.0
32712024-10-30T14:34:04.808Z 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`
32722024-10-30T14:34:05.066Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32732024-10-30T14:34:05.069Z 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`
32742024-10-30T14:34:05.433Z Compiling fragile v2.0.0
32752024-10-30T14:34:05.436Z 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`
32762024-10-30T14:34:05.459Z Compiling same-file v1.0.6
32772024-10-30T14:34:05.461Z 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`
32782024-10-30T14:34:05.757Z Compiling walkdir v2.5.0
32792024-10-30T14:34:05.759Z 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`
32802024-10-30T14:34:06.034Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-12fbd5f9158c3476/build-script-build`
32812024-10-30T14:34:06.074Z Compiling zone v0.3.0
32822024-10-30T14:34:06.076Z 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`
32832024-10-30T14:34:06.511Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
32842024-10-30T14:34:06.513Z 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/11371b0/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=8990be164a5ae7c9 -C extra-filename=-8990be164a5ae7c9 --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-9aad0b3081a6af70.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`
32852024-10-30T14:34:06.962Z Compiling atomicwrites v0.4.4
32862024-10-30T14:34:07.003Z 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`
32872024-10-30T14:34:07.016Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
32882024-10-30T14:34:07.019Z 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/2b88ab8/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=7c800b04c876b86f -C extra-filename=-7c800b04c876b86f --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`
32892024-10-30T14:34:07.329Z Dirty xattr v1.3.1: the rustflags changed
32902024-10-30T14:34:07.329Z Compiling xattr v1.3.1
32912024-10-30T14:34:07.333Z 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`
32922024-10-30T14:34:07.605Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
32932024-10-30T14:34:07.608Z 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`
32942024-10-30T14:34:07.630Z Dirty filetime v0.2.25: the rustflags changed
32952024-10-30T14:34:07.630Z Compiling filetime v0.2.25
32962024-10-30T14:34:07.630Z 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`
32972024-10-30T14:34:07.834Z Dirty tar v0.4.42: the rustflags changed
32982024-10-30T14:34:07.837Z Compiling tar v0.4.42
32992024-10-30T14:34:07.837Z 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`
33002024-10-30T14:34:07.922Z Compiling convert_case v0.4.0
33012024-10-30T14:34:07.944Z 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`
33022024-10-30T14:34:07.947Z Compiling newline-converter v0.3.0
33032024-10-30T14:34:07.953Z 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`
33042024-10-30T14:34:08.111Z Compiling expectorate v1.1.0
33052024-10-30T14:34:08.114Z 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`
33062024-10-30T14:34:08.175Z Compiling typify-macro v0.2.0
33072024-10-30T14:34:08.178Z 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`
33082024-10-30T14:34:08.307Z Compiling tungstenite v0.21.0
33092024-10-30T14:34:08.310Z 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`
33102024-10-30T14:34:08.838Z Compiling derive_more v0.99.18
33112024-10-30T14:34:08.841Z 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`
33122024-10-30T14:34:08.950Z 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)'`
33132024-10-30T14:34:09.219Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
33142024-10-30T14:34:09.221Z 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`
33152024-10-30T14:34:09.640Z Compiling itertools v0.13.0
33162024-10-30T14:34:09.642Z 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`
33172024-10-30T14:34:10.076Z Compiling tokio-tungstenite v0.21.0
33182024-10-30T14:34:10.079Z 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`
33192024-10-30T14:34:10.445Z Compiling arc-swap v1.7.1
33202024-10-30T14:34:10.448Z 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`
33212024-10-30T14:34:10.641Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33222024-10-30T14:34:10.674Z 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=f750f00a97095fe9 -C extra-filename=-f750f00a97095fe9 --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-ea90aceb97592546.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`
33232024-10-30T14:34:10.978Z Compiling slog-scope v4.4.0
33242024-10-30T14:34:10.981Z 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`
33252024-10-30T14:34:11.091Z Compiling cancel-safe-futures v0.1.5
33262024-10-30T14:34:11.094Z 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`
33272024-10-30T14:34:11.405Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
33282024-10-30T14:34:11.408Z 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=67aaa8ac9d43c4de -C extra-filename=-67aaa8ac9d43c4de --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-46df6abb7b241838.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`
33292024-10-30T14:34:11.497Z Compiling slog-stdlog v4.1.1
33302024-10-30T14:34:11.500Z 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`
33312024-10-30T14:34:11.523Z Compiling owo-colors v4.1.0
33322024-10-30T14:34:11.525Z 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`
33332024-10-30T14:34:11.550Z Compiling mockall v0.13.0
33342024-10-30T14:34:11.553Z 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`
33352024-10-30T14:34:11.871Z Compiling slog-envlogger v2.2.0
33362024-10-30T14:34:11.874Z 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`
33372024-10-30T14:34:11.896Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-728e0b35b4a569df/build-script-build`
33382024-10-30T14:34:11.921Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-2bfef09157e5983b/build-script-build`
33392024-10-30T14:34:11.951Z Dirty swrite v0.1.0: the rustflags changed
33402024-10-30T14:34:11.951Z Compiling swrite v0.1.0
33412024-10-30T14:34:11.953Z 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`
33422024-10-30T14:34:11.975Z 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`
33432024-10-30T14:34:12.092Z 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)'`
33442024-10-30T14:34:12.574Z Compiling libsw v3.3.1
33452024-10-30T14:34:12.574Z 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`
33462024-10-30T14:34:12.603Z Compiling blake2 v0.10.6
33472024-10-30T14:34:12.633Z 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`
33482024-10-30T14:34:12.703Z Compiling password-hash v0.5.0
33492024-10-30T14:34:12.705Z 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`
33502024-10-30T14:34:12.756Z Compiling typify v0.2.0
33512024-10-30T14:34:12.765Z 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`
33522024-10-30T14:34:12.810Z Compiling linear-map v1.2.0
33532024-10-30T14:34:12.819Z 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`
33542024-10-30T14:34:12.876Z Compiling progenitor-impl v0.8.0
33552024-10-30T14:34:12.880Z 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`
33562024-10-30T14:34:12.904Z Compiling indent_write v2.2.0
33572024-10-30T14:34:12.906Z 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`
33582024-10-30T14:34:13.138Z Compiling num-rational v0.4.2
33592024-10-30T14:34:13.141Z 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`
33602024-10-30T14:34:13.177Z Compiling num-complex v0.4.6
33612024-10-30T14:34:13.179Z 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`
33622024-10-30T14:34:13.710Z Compiling argon2 v0.5.3
33632024-10-30T14:34:13.712Z 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`
33642024-10-30T14:34:13.942Z Compiling float-ord v0.3.2
33652024-10-30T14:34:13.944Z 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`
33662024-10-30T14:34:14.133Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33672024-10-30T14:34:14.135Z 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=ded0a9f207746014 -C extra-filename=-ded0a9f207746014 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-ea90aceb97592546.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`
33682024-10-30T14:34:14.300Z Compiling num v0.4.3
33692024-10-30T14:34:14.303Z 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`
33702024-10-30T14:34:14.367Z Compiling pem v3.0.4
33712024-10-30T14:34:14.369Z 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`
33722024-10-30T14:34:14.423Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
33732024-10-30T14:34:14.426Z 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`
33742024-10-30T14:34:14.823Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33752024-10-30T14:34:14.826Z 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=6db7a857ff255eff -C extra-filename=-6db7a857ff255eff --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-ea90aceb97592546.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`
33762024-10-30T14:34:15.163Z Compiling humantime v2.1.0
33772024-10-30T14:34:15.166Z 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`
33782024-10-30T14:34:15.252Z Compiling lzma-sys v0.1.20
33792024-10-30T14:34:15.255Z 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`
33802024-10-30T14:34:15.336Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-1f9bcbaf34bef57e/build-script-build`
33812024-10-30T14:34:15.414Z Compiling heck v0.3.3
33822024-10-30T14:34:15.416Z 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`
33832024-10-30T14:34:15.657Z Compiling headers-core v0.3.0
33842024-10-30T14:34:15.659Z 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`
33852024-10-30T14:34:15.834Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
33862024-10-30T14:34:15.856Z 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`
33872024-10-30T14:34:15.859Z Compiling zone_cfg_derive v0.1.2
33882024-10-30T14:34:15.862Z 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`
33892024-10-30T14:34:16.123Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-65b2e4e79886a7ac/build-script-build`
33902024-10-30T14:34:16.213Z 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`
33912024-10-30T14:34:16.214Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-662335a3aa025fa9/build-script-build`
33922024-10-30T14:34:16.222Z Compiling headers v0.4.0
33932024-10-30T14:34:16.224Z 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`
33942024-10-30T14:34:16.296Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33952024-10-30T14:34:16.299Z 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`
33962024-10-30T14:34:16.347Z Compiling yasna v0.5.2
33972024-10-30T14:34:16.350Z 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`
33982024-10-30T14:34:16.536Z Compiling base64 v0.13.1
33992024-10-30T14:34:16.538Z 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`
34002024-10-30T14:34:16.685Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34012024-10-30T14:34:16.687Z 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`
34022024-10-30T14:34:17.128Z Compiling ron v0.7.1
34032024-10-30T14:34:17.130Z 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`
34042024-10-30T14:34:17.364Z Compiling rcgen v0.12.1
34052024-10-30T14:34:17.393Z 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`
34062024-10-30T14:34:17.479Z Compiling zone v0.1.8
34072024-10-30T14:34:17.481Z 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`
34082024-10-30T14:34:17.961Z Compiling xz2 v0.1.7
34092024-10-30T14:34:17.964Z 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`
34102024-10-30T14:34:18.098Z 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=4ba1f09e2a86bc35 -C extra-filename=-4ba1f09e2a86bc35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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`
34112024-10-30T14:34:18.144Z Compiling subprocess v0.2.9
34122024-10-30T14:34:18.146Z 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`
34132024-10-30T14:34:18.452Z Dirty semver v0.1.20: the rustflags changed
34142024-10-30T14:34:18.452Z Compiling semver v0.1.20
34152024-10-30T14:34:18.454Z 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`
34162024-10-30T14:34:18.958Z Dirty rustc_version v0.1.7: the rustflags changed
34172024-10-30T14:34:18.958Z Compiling rustc_version v0.1.7
34182024-10-30T14:34:18.961Z 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`
34192024-10-30T14:34:19.159Z Compiling home v0.5.9
34202024-10-30T14:34:19.162Z 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`
34212024-10-30T14:34:19.453Z Compiling highway v1.2.0
34222024-10-30T14:34:19.455Z Dirty newtype_derive v0.1.6: the rustflags changed
34232024-10-30T14:34:19.455Z Compiling newtype_derive v0.1.6
34242024-10-30T14:34:19.455Z 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`
34252024-10-30T14:34:19.455Z 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`
34262024-10-30T14:34:19.499Z Compiling half v2.4.1
34272024-10-30T14:34:19.501Z 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`
34282024-10-30T14:34:19.676Z Compiling prettyplease v0.2.22
34292024-10-30T14:34:19.679Z 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`
34302024-10-30T14:34:19.845Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-3f08d21e73c2648f/build-script-build`
34312024-10-30T14:34:19.926Z 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`
34322024-10-30T14:34:20.036Z Compiling ciborium-io v0.2.2
34332024-10-30T14:34:20.038Z 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`
34342024-10-30T14:34:20.060Z 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`
34352024-10-30T14:34:20.062Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-1801dc0f6b8c3ae6/build-script-build`
34362024-10-30T14:34:20.102Z Compiling steno v0.4.1
34372024-10-30T14:34:20.105Z 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=4586cf06479e9181 -C extra-filename=-4586cf06479e9181 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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`
34382024-10-30T14:34:20.134Z 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)'`
34392024-10-30T14:34:20.182Z Compiling ciborium-ll v0.2.2
34402024-10-30T14:34:20.185Z 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`
34412024-10-30T14:34:20.208Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34422024-10-30T14:34:20.227Z 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=fd166554aea03d25 -C extra-filename=-fd166554aea03d25 --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-ea90aceb97592546.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`
34432024-10-30T14:34:20.334Z Compiling display-error-chain v0.2.1
34442024-10-30T14:34:20.358Z Compiling progenitor-macro v0.8.0
34452024-10-30T14:34:20.358Z 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6a2f22125dbfd97b -C extra-filename=-6a2f22125dbfd97b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34462024-10-30T14:34:20.361Z 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`
34472024-10-30T14:34:20.521Z Compiling ciborium v0.2.2
34482024-10-30T14:34:20.523Z 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`
34492024-10-30T14:34:20.608Z Compiling slog-dtrace v0.3.0
34502024-10-30T14:34:20.610Z 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`
34512024-10-30T14:34:20.987Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-2dd89ea849a89306/build-script-build`
34522024-10-30T14:34:21.070Z 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`
34532024-10-30T14:34:21.525Z Compiling keccak v0.1.5
34542024-10-30T14:34:21.528Z 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`
34552024-10-30T14:34:21.683Z Compiling constant_time_eq v0.3.1
34562024-10-30T14:34:21.686Z 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`
34572024-10-30T14:34:21.877Z Compiling sha3 v0.10.8
34582024-10-30T14:34:21.880Z 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`
34592024-10-30T14:34:21.991Z Compiling arrayvec v0.7.6
34602024-10-30T14:34:21.994Z 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`
34612024-10-30T14:34:22.172Z Compiling arrayref v0.3.9
34622024-10-30T14:34:22.175Z 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`
34632024-10-30T14:34:22.292Z Compiling universal-hash v0.5.1
34642024-10-30T14:34:22.294Z 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`
34652024-10-30T14:34:22.429Z Compiling opaque-debug v0.3.1
34662024-10-30T14:34:22.432Z 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`
34672024-10-30T14:34:22.503Z Compiling secrecy v0.8.0
34682024-10-30T14:34:22.506Z 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`
34692024-10-30T14:34:22.540Z Compiling blake3 v1.5.4
34702024-10-30T14:34:22.543Z 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`
34712024-10-30T14:34:22.615Z Compiling ring v0.16.20
34722024-10-30T14:34:22.618Z 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`
34732024-10-30T14:34:22.777Z Compiling memmap2 v0.9.5
34742024-10-30T14:34:22.780Z 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`
34752024-10-30T14:34:22.911Z Compiling spin v0.5.2
34762024-10-30T14:34:22.914Z 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`
34772024-10-30T14:34:23.033Z Compiling untrusted v0.7.1
34782024-10-30T14:34:23.036Z 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`
34792024-10-30T14:34:23.152Z Compiling glob v0.3.1
34802024-10-30T14:34:23.155Z 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`
34812024-10-30T14:34:23.236Z Compiling aead v0.5.2
34822024-10-30T14:34:23.259Z 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`
34832024-10-30T14:34:23.264Z Compiling topological-sort v0.2.2
34842024-10-30T14:34:23.290Z 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`
34852024-10-30T14:34:23.315Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-3fd013c9dcf53165/build-script-build`
34862024-10-30T14:34:23.340Z Compiling poly1305 v0.8.0
34872024-10-30T14:34:23.363Z 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`
34882024-10-30T14:34:23.505Z Compiling chacha20 v0.9.1
34892024-10-30T14:34:23.536Z 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`
34902024-10-30T14:34:23.623Z Compiling gethostname v0.5.0
34912024-10-30T14:34:23.626Z 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`
34922024-10-30T14:34:23.748Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-d1f18e1d0173613b/build-script-build`
34932024-10-30T14:34:23.818Z Compiling toolchain_find v0.4.0
34942024-10-30T14:34:23.821Z 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`
34952024-10-30T14:34:23.925Z Compiling thiserror-impl-no-std v2.0.2
34962024-10-30T14:34:23.927Z 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`
34972024-10-30T14:34:24.010Z 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()))'`
34982024-10-30T14:34:24.084Z Compiling rustfmt-wrapper v0.2.1
34992024-10-30T14:34:24.087Z 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`
35002024-10-30T14:34:24.483Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
35012024-10-30T14:34:24.486Z 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=43221cbeddff2c50 -C extra-filename=-43221cbeddff2c50 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-43221cbeddff2c50 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f750f00a97095fe9.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`
35022024-10-30T14:34:24.652Z Compiling nibble_vec v0.1.0
35032024-10-30T14:34:24.654Z 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`
35042024-10-30T14:34:24.843Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
35052024-10-30T14:34:24.846Z 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`
35062024-10-30T14:34:24.875Z Compiling endian-type v0.1.2
35072024-10-30T14:34:24.895Z 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`
35082024-10-30T14:34:25.073Z Compiling radix_trie v0.2.1
35092024-10-30T14:34:25.076Z 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`
35102024-10-30T14:34:25.112Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-43221cbeddff2c50/build-script-build`
35112024-10-30T14:34:25.150Z Compiling chacha20poly1305 v0.10.1
35122024-10-30T14:34:25.153Z 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`
35132024-10-30T14:34:25.216Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-dd582ea007a43b80/build-script-build`
35142024-10-30T14:34:25.240Z Compiling fxhash v0.2.1
35152024-10-30T14:34:25.243Z 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`
35162024-10-30T14:34:25.272Z 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/`
35172024-10-30T14:34:25.367Z Compiling termcolor v1.4.1
35182024-10-30T14:34:25.375Z 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`
35192024-10-30T14:34:25.456Z Compiling maplit v1.0.2
35202024-10-30T14:34:25.458Z 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`
35212024-10-30T14:34:25.583Z Compiling radium v0.7.0
35222024-10-30T14:34:25.587Z 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`
35232024-10-30T14:34:25.698Z Compiling maybe-uninit v2.0.0
35242024-10-30T14:34:25.698Z 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`
35252024-10-30T14:34:25.747Z Compiling tap v1.0.1
35262024-10-30T14:34:25.749Z 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`
35272024-10-30T14:34:25.939Z Compiling wyz v0.5.1
35282024-10-30T14:34:25.943Z 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`
35292024-10-30T14:34:26.119Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-1598b9fded02f93a/build-script-build`
35302024-10-30T14:34:26.160Z 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`
35312024-10-30T14:34:26.205Z Compiling bzip2-sys v0.1.11+1.0.8
35322024-10-30T14:34:26.207Z 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`
35332024-10-30T14:34:26.285Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-2a1223f67eeac43f/build-script-build`
35342024-10-30T14:34:26.366Z 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`
35352024-10-30T14:34:26.372Z Compiling packed_struct v0.10.1
35362024-10-30T14:34:26.390Z 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`
35372024-10-30T14:34:26.390Z Compiling funty v2.0.0
35382024-10-30T14:34:26.390Z 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`
35392024-10-30T14:34:26.612Z Compiling crc-catalog v2.4.0
35402024-10-30T14:34:26.615Z 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`
35412024-10-30T14:34:26.769Z Compiling crc v3.2.1
35422024-10-30T14:34:26.771Z 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`
35432024-10-30T14:34:26.809Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-684941941b022a97/build-script-build`
35442024-10-30T14:34:26.880Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-a7a22894b3ecd7ab/build-script-build`
35452024-10-30T14:34:26.920Z 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`
35462024-10-30T14:34:27.034Z Compiling packed_struct_codegen v0.10.1
35472024-10-30T14:34:27.037Z 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`
35482024-10-30T14:34:27.112Z Compiling indexmap v1.9.3
35492024-10-30T14:34:27.115Z 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`
35502024-10-30T14:34:27.147Z Compiling thiserror-no-std v2.0.2
35512024-10-30T14:34:27.149Z 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`
35522024-10-30T14:34:27.277Z Compiling vsss-rs v3.3.4
35532024-10-30T14:34:27.279Z 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`
35542024-10-30T14:34:27.410Z Compiling bitvec v1.0.1
35552024-10-30T14:34:27.432Z 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`
35562024-10-30T14:34:27.489Z Compiling nodrop v0.1.14
35572024-10-30T14:34:27.492Z 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`
35582024-10-30T14:34:27.625Z Compiling array-init v0.0.4
35592024-10-30T14:34:27.628Z 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`
35602024-10-30T14:34:28.168Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-d41e1a4fecc0789a/build-script-build`
35612024-10-30T14:34:28.206Z Compiling smallvec v0.6.14
35622024-10-30T14:34:28.208Z 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`
35632024-10-30T14:34:28.469Z Compiling omicron-zone-package v0.11.1
35642024-10-30T14:34:28.472Z 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=1116daadfb02e20c -C extra-filename=-1116daadfb02e20c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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`
35652024-10-30T14:34:28.671Z 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`
35662024-10-30T14:34:28.797Z Compiling async-recursion v1.1.1
35672024-10-30T14:34:28.800Z 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`
35682024-10-30T14:34:28.839Z Compiling bitfield v0.14.0
35692024-10-30T14:34:28.842Z 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`
35702024-10-30T14:34:29.186Z Compiling hashbrown v0.12.3
35712024-10-30T14:34:29.189Z 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`
35722024-10-30T14:34:29.699Z Compiling bzip2 v0.4.4
35732024-10-30T14:34:29.701Z 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`
35742024-10-30T14:34:29.810Z Compiling serde-hex v0.1.0
35752024-10-30T14:34:29.813Z 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`
35762024-10-30T14:34:30.072Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
35772024-10-30T14:34:30.075Z 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`
35782024-10-30T14:34:30.366Z Compiling env_logger v0.10.2
35792024-10-30T14:34:30.369Z 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`
35802024-10-30T14:34:30.369Z 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`
35812024-10-30T14:34:30.524Z Compiling ron v0.8.1
35822024-10-30T14:34:30.526Z 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`
35832024-10-30T14:34:31.157Z 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`
35842024-10-30T14:34:31.224Z Compiling hashbrown v0.13.2
35852024-10-30T14:34:31.226Z 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`
35862024-10-30T14:34:31.599Z Compiling kstat-rs v0.2.4
35872024-10-30T14:34:31.602Z 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`
35882024-10-30T14:34:31.794Z Compiling crc-any v2.5.0
35892024-10-30T14:34:31.797Z 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`
35902024-10-30T14:34:32.247Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
35912024-10-30T14:34:32.250Z 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`
35922024-10-30T14:34:32.333Z Compiling zip v0.6.6
35932024-10-30T14:34:32.336Z 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`
35942024-10-30T14:34:32.422Z Compiling object v0.30.4
35952024-10-30T14:34:32.425Z 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`
35962024-10-30T14:34:32.954Z Compiling libefi-sys v0.1.0
35972024-10-30T14:34:32.956Z 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`
35982024-10-30T14:34:33.120Z Compiling path-slash v0.1.5
35992024-10-30T14:34:33.135Z 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`
36002024-10-30T14:34:33.323Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-9befbfa7318ac1d6/build-script-build`
36012024-10-30T14:34:33.362Z Compiling bitfield-struct v0.6.2
36022024-10-30T14:34:33.368Z 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`
36032024-10-30T14:34:33.387Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
36042024-10-30T14:34:33.387Z 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`
36052024-10-30T14:34:33.711Z Compiling parking_lot_core v0.8.6
36062024-10-30T14:34:33.714Z 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`
36072024-10-30T14:34:33.888Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-41b1362ca5354f27/build-script-build`
36082024-10-30T14:34:34.081Z 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`
36092024-10-30T14:34:34.266Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-70f453fa34de59f5/build-script-build`
36102024-10-30T14:34:34.304Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
36112024-10-30T14:34:34.307Z 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=e3ee02d27289d5a1 -C extra-filename=-e3ee02d27289d5a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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`
36122024-10-30T14:34:34.385Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36132024-10-30T14:34:34.387Z 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`
36142024-10-30T14:34:34.454Z 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`
36152024-10-30T14:34:34.510Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36162024-10-30T14:34:34.513Z 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`
36172024-10-30T14:34:34.533Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
36182024-10-30T14:34:34.536Z 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`
36192024-10-30T14:34:34.898Z 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=4ddd9f4c7d4b8be1 -C extra-filename=-4ddd9f4c7d4b8be1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-e3ee02d27289d5a1.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`
36202024-10-30T14:34:34.952Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36212024-10-30T14:34:34.955Z Compiling parking_lot v0.11.2
36222024-10-30T14:34:34.955Z 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`
36232024-10-30T14:34:34.955Z 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`
36242024-10-30T14:34:35.011Z Compiling hickory-client v0.24.1
36252024-10-30T14:34:35.021Z 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`
36262024-10-30T14:34:35.113Z Compiling hickory-server v0.24.1
36272024-10-30T14:34:35.115Z 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`
36282024-10-30T14:34:35.373Z Compiling sled v0.34.7
36292024-10-30T14:34:35.376Z 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`
36302024-10-30T14:34:35.640Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36312024-10-30T14:34:35.642Z 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`
36322024-10-30T14:34:35.889Z Compiling diff v0.1.13
36332024-10-30T14:34:35.891Z 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`
36342024-10-30T14:34:36.375Z Compiling primeorder v0.13.6
36352024-10-30T14:34:36.378Z 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`
36362024-10-30T14:34:36.528Z Compiling vte_generate_state_changes v0.1.2
36372024-10-30T14:34:36.531Z 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`
36382024-10-30T14:34:36.602Z Compiling nanorand v0.7.0
36392024-10-30T14:34:36.604Z 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`
36402024-10-30T14:34:36.926Z Compiling unicase v2.7.0
36412024-10-30T14:34:36.929Z 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`
36422024-10-30T14:34:37.127Z Compiling progenitor v0.8.0
36432024-10-30T14:34:37.130Z 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`
36442024-10-30T14:34:37.174Z Compiling flume v0.11.0
36452024-10-30T14:34:37.176Z 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`
36462024-10-30T14:34:37.277Z Compiling vte v0.11.1
36472024-10-30T14:34:37.280Z 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`
36482024-10-30T14:34:37.303Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-3e37fc858ab8acd6/build-script-build`
36492024-10-30T14:34:37.359Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
36502024-10-30T14:34:37.362Z 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=9964fa3b2bdee188 -C extra-filename=-9964fa3b2bdee188 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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`
36512024-10-30T14:34:37.510Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
36522024-10-30T14:34:37.513Z 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=e52fbf1da0827554 -C extra-filename=-e52fbf1da0827554 --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-ea90aceb97592546.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`
36532024-10-30T14:34:37.824Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
36542024-10-30T14:34:37.826Z 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`
36552024-10-30T14:34:38.727Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
36562024-10-30T14:34:38.730Z 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=0e57aaab35fc78f5 -C extra-filename=-0e57aaab35fc78f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-0e57aaab35fc78f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1116daadfb02e20c.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`
36572024-10-30T14:34:39.586Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
36582024-10-30T14:34:39.588Z 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/11371b0/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=094717c547d190b0 -C extra-filename=-094717c547d190b0 --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`
36592024-10-30T14:34:40.862Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
36602024-10-30T14:34:40.864Z 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`
36612024-10-30T14:34:42.296Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
36622024-10-30T14:34:42.299Z 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=d69c93099cd1d574 -C extra-filename=-d69c93099cd1d574 --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-ea90aceb97592546.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`
36632024-10-30T14:34:42.529Z Compiling dsl_auto_type v0.1.2
36642024-10-30T14:34:42.533Z 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`
36652024-10-30T14:34:43.933Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
36662024-10-30T14:34:43.935Z 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=9c237c0b795c7c61 -C extra-filename=-9c237c0b795c7c61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d2d90ce9bc591f0f.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-9964fa3b2bdee188.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-ea90aceb97592546.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`
36672024-10-30T14:34:44.099Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
36682024-10-30T14:34:44.102Z 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=5ec97c77b29ca641 -C extra-filename=-5ec97c77b29ca641 --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-7928be43fe3c3b32.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-4ba1f09e2a86bc35.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`
36692024-10-30T14:34:44.794Z 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=db9469528d32a2c1 -C extra-filename=-db9469528d32a2c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d2d90ce9bc591f0f.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-9964fa3b2bdee188.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-ea90aceb97592546.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`
36702024-10-30T14:34:45.132Z Compiling fd-lock v4.0.2
36712024-10-30T14:34:45.135Z 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`
36722024-10-30T14:34:45.366Z Compiling diesel_table_macro_syntax v0.2.0
36732024-10-30T14:34:45.369Z 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`
36742024-10-30T14:34:45.813Z Compiling scheduled-thread-pool v0.2.7
36752024-10-30T14:34:45.815Z 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`
36762024-10-30T14:34:45.993Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
36772024-10-30T14:34:45.996Z 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`
36782024-10-30T14:34:46.430Z Compiling atty v0.2.14
36792024-10-30T14:34:46.433Z 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`
36802024-10-30T14:34:46.586Z Compiling crunchy v0.2.2
36812024-10-30T14:34:46.589Z 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`
36822024-10-30T14:34:46.773Z Compiling salty v0.3.0
36832024-10-30T14:34:46.775Z 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`
36842024-10-30T14:34:47.208Z Compiling buf-list v1.0.3
36852024-10-30T14:34:47.211Z 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`
36862024-10-30T14:34:47.306Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-2361fdeca9f7e114/build-script-build`
36872024-10-30T14:34:47.345Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-aefce7b936f9dc46/build-script-build`
36882024-10-30T14:34:47.381Z Compiling r2d2 v0.8.10
36892024-10-30T14:34:47.384Z 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`
36902024-10-30T14:34:47.744Z Compiling diesel_derives v2.2.3
36912024-10-30T14:34:47.746Z 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`
36922024-10-30T14:34:47.857Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-08925b1285d16b2c/build-script-build`
36932024-10-30T14:34:47.941Z Compiling strip-ansi-escapes v0.2.0
36942024-10-30T14:34:47.962Z 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`
36952024-10-30T14:34:48.360Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
36962024-10-30T14:34:48.389Z 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`
36972024-10-30T14:34:49.876Z 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`
36982024-10-30T14:34:50.289Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
36992024-10-30T14:34:50.291Z 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/2b88ab8/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=9fe957551575b828 -C extra-filename=-9fe957551575b828 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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`
37002024-10-30T14:34:50.313Z Compiling p384 v0.13.0
37012024-10-30T14:34:50.316Z 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`
37022024-10-30T14:34:51.820Z Compiling clang-sys v1.8.1
37032024-10-30T14:34:51.823Z 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`
37042024-10-30T14:34:51.910Z Compiling nu-ansi-term v0.50.1
37052024-10-30T14:34:51.913Z 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`
37062024-10-30T14:34:52.501Z Compiling tiny-keccak v2.0.2
37072024-10-30T14:34:52.503Z 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`
37082024-10-30T14:34:52.671Z Compiling reedline v0.35.0
37092024-10-30T14:34:52.673Z 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`
37102024-10-30T14:34:52.742Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-12b1d3e35632a6e7/build-script-build`
37112024-10-30T14:34:52.780Z Compiling mime_guess v2.0.5
37122024-10-30T14:34:52.783Z 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`
37132024-10-30T14:34:52.884Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-27539360f5b3e7a6/build-script-build`
37142024-10-30T14:34:52.959Z 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`
37152024-10-30T14:34:53.382Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-0e57aaab35fc78f5/build-script-build`
37162024-10-30T14:34:53.467Z 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`
37172024-10-30T14:34:53.588Z 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`
37182024-10-30T14:34:54.068Z Compiling phf_generator v0.11.2
37192024-10-30T14:34:54.071Z 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`
37202024-10-30T14:34:54.310Z Compiling env_filter v0.1.2
37212024-10-30T14:34:54.312Z 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`
37222024-10-30T14:34:54.656Z Compiling ref-cast v1.0.23
37232024-10-30T14:34:54.675Z 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`
37242024-10-30T14:34:55.042Z Compiling env_logger v0.11.5
37252024-10-30T14:34:55.045Z 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`
37262024-10-30T14:34:55.090Z 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=f1d2520a5399346d -C extra-filename=-f1d2520a5399346d --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-ea90aceb97592546.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`
37272024-10-30T14:34:55.197Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-0a576a530a61d333/build-script-build`
37282024-10-30T14:34:55.279Z Compiling phf_codegen v0.11.2
37292024-10-30T14:34:55.281Z 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`
37302024-10-30T14:34:55.510Z 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=9736dcd81d98990b -C extra-filename=-9736dcd81d98990b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-8990be164a5ae7c9.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-7c800b04c876b86f.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-9c237c0b795c7c61.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-ea90aceb97592546.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-67aaa8ac9d43c4de.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c30efe55451c93e.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6666cfe89c3501a5.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 --check-cfg 'cfg(svcadm_autoclear)'`
37312024-10-30T14:34:55.760Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37322024-10-30T14:34:55.762Z 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=beb93251e5462725 -C extra-filename=-beb93251e5462725 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-9c237c0b795c7c61.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-ea90aceb97592546.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`
37332024-10-30T14:34:58.963Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
37342024-10-30T14:34:58.965Z 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=48ec0272d6a2bb69 -C extra-filename=-48ec0272d6a2bb69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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`
37352024-10-30T14:34:59.519Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
37362024-10-30T14:34:59.519Z 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=52e8cb15a4273ade -C extra-filename=-52e8cb15a4273ade --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-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
37372024-10-30T14:34:59.668Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
37382024-10-30T14:34:59.670Z 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=7fe01af885a1094f -C extra-filename=-7fe01af885a1094f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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 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-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
37392024-10-30T14:35:01.865Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37402024-10-30T14:35:01.868Z 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=0f0029d7484c917e -C extra-filename=-0f0029d7484c917e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-5ec97c77b29ca641.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
37412024-10-30T14:35:03.578Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
37422024-10-30T14:35:03.582Z 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=338bde274dfd1d42 -C extra-filename=-338bde274dfd1d42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-ea90aceb97592546.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-52e8cb15a4273ade.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`
37432024-10-30T14:35:04.176Z 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=77888600dfe9805f -C extra-filename=-77888600dfe9805f --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-db9469528d32a2c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
37442024-10-30T14:35:04.978Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
37452024-10-30T14:35:05.019Z 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=05e02130a7fe80de -C extra-filename=-05e02130a7fe80de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-ea90aceb97592546.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-52e8cb15a4273ade.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`
37462024-10-30T14:35:05.368Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
37472024-10-30T14:35:05.371Z 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=4f9e58534402aecd -C extra-filename=-4f9e58534402aecd --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-48ec0272d6a2bb69.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-fbf1dada078aec5b.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`
37482024-10-30T14:35:06.894Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37492024-10-30T14:35:06.896Z 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=5153f4b7f62da847 -C extra-filename=-5153f4b7f62da847 --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-48ec0272d6a2bb69.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
37502024-10-30T14:35:06.919Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37512024-10-30T14:35:06.921Z 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=043dc443cb50e3ff -C extra-filename=-043dc443cb50e3ff --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-48ec0272d6a2bb69.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
37522024-10-30T14:35:07.844Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37532024-10-30T14:35:07.863Z 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=3a99d611ba18be26 -C extra-filename=-3a99d611ba18be26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-5153f4b7f62da847.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.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-48ec0272d6a2bb69.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
37542024-10-30T14:35:07.936Z 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=3f39a84b33c075c7 -C extra-filename=-3f39a84b33c075c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-ea90aceb97592546.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-77888600dfe9805f.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`
37552024-10-30T14:35:08.360Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37562024-10-30T14:35:08.381Z 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=7d8c0eff3d979e67 -C extra-filename=-7d8c0eff3d979e67 --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-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
37572024-10-30T14:35:08.815Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37582024-10-30T14:35:08.818Z 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=2e0fb39c067fc96d -C extra-filename=-2e0fb39c067fc96d --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-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
37592024-10-30T14:35:08.907Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
37602024-10-30T14:35:08.910Z 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=3e0a6d0f3b3b5114 -C extra-filename=-3e0a6d0f3b3b5114 --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-6a2f22125dbfd97b.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-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
37612024-10-30T14:35:09.173Z Compiling diesel v2.2.4
37622024-10-30T14:35:09.175Z 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`
37632024-10-30T14:35:09.677Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
37642024-10-30T14:35:09.680Z 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=556634c44c41c46e -C extra-filename=-556634c44c41c46e --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-2e0fb39c067fc96d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
37652024-10-30T14:35:09.982Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
37662024-10-30T14:35:09.984Z 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=4516407934ebd078 -C extra-filename=-4516407934ebd078 --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-9736dcd81d98990b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
37672024-10-30T14:35:11.002Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
37682024-10-30T14:35:11.004Z 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=ee66456ef8ba2a26 -C extra-filename=-ee66456ef8ba2a26 --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-9736dcd81d98990b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.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-ea90aceb97592546.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-4516407934ebd078.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`
37692024-10-30T14:35:11.318Z 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=dab6b280561ed0ce -C extra-filename=-dab6b280561ed0ce --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-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-4516407934ebd078.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=/opt/ooce/pgsql-13/lib/amd64`
37702024-10-30T14:35:11.768Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
37712024-10-30T14:35:11.771Z 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=70eac72e2106968d -C extra-filename=-70eac72e2106968d --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-ea90aceb97592546.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-3f39a84b33c075c7.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-77888600dfe9805f.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`
37722024-10-30T14:35:12.895Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
37732024-10-30T14:35:12.898Z 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=f4d3913f366d8290 -C extra-filename=-f4d3913f366d8290 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d2d90ce9bc591f0f.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-7fe01af885a1094f.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-e52fbf1da0827554.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-48ec0272d6a2bb69.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-ee66456ef8ba2a26.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.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-ea90aceb97592546.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-338bde274dfd1d42.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-4586cf06479e9181.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-ded0a9f207746014.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`
37742024-10-30T14:35:13.478Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37752024-10-30T14:35:13.500Z 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=8966073b61b1d36d -C extra-filename=-8966073b61b1d36d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9736dcd81d98990b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-ded0a9f207746014.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`
37762024-10-30T14:35:13.922Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37772024-10-30T14:35:13.924Z 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=b5f36002fb5b7a85 -C extra-filename=-b5f36002fb5b7a85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-ee66456ef8ba2a26.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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`
37782024-10-30T14:35:14.068Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
37792024-10-30T14:35:14.071Z 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=b623ffebf6be930d -C extra-filename=-b623ffebf6be930d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-dab6b280561ed0ce.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-ee66456ef8ba2a26.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-094717c547d190b0.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-4516407934ebd078.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=/opt/ooce/pgsql-13/lib/amd64`
37802024-10-30T14:35:15.352Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37812024-10-30T14:35:15.354Z 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=1ab8ea60cf0982cf -C extra-filename=-1ab8ea60cf0982cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-e3ee02d27289d5a1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9736dcd81d98990b.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-9c237c0b795c7c61.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-ea90aceb97592546.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-4516407934ebd078.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-4ddd9f4c7d4b8be1.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/tofino-3d86ccaf47fc6f6a/out`
37822024-10-30T14:35:18.678Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
37832024-10-30T14:35:18.682Z 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=ccfb2ae96394aa4c -C extra-filename=-ccfb2ae96394aa4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-ea90aceb97592546.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-fd166554aea03d25.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-05e02130a7fe80de.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-70eac72e2106968d.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-52e8cb15a4273ade.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`
37842024-10-30T14:35:18.944Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37852024-10-30T14:35:18.946Z 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=aa816b97ccce8a91 -C extra-filename=-aa816b97ccce8a91 --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-9c237c0b795c7c61.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-ea90aceb97592546.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-4516407934ebd078.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`
37862024-10-30T14:35:19.129Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
37872024-10-30T14:35:19.132Z 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=3e77b6788f49cc45 -C extra-filename=-3e77b6788f49cc45 --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-ea90aceb97592546.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.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`
37882024-10-30T14:35:24.047Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37892024-10-30T14:35:24.070Z 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=a77cd30c4343a8c1 -C extra-filename=-a77cd30c4343a8c1 --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-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-4516407934ebd078.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`
37902024-10-30T14:35:24.341Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37912024-10-30T14:35:24.344Z 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=72651b7fce9790a6 -C extra-filename=-72651b7fce9790a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-9736dcd81d98990b.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-7d8c0eff3d979e67.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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-1ab8ea60cf0982cf.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/tofino-3d86ccaf47fc6f6a/out`
37922024-10-30T14:35:25.454Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37932024-10-30T14:35:25.457Z 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=089b1ee2f6201eb5 -C extra-filename=-089b1ee2f6201eb5 --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-ee66456ef8ba2a26.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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-b623ffebf6be930d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-4516407934ebd078.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=/opt/ooce/pgsql-13/lib/amd64`
37942024-10-30T14:35:26.545Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37952024-10-30T14:35:26.547Z 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=f23804a4a22d6cb2 -C extra-filename=-f23804a4a22d6cb2 --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-9c237c0b795c7c61.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-ea90aceb97592546.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-b623ffebf6be930d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-4516407934ebd078.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=/opt/ooce/pgsql-13/lib/amd64`
37962024-10-30T14:35:27.555Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
37972024-10-30T14:35:27.558Z 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`
37982024-10-30T14:35:28.159Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-7e184f1d44bb9bdb/build-script-build`
37992024-10-30T14:35:28.212Z 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`
38002024-10-30T14:35:28.529Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
38012024-10-30T14:35:28.531Z 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=0a016ad7c0fd86ef -C extra-filename=-0a016ad7c0fd86ef --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-0a016ad7c0fd86ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f750f00a97095fe9.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`
38022024-10-30T14:35:28.552Z Compiling ascii-canvas v3.0.0
38032024-10-30T14:35:28.557Z 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`
38042024-10-30T14:35:28.771Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
38052024-10-30T14:35:28.774Z 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/11371b0/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=c1710c8d844eb095 -C extra-filename=-c1710c8d844eb095 --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`
38062024-10-30T14:35:28.888Z Compiling ref-cast-impl v1.0.23
38072024-10-30T14:35:28.891Z Compiling parse-zoneinfo v0.3.1
38082024-10-30T14:35:28.891Z 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`
38092024-10-30T14:35:28.911Z 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`
38102024-10-30T14:35:29.037Z Compiling ena v0.14.3
38112024-10-30T14:35:29.040Z Compiling libloading v0.8.5
38122024-10-30T14:35:29.040Z 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`
38132024-10-30T14:35:29.040Z 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`
38142024-10-30T14:35:29.165Z Compiling cfg_aliases v0.1.1
38152024-10-30T14:35:29.167Z 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`
38162024-10-30T14:35:29.294Z Compiling bindgen v0.69.5
38172024-10-30T14:35:29.296Z 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`
38182024-10-30T14:35:29.447Z Compiling regex-syntax v0.6.29
38192024-10-30T14:35:29.449Z 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`
38202024-10-30T14:35:29.520Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
38212024-10-30T14:35:29.522Z 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`
38222024-10-30T14:35:29.906Z Dirty bytecount v0.6.8: the rustflags changed
38232024-10-30T14:35:29.906Z Compiling bytecount v0.6.8
38242024-10-30T14:35:29.908Z 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`
38252024-10-30T14:35:30.167Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-ccd5c49e0fb3ebfa/build-script-build`
38262024-10-30T14:35:30.170Z Dirty papergrid v0.11.0: the rustflags changed
38272024-10-30T14:35:30.170Z Compiling papergrid v0.11.0
38282024-10-30T14:35:30.170Z 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`
38292024-10-30T14:35:30.200Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-8b72015a9a9b4a45/build-script-build`
38302024-10-30T14:35:30.246Z 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)'`
38312024-10-30T14:35:30.258Z Compiling chrono-tz-build v0.4.0
38322024-10-30T14:35:30.260Z 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`
38332024-10-30T14:35:30.381Z 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`
38342024-10-30T14:35:30.789Z Compiling nix v0.28.0
38352024-10-30T14:35:30.792Z 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`
38362024-10-30T14:35:31.640Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-0a016ad7c0fd86ef/build-script-build`
38372024-10-30T14:35:31.677Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
38382024-10-30T14:35:31.680Z 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=b3365eecda2905ae -C extra-filename=-b3365eecda2905ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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`
38392024-10-30T14:35:31.699Z 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`
38402024-10-30T14:35:32.204Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
38412024-10-30T14:35:32.207Z 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=95d795743ea61560 -C extra-filename=-95d795743ea61560 --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-ee66456ef8ba2a26.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.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-ea90aceb97592546.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`
38422024-10-30T14:35:32.689Z Compiling lalrpop v0.19.12
38432024-10-30T14:35:32.691Z 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`
38442024-10-30T14:35:32.805Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
38452024-10-30T14:35:32.808Z 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=60727c96ec9147ad -C extra-filename=-60727c96ec9147ad --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-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
38462024-10-30T14:35:34.258Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
38472024-10-30T14:35:34.260Z 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=dfc8d7dab1f1567b -C extra-filename=-dfc8d7dab1f1567b --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-d69c93099cd1d574.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
38482024-10-30T14:35:34.399Z Compiling which v4.4.2
38492024-10-30T14:35:34.402Z 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`
38502024-10-30T14:35:34.969Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
38512024-10-30T14:35:34.972Z 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/2b88ab8/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=836b0b53f8e0c1db -C extra-filename=-836b0b53f8e0c1db --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`
38522024-10-30T14:35:35.116Z Compiling tabled_derive v0.7.0
38532024-10-30T14:35:35.120Z 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`
38542024-10-30T14:35:36.044Z Compiling cexpr v0.6.0
38552024-10-30T14:35:36.047Z 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`
38562024-10-30T14:35:37.671Z Compiling http-range v0.1.5
38572024-10-30T14:35:37.673Z 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`
38582024-10-30T14:35:37.736Z Compiling lazycell v1.3.0
38592024-10-30T14:35:37.739Z 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`
38602024-10-30T14:35:37.762Z Compiling rustc-hash v1.1.0
38612024-10-30T14:35:37.765Z 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`
38622024-10-30T14:35:37.932Z Compiling hyper-staticfile v0.10.1
38632024-10-30T14:35:37.935Z 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`
38642024-10-30T14:35:37.935Z 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`
38652024-10-30T14:35:38.031Z Compiling tabled v0.15.0
38662024-10-30T14:35:38.033Z 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`
38672024-10-30T14:35:41.441Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
38682024-10-30T14:35:41.444Z 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/11371b0/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("falcon"))' -C metadata=b079608706e16381 -C extra-filename=-b079608706e16381 --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-836b0b53f8e0c1db.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-c1710c8d844eb095.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`
38692024-10-30T14:35:42.286Z 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=cb613c8ee9aa3e21 -C extra-filename=-cb613c8ee9aa3e21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-b3365eecda2905ae.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`
38702024-10-30T14:35:44.473Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
38712024-10-30T14:35:44.475Z 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=2751343714bce898 -C extra-filename=-2751343714bce898 --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-4f9e58534402aecd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.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`
38722024-10-30T14:35:44.475Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-91ca4430b2a4bf33/build-script-build`
38732024-10-30T14:35:44.533Z Compiling chrono-tz v0.10.0
38742024-10-30T14:35:44.536Z 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`
38752024-10-30T14:35:45.332Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
38762024-10-30T14:35:45.334Z 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/11371b0/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=70b3222593cba3eb -C extra-filename=-70b3222593cba3eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-c1710c8d844eb095.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`
38772024-10-30T14:35:46.298Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
38782024-10-30T14:35:46.301Z 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=e4a65af2644cdc16 -C extra-filename=-e4a65af2644cdc16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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`
38792024-10-30T14:35:48.510Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
38802024-10-30T14:35:48.513Z 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=453e36684746571e -C extra-filename=-453e36684746571e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-453e36684746571e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f750f00a97095fe9.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`
38812024-10-30T14:35:48.533Z Compiling derive_builder_core v0.20.2
38822024-10-30T14:35:48.535Z 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`
38832024-10-30T14:35:48.854Z Compiling libxml v0.3.3
38842024-10-30T14:35:48.856Z 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`
38852024-10-30T14:35:49.194Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-453e36684746571e/build-script-build`
38862024-10-30T14:35:49.232Z 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=92cb8242e46173b8 -C extra-filename=-92cb8242e46173b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-7fe01af885a1094f.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-dfc8d7dab1f1567b.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-beb93251e5462725.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-60727c96ec9147ad.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-3e0a6d0f3b3b5114.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.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-ea90aceb97592546.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-b5f36002fb5b7a85.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-4586cf06479e9181.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=/opt/ooce/pgsql-13/lib/amd64`
38872024-10-30T14:35:49.298Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-2105f7f472052fac/build-script-build`
38882024-10-30T14:35:49.345Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-96c5e6e4f0e70ed8/build-script-build`
38892024-10-30T14:35:50.508Z 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`
38902024-10-30T14:35:50.612Z Compiling derive_builder_macro v0.20.2
38912024-10-30T14:35:50.615Z 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`
38922024-10-30T14:35:51.628Z Compiling peg-macros v0.8.4
38932024-10-30T14:35:51.631Z 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`
38942024-10-30T14:35:53.180Z Compiling signal-hook-tokio v0.3.1
38952024-10-30T14:35:53.183Z 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`
38962024-10-30T14:35:53.389Z Compiling strum_macros v0.24.3
38972024-10-30T14:35:53.392Z 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`
38982024-10-30T14:35:53.933Z Compiling sqlparser_derive v0.2.2
38992024-10-30T14:35:53.936Z 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`
39002024-10-30T14:35:55.148Z Compiling memoffset v0.9.1
39012024-10-30T14:35:55.151Z 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`
39022024-10-30T14:35:55.172Z Compiling unicode_categories v0.1.1
39032024-10-30T14:35:55.174Z 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`
39042024-10-30T14:35:55.502Z Compiling indoc v1.0.9
39052024-10-30T14:35:55.504Z 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`
39062024-10-30T14:35:55.524Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-5967e75f0172548e/build-script-build`
39072024-10-30T14:35:55.682Z Compiling sqlformat v0.2.6
39082024-10-30T14:35:55.685Z 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`
39092024-10-30T14:35:56.465Z Compiling peg v0.8.4
39102024-10-30T14:35:56.468Z 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`
39112024-10-30T14:35:56.598Z Compiling sqlparser v0.45.0
39122024-10-30T14:35:56.601Z 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`
39132024-10-30T14:35:56.623Z Compiling rustyline v14.0.0
39142024-10-30T14:35:56.627Z 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`
39152024-10-30T14:35:58.040Z Compiling derive_builder v0.20.2
39162024-10-30T14:35:58.040Z 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`
39172024-10-30T14:35:58.202Z 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`
39182024-10-30T14:36:00.617Z 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`
39192024-10-30T14:36:01.269Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
39202024-10-30T14:36:01.272Z 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=97a5384b29fc3fde -C extra-filename=-97a5384b29fc3fde --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-556634c44c41c46e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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`
39212024-10-30T14:36:03.275Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
39222024-10-30T14:36:03.278Z 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=4b6bbe0bda1cc806 -C extra-filename=-4b6bbe0bda1cc806 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-4b6bbe0bda1cc806 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f750f00a97095fe9.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`
39232024-10-30T14:36:03.642Z Compiling http v0.2.12
39242024-10-30T14:36:03.645Z 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`
39252024-10-30T14:36:04.130Z Compiling bcs v0.1.6
39262024-10-30T14:36:04.133Z 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`
39272024-10-30T14:36:04.880Z Compiling quick-xml v0.33.0
39282024-10-30T14:36:04.882Z 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`
39292024-10-30T14:36:05.922Z Compiling oso-derive v0.27.3
39302024-10-30T14:36:05.925Z 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`
39312024-10-30T14:36:07.016Z Compiling impl-trait-for-tuples v0.2.2
39322024-10-30T14:36:07.019Z 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`
39332024-10-30T14:36:07.913Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-4b6bbe0bda1cc806/build-script-build`
39342024-10-30T14:36:07.944Z 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`
39352024-10-30T14:36:08.043Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
39362024-10-30T14:36:08.045Z 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=f774426f6c3d5188 -C extra-filename=-f774426f6c3d5188 --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-d69c93099cd1d574.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
39372024-10-30T14:36:09.063Z Compiling tungstenite v0.23.0
39382024-10-30T14:36:09.066Z 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`
39392024-10-30T14:36:09.727Z Compiling pin-project-internal v1.1.6
39402024-10-30T14:36:09.731Z 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`
39412024-10-30T14:36:11.216Z Compiling diesel-dtrace v0.3.0
39422024-10-30T14:36:11.219Z 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`
39432024-10-30T14:36:11.587Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
39442024-10-30T14:36:11.589Z 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`
39452024-10-30T14:36:11.949Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-4ea9effa48dcfb49/build-script-build`
39462024-10-30T14:36:12.026Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-b8a0832b3f06a54a/build-script-build`
39472024-10-30T14:36:12.103Z Compiling tokio-tungstenite v0.23.1
39482024-10-30T14:36:12.106Z 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`
39492024-10-30T14:36:12.606Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
39502024-10-30T14:36:12.609Z 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=8e1c6452382aacb7 -C extra-filename=-8e1c6452382aacb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-e4a65af2644cdc16.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-6a2f22125dbfd97b.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-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-338bde274dfd1d42.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-2df5b7950dd75f83.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-fbf1dada078aec5b.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`
39512024-10-30T14:36:12.813Z Compiling nix v0.27.1
39522024-10-30T14:36:12.815Z 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`
39532024-10-30T14:36:12.832Z Compiling pin-project v1.1.6
39542024-10-30T14:36:12.834Z 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`
39552024-10-30T14:36:12.960Z Compiling http-body v0.4.6
39562024-10-30T14:36:13.059Z 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`
39572024-10-30T14:36:13.448Z Compiling h2 v0.3.26
39582024-10-30T14:36:13.451Z 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`
39592024-10-30T14:36:14.041Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
39602024-10-30T14:36:14.043Z 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`
39612024-10-30T14:36:14.353Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
39622024-10-30T14:36:14.356Z 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=0303092b7d781a83 -C extra-filename=-0303092b7d781a83 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-0303092b7d781a83 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f750f00a97095fe9.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`
39632024-10-30T14:36:14.682Z Compiling const_format_proc_macros v0.2.33
39642024-10-30T14:36:14.685Z 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`
39652024-10-30T14:36:14.719Z Compiling bb8 v0.8.5
39662024-10-30T14:36:14.722Z 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`
39672024-10-30T14:36:15.306Z Compiling async-bb8-diesel v0.2.1
39682024-10-30T14:36:15.308Z 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`
39692024-10-30T14:36:16.141Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-0303092b7d781a83/build-script-build`
39702024-10-30T14:36:16.167Z 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`
39712024-10-30T14:36:16.828Z Compiling const_format v0.2.33
39722024-10-30T14:36:16.831Z 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`
39732024-10-30T14:36:17.575Z 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`
39742024-10-30T14:36:18.004Z Dirty cargo-platform v0.1.8: the rustflags changed
39752024-10-30T14:36:18.004Z Compiling cargo-platform v0.1.8
39762024-10-30T14:36:18.006Z 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`
39772024-10-30T14:36:18.464Z Compiling snafu-derive v0.8.5
39782024-10-30T14:36:18.466Z 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`
39792024-10-30T14:36:22.462Z Compiling hyper v0.14.30
39802024-10-30T14:36:22.465Z 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`
39812024-10-30T14:36:22.949Z Compiling sync_wrapper v0.1.2
39822024-10-30T14:36:22.952Z 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`
39832024-10-30T14:36:23.096Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
39842024-10-30T14:36:23.098Z 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=6d7fc2316b44ab31 -C extra-filename=-6d7fc2316b44ab31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-97a5384b29fc3fde.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-556634c44c41c46e.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-9736dcd81d98990b.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2e0fb39c067fc96d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e77b6788f49cc45.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2751343714bce898.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`
39852024-10-30T14:36:23.498Z Compiling snafu v0.8.5
39862024-10-30T14:36:23.501Z 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`
39872024-10-30T14:36:24.367Z Dirty cargo_metadata v0.18.1: the rustflags changed
39882024-10-30T14:36:24.367Z Compiling cargo_metadata v0.18.1
39892024-10-30T14:36:24.370Z 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`
39902024-10-30T14:36:27.888Z Compiling reqwest v0.11.27
39912024-10-30T14:36:27.891Z 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`
39922024-10-30T14:36:29.549Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
39932024-10-30T14:36:29.552Z 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=00ba851f3c04c797 -C extra-filename=-00ba851f3c04c797 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-556634c44c41c46e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
39942024-10-30T14:36:33.857Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39952024-10-30T14:36:33.860Z 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=41883924c2af71ad -C extra-filename=-41883924c2af71ad --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-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
39962024-10-30T14:36:35.931Z Compiling globset v0.4.15
39972024-10-30T14:36:35.933Z 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`
39982024-10-30T14:36:36.878Z Compiling olpc-cjson v0.1.4
39992024-10-30T14:36:36.881Z 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`
40002024-10-30T14:36:37.138Z Compiling serde_plain v1.0.2
40012024-10-30T14:36:37.141Z 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`
40022024-10-30T14:36:37.462Z Compiling typed-path v0.7.1
40032024-10-30T14:36:37.465Z 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`
40042024-10-30T14:36:37.556Z Compiling parse-size v1.0.0
40052024-10-30T14:36:37.559Z Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-size-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("std"))' -C metadata=e58dffbe4506189f -C extra-filename=-e58dffbe4506189f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40062024-10-30T14:36:37.809Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40072024-10-30T14:36:37.812Z 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=bc0127ce0c7fa521 -C extra-filename=-bc0127ce0c7fa521 --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-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
40082024-10-30T14:36:39.856Z Compiling tough v0.17.1
40092024-10-30T14:36:39.859Z 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`
40102024-10-30T14:36:40.055Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40112024-10-30T14:36:40.057Z 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=f83577f8b5f548b1 -C extra-filename=-f83577f8b5f548b1 --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-556634c44c41c46e.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-6d7fc2316b44ab31.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-00ba851f3c04c797.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`
40122024-10-30T14:36:40.621Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40132024-10-30T14:36:40.624Z 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=a85e82a5db0ee7d2 -C extra-filename=-a85e82a5db0ee7d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-4f9e58534402aecd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-bc0127ce0c7fa521.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-41883924c2af71ad.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8e1c6452382aacb7.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-fbf1dada078aec5b.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`
40142024-10-30T14:36:42.434Z Compiling assert_matches v1.5.0
40152024-10-30T14:36:42.436Z 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`
40162024-10-30T14:36:42.526Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
40172024-10-30T14:36:42.529Z 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=937de14ccbde41d0 -C extra-filename=-937de14ccbde41d0 --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-beb93251e5462725.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
40182024-10-30T14:36:42.934Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
40192024-10-30T14:36:42.939Z 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`
40202024-10-30T14:36:44.551Z Compiling rand_seeder v0.3.0
40212024-10-30T14:36:44.554Z 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`
40222024-10-30T14:36:44.879Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40232024-10-30T14:36:44.882Z 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=94d7925047b79177 -C extra-filename=-94d7925047b79177 --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-7fe01af885a1094f.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-ea90aceb97592546.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`
40242024-10-30T14:36:46.045Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
40252024-10-30T14:36:46.048Z 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=18ee401ba4c7ed64 -C extra-filename=-18ee401ba4c7ed64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-e58dffbe4506189f.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-56e91e2c6f079a37.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`
40262024-10-30T14:36:47.345Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40272024-10-30T14:36:47.348Z 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=149476d6cd34ad26 -C extra-filename=-149476d6cd34ad26 --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-7fe01af885a1094f.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-ea90aceb97592546.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`
40282024-10-30T14:36:49.222Z Compiling libz-sys v1.1.20
40292024-10-30T14:36:49.226Z 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`
40302024-10-30T14:36:50.052Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-7a2bea83c815ae2f/build-script-build`
40312024-10-30T14:36:50.197Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40322024-10-30T14:36:50.200Z 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=98e6af5c8a4e8604 -C extra-filename=-98e6af5c8a4e8604 --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-ea90aceb97592546.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`
40332024-10-30T14:36:50.230Z Compiling libgit2-sys v0.17.0+1.8.1
40342024-10-30T14:36:50.232Z 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`
40352024-10-30T14:36:50.387Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40362024-10-30T14:36:50.389Z 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=c8d6099e157665a5 -C extra-filename=-c8d6099e157665a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-94d7925047b79177.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-149476d6cd34ad26.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7fe01af885a1094f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e52fbf1da0827554.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-ee66456ef8ba2a26.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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-b5f36002fb5b7a85.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-98e6af5c8a4e8604.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`
40372024-10-30T14:36:51.120Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-18d2df79882ab23f/build-script-build`
40382024-10-30T14:36:53.183Z 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`
40392024-10-30T14:36:53.339Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40402024-10-30T14:36:53.342Z 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=5efeb957478b62e5 -C extra-filename=-5efeb957478b62e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f1d2520a5399346d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e52fbf1da0827554.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c1a3be2c2093cfc0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-4516407934ebd078.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-ded0a9f207746014.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`
40412024-10-30T14:36:55.274Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40422024-10-30T14:36:55.278Z 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=4d4d15da0d7cd8a3 -C extra-filename=-4d4d15da0d7cd8a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-6a2f22125dbfd97b.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-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-18ee401ba4c7ed64.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`
40432024-10-30T14:36:57.337Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
40442024-10-30T14:36:57.340Z 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=3f97a1530d4102bf -C extra-filename=-3f97a1530d4102bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-ea90aceb97592546.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`
40452024-10-30T14:36:57.486Z Compiling vergen v8.3.2
40462024-10-30T14:36:57.489Z 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`
40472024-10-30T14:36:57.860Z Compiling is_ci v1.2.0
40482024-10-30T14:36:57.863Z 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`
40492024-10-30T14:36:58.123Z Compiling supports-color v3.0.1
40502024-10-30T14:36:58.126Z 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`
40512024-10-30T14:36:58.258Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-949263135a152872/build-script-build`
40522024-10-30T14:36:58.294Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
40532024-10-30T14:36:58.297Z 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=6647e853962b5f25 -C extra-filename=-6647e853962b5f25 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-6647e853962b5f25 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f750f00a97095fe9.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`
40542024-10-30T14:36:58.372Z Compiling libsqlite3-sys v0.30.1
40552024-10-30T14:36:58.374Z 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`
40562024-10-30T14:36:58.614Z Compiling cfg_aliases v0.2.1
40572024-10-30T14:36:58.617Z 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`
40582024-10-30T14:36:58.733Z Compiling rustls v0.21.12
40592024-10-30T14:36:58.735Z 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`
40602024-10-30T14:36:58.945Z Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-5f7ab85b6627e717/build-script-build`
40612024-10-30T14:36:58.987Z Compiling nix v0.29.0
40622024-10-30T14:36:58.990Z 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`
40632024-10-30T14:36:59.116Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-95e18f3120e56632/build-script-build`
40642024-10-30T14:36:59.153Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-6647e853962b5f25/build-script-build`
40652024-10-30T14:36:59.181Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40662024-10-30T14:36:59.183Z 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=e12d8c8acee77e0c -C extra-filename=-e12d8c8acee77e0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-f4d3913f366d8290.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-3f97a1530d4102bf.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-52e8cb15a4273ade.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-338bde274dfd1d42.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`
40672024-10-30T14:36:59.901Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40682024-10-30T14:36:59.904Z 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=0ae7364b60b79030 -C extra-filename=-0ae7364b60b79030 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-7fe01af885a1094f.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-e52fbf1da0827554.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-4f9e58534402aecd.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-1633ce11f04956d7.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c8d6099e157665a5.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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-b5f36002fb5b7a85.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-98e6af5c8a4e8604.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`
40692024-10-30T14:37:01.085Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40702024-10-30T14:37:01.088Z 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=b6dd3319cffb0879 -C extra-filename=-b6dd3319cffb0879 --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-f4d3913f366d8290.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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`
40712024-10-30T14:37:02.872Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40722024-10-30T14:37:02.876Z 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=cb5196e59fefdd89 -C extra-filename=-cb5196e59fefdd89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-dab6b280561ed0ce.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f23804a4a22d6cb2.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-aa816b97ccce8a91.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-9fe957551575b828.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-6a2f22125dbfd97b.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a99d611ba18be26.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f1d2520a5399346d.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-e52fbf1da0827554.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-9736dcd81d98990b.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8966073b61b1d36d.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f9e58534402aecd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.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-7d8c0eff3d979e67.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-9964fa3b2bdee188.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a77cd30c4343a8c1.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-ea90aceb97592546.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-67aaa8ac9d43c4de.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e77b6788f49cc45.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2751343714bce898.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-094717c547d190b0.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-70b3222593cba3eb.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b079608706e16381.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 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 sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-089b1ee2f6201eb5.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b5f36002fb5b7a85.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b623ffebf6be930d.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1ab8ea60cf0982cf.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-4516407934ebd078.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-72651b7fce9790a6.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-cb613c8ee9aa3e21.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-4ddd9f4c7d4b8be1.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=/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/`
40732024-10-30T14:37:02.994Z Compiling samael v0.0.17
40742024-10-30T14:37:02.997Z 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`
40752024-10-30T14:37:04.944Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
40762024-10-30T14:37:04.946Z 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=fac78bb6b26469d3 -C extra-filename=-fac78bb6b26469d3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-fac78bb6b26469d3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f750f00a97095fe9.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`
40772024-10-30T14:37:05.362Z 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=fc1f89fec2c8c4b0 -C extra-filename=-fc1f89fec2c8c4b0 --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-92cb8242e46173b8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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=/opt/ooce/pgsql-13/lib/amd64`
40782024-10-30T14:37:05.417Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-8c22bee5ae73c94b/build-script-bindings`
40792024-10-30T14:37:06.697Z Compiling castaway v0.2.3
40802024-10-30T14:37:06.700Z 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`
40812024-10-30T14:37:06.885Z Compiling sct v0.7.1
40822024-10-30T14:37:06.888Z 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`
40832024-10-30T14:37:07.224Z Compiling rustls-webpki v0.101.7
40842024-10-30T14:37:07.227Z 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`
40852024-10-30T14:37:07.863Z 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`
40862024-10-30T14:37:08.198Z Compiling concurrent-queue v2.5.0
40872024-10-30T14:37:08.201Z 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`
40882024-10-30T14:37:08.600Z Dirty unicode-linebreak v0.1.5: the rustflags changed
40892024-10-30T14:37:08.600Z Compiling unicode-linebreak v0.1.5
40902024-10-30T14:37:08.602Z 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`
40912024-10-30T14:37:09.055Z Compiling parking v2.2.1
40922024-10-30T14:37:09.058Z 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`
40932024-10-30T14:37:09.138Z Dirty smawk v0.3.2: the rustflags changed
40942024-10-30T14:37:09.138Z Compiling smawk v0.3.2
40952024-10-30T14:37:09.141Z 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`
40962024-10-30T14:37:09.375Z Dirty textwrap v0.16.1: the rustflags changed
40972024-10-30T14:37:09.375Z Compiling textwrap v0.16.1
40982024-10-30T14:37:09.383Z 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`
40992024-10-30T14:37:09.428Z 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`
41002024-10-30T14:37:09.922Z Compiling compact_str v0.8.0
41012024-10-30T14:37:09.925Z 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`
41022024-10-30T14:37:10.597Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-fac78bb6b26469d3/build-script-build`
41032024-10-30T14:37:10.636Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-d2b5ec39e84ac4bb/build-script-build`
41042024-10-30T14:37:10.673Z 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`
41052024-10-30T14:37:11.158Z Compiling unicode-truncate v1.1.0
41062024-10-30T14:37:11.160Z 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`
41072024-10-30T14:37:11.389Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41082024-10-30T14:37:11.392Z 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=2befa9748d7a30fd -C extra-filename=-2befa9748d7a30fd --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-2befa9748d7a30fd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f750f00a97095fe9.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`
41092024-10-30T14:37:11.418Z Compiling hashlink v0.9.1
41102024-10-30T14:37:11.421Z 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`
41112024-10-30T14:37:11.741Z Compiling instability v0.3.2
41122024-10-30T14:37:11.744Z 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`
41132024-10-30T14:37:12.091Z Compiling lru v0.12.5
41142024-10-30T14:37:12.093Z 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`
41152024-10-30T14:37:12.435Z Compiling fallible-streaming-iterator v0.1.9
41162024-10-30T14:37:12.438Z 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`
41172024-10-30T14:37:12.711Z Compiling fallible-iterator v0.3.0
41182024-10-30T14:37:12.713Z 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`
41192024-10-30T14:37:12.908Z Compiling cassowary v0.3.0
41202024-10-30T14:37:12.911Z 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`
41212024-10-30T14:37:13.429Z Compiling ratatui v0.28.1
41222024-10-30T14:37:13.432Z 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`
41232024-10-30T14:37:14.086Z Compiling rusqlite v0.32.1
41242024-10-30T14:37:14.089Z 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`
41252024-10-30T14:37:16.952Z Compiling tokio-rustls v0.24.1
41262024-10-30T14:37:16.954Z 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`
41272024-10-30T14:37:17.386Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-2befa9748d7a30fd/build-script-build`
41282024-10-30T14:37:17.426Z 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)'`
41292024-10-30T14:37:17.461Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
41302024-10-30T14:37:17.464Z 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=03a468fe110a1add -C extra-filename=-03a468fe110a1add --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-ea90aceb97592546.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`
41312024-10-30T14:37:18.133Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41322024-10-30T14:37:18.136Z 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=d2eb0f45a6fa263b -C extra-filename=-d2eb0f45a6fa263b --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-d2eb0f45a6fa263b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f750f00a97095fe9.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`
41332024-10-30T14:37:18.519Z Compiling rustls-pemfile v1.0.4
41342024-10-30T14:37:18.522Z 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`
41352024-10-30T14:37:18.886Z Compiling twox-hash v1.6.3
41362024-10-30T14:37:18.889Z 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`
41372024-10-30T14:37:18.966Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-d2eb0f45a6fa263b/build-script-build`
41382024-10-30T14:37:19.003Z Compiling event-listener v5.3.1
41392024-10-30T14:37:19.024Z 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`
41402024-10-30T14:37:19.658Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
41412024-10-30T14:37:19.662Z Compiling fatfs v0.3.6
41422024-10-30T14:37:19.662Z 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/2b88ab8/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=f2de16d8127dcb9c -C extra-filename=-f2de16d8127dcb9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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`
41432024-10-30T14:37:19.662Z 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`
41442024-10-30T14:37:20.402Z Compiling event-listener-strategy v0.5.2
41452024-10-30T14:37:20.404Z 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`
41462024-10-30T14:37:20.603Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
41472024-10-30T14:37:20.605Z 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=713b499a8ffe8f61 -C extra-filename=-713b499a8ffe8f61 --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-8966073b61b1d36d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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-b623ffebf6be930d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-4516407934ebd078.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ded0a9f207746014.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5efeb957478b62e5.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=/opt/ooce/pgsql-13/lib/amd64`
41482024-10-30T14:37:21.372Z Compiling csv-core v0.1.11
41492024-10-30T14:37:21.375Z 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`
41502024-10-30T14:37:21.922Z Compiling csv v1.3.0
41512024-10-30T14:37:21.926Z 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`
41522024-10-30T14:37:22.276Z Compiling futures-lite v2.3.0
41532024-10-30T14:37:22.279Z 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`
41542024-10-30T14:37:22.681Z Compiling rtoolbox v0.0.2
41552024-10-30T14:37:22.684Z 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`
41562024-10-30T14:37:23.047Z Compiling shell-words v1.1.0
41572024-10-30T14:37:23.050Z 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`
41582024-10-30T14:37:23.250Z Compiling plotters-backend v0.3.7
41592024-10-30T14:37:23.252Z 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`
41602024-10-30T14:37:23.398Z Compiling rpassword v7.3.1
41612024-10-30T14:37:23.401Z 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`
41622024-10-30T14:37:23.751Z Compiling plotters-svg v0.3.7
41632024-10-30T14:37:23.773Z 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`
41642024-10-30T14:37:23.808Z Compiling tui-tree-widget v0.22.0
41652024-10-30T14:37:23.811Z 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`
41662024-10-30T14:37:23.853Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
41672024-10-30T14:37:23.855Z 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=2dfca2178dfffc19 -C extra-filename=-2dfca2178dfffc19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-18ee401ba4c7ed64.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`
41682024-10-30T14:37:24.178Z Compiling yansi v1.0.1
41692024-10-30T14:37:24.180Z 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`
41702024-10-30T14:37:24.204Z Compiling cast v0.3.0
41712024-10-30T14:37:24.204Z 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`
41722024-10-30T14:37:24.591Z Compiling criterion-plot v0.5.0
41732024-10-30T14:37:24.594Z 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`
41742024-10-30T14:37:24.905Z Compiling pretty_assertions v1.4.1
41752024-10-30T14:37:24.908Z 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`
41762024-10-30T14:37:25.347Z Compiling plotters v0.3.7
41772024-10-30T14:37:25.350Z 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`
41782024-10-30T14:37:25.575Z Compiling async-lock v3.4.0
41792024-10-30T14:37:25.578Z 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`
41802024-10-30T14:37:25.868Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41812024-10-30T14:37:25.871Z 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=2ccd0cfcb5b3b818 -C extra-filename=-2ccd0cfcb5b3b818 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-ea90aceb97592546.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`
41822024-10-30T14:37:26.684Z Compiling polyval v0.6.2
41832024-10-30T14:37:26.687Z 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`
41842024-10-30T14:37:26.872Z Compiling polling v3.7.3
41852024-10-30T14:37:26.875Z 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`
41862024-10-30T14:37:27.089Z Compiling tinytemplate v1.2.1
41872024-10-30T14:37:27.092Z 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`
41882024-10-30T14:37:27.627Z Compiling oorandom v11.1.4
41892024-10-30T14:37:27.629Z 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`
41902024-10-30T14:37:27.727Z Compiling anes v0.1.6
41912024-10-30T14:37:27.729Z 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`
41922024-10-30T14:37:27.829Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
41932024-10-30T14:37:27.832Z 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=dc6467f86c825079 -C extra-filename=-dc6467f86c825079 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-9c237c0b795c7c61.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-4516407934ebd078.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-ded0a9f207746014.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5efeb957478b62e5.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-713b499a8ffe8f61.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=/opt/ooce/pgsql-13/lib/amd64`
41942024-10-30T14:37:28.135Z Compiling criterion v0.5.1
41952024-10-30T14:37:28.138Z 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`
41962024-10-30T14:37:28.186Z Compiling async-io v2.3.4
41972024-10-30T14:37:28.189Z 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`
41982024-10-30T14:37:30.419Z Compiling ghash v0.5.1
41992024-10-30T14:37:30.422Z 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`
42002024-10-30T14:37:30.632Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
42012024-10-30T14:37:30.635Z 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=fc6468eada3b2dc6 -C extra-filename=-fc6468eada3b2dc6 --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-7fe01af885a1094f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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`
42022024-10-30T14:37:31.070Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
42032024-10-30T14:37:31.073Z 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=e3f0446dcbb71257 -C extra-filename=-e3f0446dcbb71257 --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-ea90aceb97592546.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`
42042024-10-30T14:37:32.263Z Compiling ctr v0.9.2
42052024-10-30T14:37:32.266Z 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`
42062024-10-30T14:37:32.568Z Compiling target-lexicon v0.12.16
42072024-10-30T14:37:32.571Z 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`
42082024-10-30T14:37:32.649Z Compiling doc-comment v0.3.3
42092024-10-30T14:37:32.652Z 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`
42102024-10-30T14:37:33.291Z Compiling async-task v4.7.1
42112024-10-30T14:37:33.294Z 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`
42122024-10-30T14:37:33.555Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-6f5a57746f4051da/build-script-build`
42132024-10-30T14:37:33.638Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-17a638f5652b3db3/build-script-build`
42142024-10-30T14:37:33.806Z Compiling aes-gcm v0.10.3
42152024-10-30T14:37:33.808Z 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`
42162024-10-30T14:37:33.829Z Compiling async-channel v2.3.1
42172024-10-30T14:37:33.831Z 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`
42182024-10-30T14:37:34.134Z Compiling piper v0.2.4
42192024-10-30T14:37:34.136Z 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`
42202024-10-30T14:37:34.205Z Compiling ssh-encoding v0.2.0
42212024-10-30T14:37:34.208Z 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`
42222024-10-30T14:37:34.564Z Compiling blowfish v0.9.1
42232024-10-30T14:37:34.567Z 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`
42242024-10-30T14:37:34.732Z Compiling guppy-workspace-hack v0.1.0
42252024-10-30T14:37:34.734Z 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`
42262024-10-30T14:37:35.058Z Compiling assert_cmd v2.0.16
42272024-10-30T14:37:35.061Z 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`
42282024-10-30T14:37:35.082Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-87cd797dd260befb/build-script-build`
42292024-10-30T14:37:35.118Z Compiling bcrypt-pbkdf v0.10.0
42302024-10-30T14:37:35.124Z 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`
42312024-10-30T14:37:35.561Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-99c2153d390a87d7/build-script-build`
42322024-10-30T14:37:35.602Z Compiling ssh-cipher v0.2.0
42332024-10-30T14:37:35.602Z 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`
42342024-10-30T14:37:35.745Z Compiling blocking v1.6.1
42352024-10-30T14:37:35.748Z 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`
42362024-10-30T14:37:36.355Z 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`
42372024-10-30T14:37:36.478Z Compiling async-executor v1.13.1
42382024-10-30T14:37:36.480Z 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`
42392024-10-30T14:37:37.068Z 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"'`
42402024-10-30T14:37:37.313Z Compiling async-signal v0.2.10
42412024-10-30T14:37:37.316Z 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`
42422024-10-30T14:37:37.765Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
42432024-10-30T14:37:37.767Z 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=2fbdd7daa1f798a4 -C extra-filename=-2fbdd7daa1f798a4 --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-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
42442024-10-30T14:37:37.811Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42452024-10-30T14:37:37.814Z 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=7ffadc85ac98c47a -C extra-filename=-7ffadc85ac98c47a --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-aa816b97ccce8a91.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e52fbf1da0827554.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.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-ea90aceb97592546.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-4516407934ebd078.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5efeb957478b62e5.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`
42462024-10-30T14:37:39.096Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42472024-10-30T14:37:39.099Z 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=a05984613a411686 -C extra-filename=-a05984613a411686 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-8966073b61b1d36d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
42482024-10-30T14:37:40.013Z Compiling password-hash v0.4.2
42492024-10-30T14:37:40.016Z 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`
42502024-10-30T14:37:40.884Z Compiling hex-literal v0.4.1
42512024-10-30T14:37:40.886Z 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`
42522024-10-30T14:37:41.055Z Compiling futures-timer v3.0.3
42532024-10-30T14:37:41.058Z 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`
42542024-10-30T14:37:41.822Z Compiling matches v0.1.10
42552024-10-30T14:37:41.825Z 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`
42562024-10-30T14:37:41.900Z Compiling event-listener v2.5.3
42572024-10-30T14:37:41.903Z 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`
42582024-10-30T14:37:41.941Z Compiling target-spec v3.2.2
42592024-10-30T14:37:41.943Z 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`
42602024-10-30T14:37:42.298Z Compiling async-channel v1.9.0
42612024-10-30T14:37:42.340Z 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`
42622024-10-30T14:37:42.411Z Compiling idna v0.2.3
42632024-10-30T14:37:42.413Z 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`
42642024-10-30T14:37:42.562Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-451bc4cf83a40891/build-script-build`
42652024-10-30T14:37:42.583Z Compiling pbkdf2 v0.11.0
42662024-10-30T14:37:42.583Z 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`
42672024-10-30T14:37:42.615Z Compiling async-process v2.3.0
42682024-10-30T14:37:42.617Z 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`
42692024-10-30T14:37:42.962Z Compiling cfg-expr v0.17.0
42702024-10-30T14:37:42.965Z 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`
42712024-10-30T14:37:43.202Z 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`
42722024-10-30T14:37:43.919Z Compiling git2 v0.19.0
42732024-10-30T14:37:43.922Z 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`
42742024-10-30T14:37:44.090Z Compiling async-global-executor v2.4.1
42752024-10-30T14:37:44.092Z 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`
42762024-10-30T14:37:44.126Z 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`
42772024-10-30T14:37:44.295Z Compiling ssh-key v0.6.6
42782024-10-30T14:37:44.298Z 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`
42792024-10-30T14:37:45.473Z 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`
42802024-10-30T14:37:45.600Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
42812024-10-30T14:37:45.602Z 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=ad92177ee2c2f020 -C extra-filename=-ad92177ee2c2f020 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-e4a65af2644cdc16.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-fd166554aea03d25.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-52e8cb15a4273ade.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`
42822024-10-30T14:37:45.718Z Compiling p521 v0.13.3
42832024-10-30T14:37:45.721Z 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`
42842024-10-30T14:37:47.283Z Compiling p256 v0.13.2
42852024-10-30T14:37:47.286Z 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`
42862024-10-30T14:37:48.107Z Compiling enum-as-inner v0.5.1
42872024-10-30T14:37:48.110Z 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`
42882024-10-30T14:37:48.147Z Compiling async-attributes v1.1.2
42892024-10-30T14:37:48.149Z 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`
42902024-10-30T14:37:48.520Z Compiling polar-core v0.27.3
42912024-10-30T14:37:48.522Z 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`
42922024-10-30T14:37:48.832Z Compiling num_cpus v1.16.0
42932024-10-30T14:37:48.835Z 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`
42942024-10-30T14:37:48.984Z Compiling russh-cryptovec v0.7.3
42952024-10-30T14:37:48.987Z 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`
42962024-10-30T14:37:49.168Z Compiling kv-log-macro v1.0.7
42972024-10-30T14:37:49.171Z 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`
42982024-10-30T14:37:49.304Z Compiling md5 v0.7.0
42992024-10-30T14:37:49.306Z 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`
43002024-10-30T14:37:49.355Z Compiling async-std v1.13.0
43012024-10-30T14:37:49.358Z 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`
43022024-10-30T14:37:49.415Z 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=fdfca88cbddf4c31 -C extra-filename=-fdfca88cbddf4c31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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)'`
43032024-10-30T14:37:49.862Z Compiling russh-keys v0.45.0
43042024-10-30T14:37:49.865Z 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`
43052024-10-30T14:37:50.187Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-61166b3103c06ed6/build-script-build`
43062024-10-30T14:37:51.300Z Compiling trust-dns-proto v0.22.0
43072024-10-30T14:37:51.303Z 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`
43082024-10-30T14:37:51.960Z 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`
43092024-10-30T14:37:53.343Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
43102024-10-30T14:37:53.345Z 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/2b88ab8/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=bc138420b0c8de74 -C extra-filename=-bc138420b0c8de74 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-bc138420b0c8de74 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-fdfca88cbddf4c31.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`
43112024-10-30T14:37:53.876Z Compiling threadpool v1.8.1
43122024-10-30T14:37:53.878Z 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`
43132024-10-30T14:37:54.782Z 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`
43142024-10-30T14:37:55.133Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-bc138420b0c8de74/build-script-build`
43152024-10-30T14:37:55.786Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
43162024-10-30T14:37:55.789Z 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=2f2140b5aae64f9c -C extra-filename=-2f2140b5aae64f9c --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-2fbdd7daa1f798a4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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`
43172024-10-30T14:37:56.774Z 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/2b88ab8/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=92064749db37f3ab -C extra-filename=-92064749db37f3ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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`
43182024-10-30T14:37:56.991Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
43192024-10-30T14:37:56.994Z 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=0e12b0eb207f231c -C extra-filename=-0e12b0eb207f231c --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-8966073b61b1d36d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-ded0a9f207746014.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`
43202024-10-30T14:37:57.361Z Compiling httptest v0.16.1
43212024-10-30T14:37:57.363Z 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`
43222024-10-30T14:37:59.105Z Compiling num-bigint v0.4.6
43232024-10-30T14:37:59.109Z 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`
43242024-10-30T14:37:59.372Z Compiling pathdiff v0.2.2
43252024-10-30T14:37:59.375Z 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`
43262024-10-30T14:37:59.568Z Compiling rustls-native-certs v0.7.3
43272024-10-30T14:37:59.570Z 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`
43282024-10-30T14:38:00.186Z Compiling des v0.8.1
43292024-10-30T14:38:00.189Z 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`
43302024-10-30T14:38:00.552Z Compiling nested v0.1.1
43312024-10-30T14:38:00.555Z 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`
43322024-10-30T14:38:00.893Z Compiling oso v0.27.3
43332024-10-30T14:38:00.896Z 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`
43342024-10-30T14:38:02.341Z Compiling dhcproto-macros v0.1.0
43352024-10-30T14:38:02.344Z 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`
43362024-10-30T14:38:03.067Z Compiling escape8259 v0.5.3
43372024-10-30T14:38:03.070Z 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`
43382024-10-30T14:38:03.389Z Compiling dhcproto v0.12.0
43392024-10-30T14:38:03.392Z 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`
43402024-10-30T14:38:03.477Z Compiling libtest-mimic v0.7.3
43412024-10-30T14:38:03.480Z 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`
43422024-10-30T14:38:04.818Z 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=ae15599e9257fd14 -C extra-filename=-ae15599e9257fd14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-f774426f6c3d5188.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-fc1f89fec2c8c4b0.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-92cb8242e46173b8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
43432024-10-30T14:38:05.473Z Compiling russh v0.45.0
43442024-10-30T14:38:05.476Z 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`
43452024-10-30T14:38:06.676Z Compiling guppy v0.17.8
43462024-10-30T14:38:06.678Z 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`
43472024-10-30T14:38:06.800Z Compiling hyper-rustls v0.26.0
43482024-10-30T14:38:06.802Z 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`
43492024-10-30T14:38:07.359Z Compiling async-object-pool v0.1.5
43502024-10-30T14:38:07.362Z 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`
43512024-10-30T14:38:07.569Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
43522024-10-30T14:38:07.571Z 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=ae29726581c22478 -C extra-filename=-ae29726581c22478 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-fc6468eada3b2dc6.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7fe01af885a1094f.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-9736dcd81d98990b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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`
43532024-10-30T14:38:09.456Z Compiling fancy-regex v0.13.0
43542024-10-30T14:38:09.459Z 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`
43552024-10-30T14:38:11.678Z 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=04b5a7b8db10ddc9 -C extra-filename=-04b5a7b8db10ddc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-7fe01af885a1094f.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-dfc8d7dab1f1567b.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-4f9e58534402aecd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.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-ae15599e9257fd14.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-fc1f89fec2c8c4b0.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-92cb8242e46173b8.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.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-fbf1dada078aec5b.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-b5f36002fb5b7a85.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-4586cf06479e9181.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=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
43562024-10-30T14:38:13.410Z Compiling rstest_macros v0.23.0
43572024-10-30T14:38:13.412Z 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`
43582024-10-30T14:38:13.555Z Compiling assert-json-diff v2.0.2
43592024-10-30T14:38:13.557Z 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`
43602024-10-30T14:38:14.022Z Compiling serde_regex v1.1.0
43612024-10-30T14:38:14.024Z 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`
43622024-10-30T14:38:14.340Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
43632024-10-30T14:38:14.343Z 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`
43642024-10-30T14:38:14.520Z Compiling path-tree v0.8.1
43652024-10-30T14:38:14.522Z 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`
43662024-10-30T14:38:14.837Z Compiling internet-checksum v0.2.1
43672024-10-30T14:38:14.839Z 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`
43682024-10-30T14:38:14.860Z Compiling stringmetrics v2.2.2
43692024-10-30T14:38:14.860Z 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`
43702024-10-30T14:38:15.063Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-d17da9d1a30bc4e2/build-script-build`
43712024-10-30T14:38:15.140Z Compiling httpmock v0.8.0-alpha.1
43722024-10-30T14:38:15.140Z 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`
43732024-10-30T14:38:15.163Z Compiling datatest-stable v0.2.9
43742024-10-30T14:38:15.163Z 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`
43752024-10-30T14:38:15.185Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43762024-10-30T14:38:15.185Z 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=7044407479994da1 -C extra-filename=-7044407479994da1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-6a2f22125dbfd97b.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-9736dcd81d98990b.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0e12b0eb207f231c.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8966073b61b1d36d.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2e0fb39c067fc96d.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-9c237c0b795c7c61.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a77cd30c4343a8c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-1ab8ea60cf0982cf.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-4516407934ebd078.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-72651b7fce9790a6.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-18ee401ba4c7ed64.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ded0a9f207746014.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 /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
43772024-10-30T14:38:15.476Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
43782024-10-30T14:38:15.479Z 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=327ad4085299aee4 -C extra-filename=-327ad4085299aee4 --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-0f0029d7484c917e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
43792024-10-30T14:38:15.841Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43802024-10-30T14:38:15.844Z 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=9a874a167eb548c1 -C extra-filename=-9a874a167eb548c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-9a874a167eb548c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f750f00a97095fe9.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`
43812024-10-30T14:38:16.120Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43822024-10-30T14:38:16.123Z 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=c230abe682e8f90b -C extra-filename=-c230abe682e8f90b --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-c230abe682e8f90b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f750f00a97095fe9.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`
43832024-10-30T14:38:16.229Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
43842024-10-30T14:38:16.232Z 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=608c9f0c9984120d -C extra-filename=-608c9f0c9984120d --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-608c9f0c9984120d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f750f00a97095fe9.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`
43852024-10-30T14:38:16.499Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43862024-10-30T14:38:16.502Z 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=a29d9b1e38afba06 -C extra-filename=-a29d9b1e38afba06 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-a29d9b1e38afba06 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f750f00a97095fe9.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`
43872024-10-30T14:38:16.592Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
43882024-10-30T14:38:16.595Z 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=af3795c82148a4a0 -C extra-filename=-af3795c82148a4a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-af3795c82148a4a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f750f00a97095fe9.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`
43892024-10-30T14:38:16.874Z Compiling similar-asserts v1.6.0
43902024-10-30T14:38:16.877Z 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`
43912024-10-30T14:38:16.971Z Compiling proc-macro-crate v3.2.0
43922024-10-30T14:38:16.974Z 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`
43932024-10-30T14:38:18.019Z Compiling relative-path v1.9.3
43942024-10-30T14:38:18.022Z 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`
43952024-10-30T14:38:18.456Z Compiling trybuild v1.0.100
43962024-10-30T14:38:18.459Z 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`
43972024-10-30T14:38:18.772Z 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`
43982024-10-30T14:38:19.005Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-a49ac97d26d7ee4c/build-script-build`
43992024-10-30T14:38:19.044Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-af3795c82148a4a0/build-script-build`
44002024-10-30T14:38:19.098Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-a29d9b1e38afba06/build-script-build`
44012024-10-30T14:38:19.138Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-608c9f0c9984120d/build-script-build`
44022024-10-30T14:38:19.176Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-c230abe682e8f90b/build-script-build`
44032024-10-30T14:38:19.215Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-9a874a167eb548c1/build-script-build`
44042024-10-30T14:38:19.255Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
44052024-10-30T14:38:19.258Z 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=d6017a70b9279256 -C extra-filename=-d6017a70b9279256 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-aa816b97ccce8a91.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-6a2f22125dbfd97b.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f1d2520a5399346d.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-e52fbf1da0827554.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-9736dcd81d98990b.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a05984613a411686.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8966073b61b1d36d.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f9e58534402aecd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-3e0a6d0f3b3b5114.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a77cd30c4343a8c1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.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-ea90aceb97592546.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-4516407934ebd078.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-18ee401ba4c7ed64.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-4d4d15da0d7cd8a3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ded0a9f207746014.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5efeb957478b62e5.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7ffadc85ac98c47a.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-713b499a8ffe8f61.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`
44062024-10-30T14:38:22.566Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
44072024-10-30T14:38:22.569Z 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=3eb4d01837039e71 -C extra-filename=-3eb4d01837039e71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-ea90aceb97592546.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`
44082024-10-30T14:38:29.387Z Compiling multimap v0.10.0
44092024-10-30T14:38:29.390Z 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`
44102024-10-30T14:38:29.512Z Compiling uzers v0.12.1
44112024-10-30T14:38:29.515Z 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`
44122024-10-30T14:38:29.758Z Compiling rstest v0.23.0
44132024-10-30T14:38:29.762Z 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`
44142024-10-30T14:38:30.011Z 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"))'`
44152024-10-30T14:38:30.803Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44162024-10-30T14:38:30.806Z 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=ef94f4a458c54605 -C extra-filename=-ef94f4a458c54605 --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-7928be43fe3c3b32.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-cb5196e59fefdd89.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2ccd0cfcb5b3b818.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-b623ffebf6be930d.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=/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`
44172024-10-30T14:38:33.311Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
44182024-10-30T14:38:33.314Z 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=87c785473ee83cae -C extra-filename=-87c785473ee83cae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-ea90aceb97592546.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-dc6467f86c825079.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=/opt/ooce/pgsql-13/lib/amd64`
44192024-10-30T14:38:33.437Z Compiling partial-io v0.5.4
44202024-10-30T14:38:33.439Z 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`
44212024-10-30T14:38:33.960Z Compiling blake2b_simd v1.0.2
44222024-10-30T14:38:33.963Z 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`
44232024-10-30T14:38:37.291Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
44242024-10-30T14:38:37.294Z 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=5faa1debfdb3ca2c -C extra-filename=-5faa1debfdb3ca2c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-5faa1debfdb3ca2c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f750f00a97095fe9.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`
44252024-10-30T14:38:37.683Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
44262024-10-30T14:38:37.686Z 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=90b425c6331429a7 -C extra-filename=-90b425c6331429a7 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-90b425c6331429a7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-f750f00a97095fe9.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`
44272024-10-30T14:38:38.051Z Compiling rand_distr v0.4.3
44282024-10-30T14:38:38.054Z 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`
44292024-10-30T14:38:39.099Z Compiling approx v0.5.1
44302024-10-30T14:38:39.102Z 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`
44312024-10-30T14:38:39.383Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-90b425c6331429a7/build-script-build`
44322024-10-30T14:38:39.420Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-5faa1debfdb3ca2c/build-script-build`
44332024-10-30T14:38:39.458Z Compiling rust-argon2 v2.1.0
44342024-10-30T14:38:39.461Z 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`
44352024-10-30T14:38:39.513Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
44362024-10-30T14:38:39.515Z 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=368e16aa70133543 -C extra-filename=-368e16aa70133543 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-9736dcd81d98990b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb5196e59fefdd89.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-4516407934ebd078.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=/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/`
44372024-10-30T14:38:40.585Z 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=48838b6bb865c939 -C extra-filename=-48838b6bb865c939 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-2f2140b5aae64f9c.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-2fbdd7daa1f798a4.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-9736dcd81d98990b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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=/opt/ooce/pgsql-13/lib/amd64`
44382024-10-30T14:38:41.138Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
44392024-10-30T14:38:41.141Z 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=ce33e082f40350e3 -C extra-filename=-ce33e082f40350e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-f23804a4a22d6cb2.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-fc6468eada3b2dc6.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-2f2140b5aae64f9c.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-5153f4b7f62da847.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-97a5384b29fc3fde.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-a05984613a411686.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e12d8c8acee77e0c.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b6dd3319cffb0879.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-3f97a1530d4102bf.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-bc0127ce0c7fa521.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-089b1ee2f6201eb5.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-7ffadc85ac98c47a.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=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
44402024-10-30T14:38:43.324Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44412024-10-30T14:38:43.326Z 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=216fd8662dc61d6a -C extra-filename=-216fd8662dc61d6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-9736dcd81d98990b.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-ea90aceb97592546.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1116daadfb02e20c.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-1ab8ea60cf0982cf.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/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`
44422024-10-30T14:38:46.123Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
44432024-10-30T14:38:46.126Z 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=42e34aed8dbd235f -C extra-filename=-42e34aed8dbd235f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-ea90aceb97592546.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`
44442024-10-30T14:38:46.222Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
44452024-10-30T14:38:46.225Z 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=214c95459c1bcf4c -C extra-filename=-214c95459c1bcf4c --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-ea90aceb97592546.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`
44462024-10-30T14:38:46.244Z Compiling cargo_toml v0.20.5
44472024-10-30T14:38:46.247Z 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`
44482024-10-30T14:38:47.198Z Compiling termios v0.3.3
44492024-10-30T14:38:47.200Z 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`
44502024-10-30T14:38:47.484Z Compiling indoc v2.0.5
44512024-10-30T14:38:47.487Z 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`
44522024-10-30T14:38:47.973Z 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=b37226de141c36cc -C extra-filename=-b37226de141c36cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-ea90aceb97592546.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-42e34aed8dbd235f.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`
44532024-10-30T14:38:48.583Z 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=11e7889981a36ab7 -C extra-filename=-11e7889981a36ab7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
44542024-10-30T14:38:48.729Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44552024-10-30T14:38:48.731Z 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=c3f47082286ad84b -C extra-filename=-c3f47082286ad84b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-e52fbf1da0827554.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-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
44562024-10-30T14:38:52.047Z 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=09c470598c70cf8e -C extra-filename=-09c470598c70cf8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-f23804a4a22d6cb2.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-fc6468eada3b2dc6.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-2f2140b5aae64f9c.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-5153f4b7f62da847.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-97a5384b29fc3fde.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-a05984613a411686.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e12d8c8acee77e0c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b6dd3319cffb0879.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-ce33e082f40350e3.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-3f97a1530d4102bf.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-bc0127ce0c7fa521.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-089b1ee2f6201eb5.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-7ffadc85ac98c47a.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=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
44572024-10-30T14:38:54.232Z 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=2da7682b14892fb8 -C extra-filename=-2da7682b14892fb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-ea90aceb97592546.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-dc6467f86c825079.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-87c785473ee83cae.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=/opt/ooce/pgsql-13/lib/amd64`
44582024-10-30T14:38:54.679Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44592024-10-30T14:38:54.681Z 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=00c4d0f615ad6a6e -C extra-filename=-00c4d0f615ad6a6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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`
44602024-10-30T14:38:56.623Z 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=e8eb05d0093ee946 -C extra-filename=-e8eb05d0093ee946 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-ea90aceb97592546.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-dc6467f86c825079.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-87c785473ee83cae.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=/opt/ooce/pgsql-13/lib/amd64`
44612024-10-30T14:38:56.950Z 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=315b2ba54e03aa1c -C extra-filename=-315b2ba54e03aa1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-9736dcd81d98990b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-216fd8662dc61d6a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1116daadfb02e20c.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-1ab8ea60cf0982cf.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/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`
44622024-10-30T14:38:57.000Z 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=83c267e795e9c976 -C extra-filename=-83c267e795e9c976 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-ea90aceb97592546.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`
44632024-10-30T14:38:58.333Z 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=b5d1e51174a7ca40 -C extra-filename=-b5d1e51174a7ca40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
44642024-10-30T14:38:58.911Z 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=4edc45ce4866c873 -C extra-filename=-4edc45ce4866c873 --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-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-fd166554aea03d25.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`
44652024-10-30T14:39:00.444Z 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=dfaf07d7cbf9cf4b -C extra-filename=-dfaf07d7cbf9cf4b --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-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-fd166554aea03d25.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-52e8cb15a4273ade.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`
44662024-10-30T14:39:01.453Z 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=240e4851462921fb -C extra-filename=-240e4851462921fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-6a2f22125dbfd97b.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-9736dcd81d98990b.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-7044407479994da1.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0e12b0eb207f231c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8966073b61b1d36d.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2e0fb39c067fc96d.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-9c237c0b795c7c61.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a77cd30c4343a8c1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-1ab8ea60cf0982cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-4516407934ebd078.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-72651b7fce9790a6.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-18ee401ba4c7ed64.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ded0a9f207746014.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 /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64`
44672024-10-30T14:39:01.807Z 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=1dbba5e6d14dba6d -C extra-filename=-1dbba5e6d14dba6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-6a2f22125dbfd97b.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-9736dcd81d98990b.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0e12b0eb207f231c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8966073b61b1d36d.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2e0fb39c067fc96d.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-9c237c0b795c7c61.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a77cd30c4343a8c1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-1ab8ea60cf0982cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-4516407934ebd078.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-72651b7fce9790a6.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-18ee401ba4c7ed64.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ded0a9f207746014.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 /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
44682024-10-30T14:39:03.714Z 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=eb7ca700df117f32 -C extra-filename=-eb7ca700df117f32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-ccfb2ae96394aa4c.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-bc0127ce0c7fa521.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-41883924c2af71ad.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a85e82a5db0ee7d2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8e1c6452382aacb7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-fbf1dada078aec5b.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=/usr/lib/amd64`
44692024-10-30T14:39:06.349Z 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=a104937c2d580c22 -C extra-filename=-a104937c2d580c22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-ccfb2ae96394aa4c.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-bc0127ce0c7fa521.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-41883924c2af71ad.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8e1c6452382aacb7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-fbf1dada078aec5b.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=/usr/lib/amd64`
44702024-10-30T14:39:08.768Z 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=be43fe91386c736c -C extra-filename=-be43fe91386c736c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-ccfb2ae96394aa4c.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-bc0127ce0c7fa521.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-41883924c2af71ad.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a85e82a5db0ee7d2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8e1c6452382aacb7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-fbf1dada078aec5b.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=/usr/lib/amd64`
44712024-10-30T14:39:11.087Z 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=a4196d7dca12801b -C extra-filename=-a4196d7dca12801b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-ccfb2ae96394aa4c.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-bc0127ce0c7fa521.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-41883924c2af71ad.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a85e82a5db0ee7d2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8e1c6452382aacb7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-fbf1dada078aec5b.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=/usr/lib/amd64`
44722024-10-30T14:39:12.243Z 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=880af145d4caeecb -C extra-filename=-880af145d4caeecb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-3eb4d01837039e71.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
44732024-10-30T14:39:13.925Z 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=63c55a6a6b0f8945 -C extra-filename=-63c55a6a6b0f8945 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-aa816b97ccce8a91.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-6a2f22125dbfd97b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f1d2520a5399346d.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-e52fbf1da0827554.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-f83577f8b5f548b1.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-9736dcd81d98990b.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-7044407479994da1.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a05984613a411686.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0e12b0eb207f231c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8966073b61b1d36d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.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-3e0a6d0f3b3b5114.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a77cd30c4343a8c1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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-4516407934ebd078.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-2dfca2178dfffc19.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-18ee401ba4c7ed64.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-4d4d15da0d7cd8a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ded0a9f207746014.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dc6467f86c825079.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5efeb957478b62e5.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-d6017a70b9279256.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7ffadc85ac98c47a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-713b499a8ffe8f61.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 /usr/platform/oxide/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 -L native=/opt/ooce/pgsql-13/lib/amd64`
44742024-10-30T14:39:18.784Z 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=307760e06d8598e3 -C extra-filename=-307760e06d8598e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-aa816b97ccce8a91.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-6a2f22125dbfd97b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f1d2520a5399346d.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-e52fbf1da0827554.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-9736dcd81d98990b.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a05984613a411686.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8966073b61b1d36d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-3e0a6d0f3b3b5114.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a77cd30c4343a8c1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.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-ea90aceb97592546.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-4516407934ebd078.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-18ee401ba4c7ed64.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-4d4d15da0d7cd8a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ded0a9f207746014.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5efeb957478b62e5.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-d6017a70b9279256.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7ffadc85ac98c47a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-713b499a8ffe8f61.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`
44752024-10-30T14:39:20.087Z 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=65f74dc9be6e698a -C extra-filename=-65f74dc9be6e698a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-aa816b97ccce8a91.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-6a2f22125dbfd97b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f1d2520a5399346d.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-e52fbf1da0827554.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-f83577f8b5f548b1.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-9736dcd81d98990b.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-7044407479994da1.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a05984613a411686.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0e12b0eb207f231c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8966073b61b1d36d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.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-3e0a6d0f3b3b5114.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a77cd30c4343a8c1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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-4516407934ebd078.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-2dfca2178dfffc19.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-18ee401ba4c7ed64.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-4d4d15da0d7cd8a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ded0a9f207746014.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dc6467f86c825079.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5efeb957478b62e5.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-d6017a70b9279256.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7ffadc85ac98c47a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-713b499a8ffe8f61.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 /usr/platform/oxide/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 -L native=/opt/ooce/pgsql-13/lib/amd64`
44762024-10-30T14:39:22.789Z 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=2050562328440a94 -C extra-filename=-2050562328440a94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-3eb4d01837039e71.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
44772024-10-30T14:39:23.646Z 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=3083902826f4002f -C extra-filename=-3083902826f4002f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-3eb4d01837039e71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
44782024-10-30T14:39:26.462Z 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=d541574e87d8aa1c -C extra-filename=-d541574e87d8aa1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-aa816b97ccce8a91.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-6a2f22125dbfd97b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f1d2520a5399346d.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-e52fbf1da0827554.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-f83577f8b5f548b1.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-9736dcd81d98990b.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-7044407479994da1.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a05984613a411686.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0e12b0eb207f231c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8966073b61b1d36d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.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-3e0a6d0f3b3b5114.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a77cd30c4343a8c1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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-4516407934ebd078.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-2dfca2178dfffc19.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-18ee401ba4c7ed64.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-4d4d15da0d7cd8a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ded0a9f207746014.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dc6467f86c825079.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5efeb957478b62e5.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7ffadc85ac98c47a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-713b499a8ffe8f61.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 /usr/platform/oxide/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 -L native=/opt/ooce/pgsql-13/lib/amd64`
44792024-10-30T14:39:31.633Z 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=1615c4fa21cf8604 -C extra-filename=-1615c4fa21cf8604 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-48ec0272d6a2bb69.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c8d6099e157665a5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0ae7364b60b79030.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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-98e6af5c8a4e8604.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=/opt/ooce/pgsql-13/lib/amd64`
44802024-10-30T14:39:35.661Z 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=5abcb1bf518425d7 -C extra-filename=-5abcb1bf518425d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-f774426f6c3d5188.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-fc1f89fec2c8c4b0.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-92cb8242e46173b8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
44812024-10-30T14:39:37.271Z 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=bc6eced4e7bea0fb -C extra-filename=-bc6eced4e7bea0fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-327ad4085299aee4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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=/opt/ooce/pgsql-13/lib/amd64`
44822024-10-30T14:39:39.502Z 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=8b93003d930cd44b -C extra-filename=-8b93003d930cd44b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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=/opt/ooce/pgsql-13/lib/amd64`
44832024-10-30T14:39:46.757Z 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=593e3c34b42d8d59 -C extra-filename=-593e3c34b42d8d59 --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-7928be43fe3c3b32.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-ef94f4a458c54605.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-cb5196e59fefdd89.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2ccd0cfcb5b3b818.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-b623ffebf6be930d.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=/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`
44842024-10-30T14:39:49.209Z 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=616343727fa91bac -C extra-filename=-616343727fa91bac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-dab6b280561ed0ce.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f23804a4a22d6cb2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-aa816b97ccce8a91.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-9fe957551575b828.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-6a2f22125dbfd97b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a99d611ba18be26.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f1d2520a5399346d.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-e52fbf1da0827554.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-9736dcd81d98990b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8966073b61b1d36d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.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-7d8c0eff3d979e67.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-9964fa3b2bdee188.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a77cd30c4343a8c1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb5196e59fefdd89.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-ea90aceb97592546.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-67aaa8ac9d43c4de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e77b6788f49cc45.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2751343714bce898.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-094717c547d190b0.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-70b3222593cba3eb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b079608706e16381.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 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 sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-089b1ee2f6201eb5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b5f36002fb5b7a85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b623ffebf6be930d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1ab8ea60cf0982cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-4516407934ebd078.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-72651b7fce9790a6.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-cb613c8ee9aa3e21.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-4ddd9f4c7d4b8be1.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=/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/`
44852024-10-30T14:39:50.627Z 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=d8cc59ba43d57244 -C extra-filename=-d8cc59ba43d57244 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-dab6b280561ed0ce.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f23804a4a22d6cb2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-aa816b97ccce8a91.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-9fe957551575b828.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-6a2f22125dbfd97b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a99d611ba18be26.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f1d2520a5399346d.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-e52fbf1da0827554.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-9736dcd81d98990b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8966073b61b1d36d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.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-7d8c0eff3d979e67.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-9964fa3b2bdee188.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a77cd30c4343a8c1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb5196e59fefdd89.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-ea90aceb97592546.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-67aaa8ac9d43c4de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e77b6788f49cc45.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2751343714bce898.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-094717c547d190b0.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-70b3222593cba3eb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b079608706e16381.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 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 sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-089b1ee2f6201eb5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b5f36002fb5b7a85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b623ffebf6be930d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1ab8ea60cf0982cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-4516407934ebd078.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-72651b7fce9790a6.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-cb613c8ee9aa3e21.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-4ddd9f4c7d4b8be1.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=/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/`
44862024-10-30T14:39:51.267Z 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=0db16f9c61209050 -C extra-filename=-0db16f9c61209050 --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-7928be43fe3c3b32.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-ef94f4a458c54605.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-cb5196e59fefdd89.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2ccd0cfcb5b3b818.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-b623ffebf6be930d.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=/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`
44872024-10-30T14:39:53.558Z 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=fcf5006a0ba6e3e6 -C extra-filename=-fcf5006a0ba6e3e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-dab6b280561ed0ce.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f23804a4a22d6cb2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-aa816b97ccce8a91.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-9fe957551575b828.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-6a2f22125dbfd97b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a99d611ba18be26.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f1d2520a5399346d.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-e52fbf1da0827554.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 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-9736dcd81d98990b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8966073b61b1d36d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.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-7d8c0eff3d979e67.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-9964fa3b2bdee188.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a77cd30c4343a8c1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb5196e59fefdd89.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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-67aaa8ac9d43c4de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e77b6788f49cc45.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2751343714bce898.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-094717c547d190b0.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-70b3222593cba3eb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b079608706e16381.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e0e4de0f29691a9a.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 sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-089b1ee2f6201eb5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b5f36002fb5b7a85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b623ffebf6be930d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1ab8ea60cf0982cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-4516407934ebd078.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-72651b7fce9790a6.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-cb613c8ee9aa3e21.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-4ddd9f4c7d4b8be1.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=/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`
44882024-10-30T14:39:55.721Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44892024-10-30T14:39:55.721Z 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=e5022b2df0069629 -C extra-filename=-e5022b2df0069629 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-9fe957551575b828.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a99d611ba18be26.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.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-f83577f8b5f548b1.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-9736dcd81d98990b.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f9e58534402aecd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-04b5a7b8db10ddc9.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-937de14ccbde41d0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb5196e59fefdd89.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a85e82a5db0ee7d2.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2751343714bce898.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-b5f36002fb5b7a85.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 /usr/platform/oxide/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=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/`
44902024-10-30T14:39:56.927Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44912024-10-30T14:39:56.929Z 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=999791a2f233b800 -C extra-filename=-999791a2f233b800 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-92cb8242e46173b8.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-04b5a7b8db10ddc9.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
44922024-10-30T14:39:58.889Z 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=88c4200df3356f3d -C extra-filename=-88c4200df3356f3d --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-92cb8242e46173b8.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-04b5a7b8db10ddc9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-4586cf06479e9181.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=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
44932024-10-30T14:39:59.176Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44942024-10-30T14:39:59.178Z 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=922e4d40b8ca29c9 -C extra-filename=-922e4d40b8ca29c9 --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-04b5a7b8db10ddc9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-b5f36002fb5b7a85.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=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
44952024-10-30T14:40:00.046Z 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=255044dc3d0f8cd9 -C extra-filename=-255044dc3d0f8cd9 --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-04b5a7b8db10ddc9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-41883924c2af71ad.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=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
44962024-10-30T14:40:00.897Z 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=28a161fb8d25a018 -C extra-filename=-28a161fb8d25a018 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-94d7925047b79177.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-149476d6cd34ad26.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7fe01af885a1094f.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-03a468fe110a1add.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-4f9e58534402aecd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.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-beb93251e5462725.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-92cb8242e46173b8.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-04b5a7b8db10ddc9.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-922e4d40b8ca29c9.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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-b5f36002fb5b7a85.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-ded0a9f207746014.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=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
44972024-10-30T14:40:01.536Z 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=33ccf3ce2e1d411a -C extra-filename=-33ccf3ce2e1d411a --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-7928be43fe3c3b32.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-ef94f4a458c54605.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-cb5196e59fefdd89.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2ccd0cfcb5b3b818.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-b623ffebf6be930d.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=/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`
44982024-10-30T14:40:01.674Z 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=0377077a104e4c10 -C extra-filename=-0377077a104e4c10 --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-7928be43fe3c3b32.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-cb5196e59fefdd89.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2ccd0cfcb5b3b818.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-b623ffebf6be930d.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=/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`
44992024-10-30T14:40:04.477Z 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=a7f02bb8aa07848f -C extra-filename=-a7f02bb8aa07848f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-dab6b280561ed0ce.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f23804a4a22d6cb2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-aa816b97ccce8a91.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-9fe957551575b828.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-6a2f22125dbfd97b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a99d611ba18be26.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f1d2520a5399346d.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-e52fbf1da0827554.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 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-9736dcd81d98990b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8966073b61b1d36d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.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-7d8c0eff3d979e67.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-9964fa3b2bdee188.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a77cd30c4343a8c1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb5196e59fefdd89.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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-67aaa8ac9d43c4de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e77b6788f49cc45.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2751343714bce898.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-094717c547d190b0.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-70b3222593cba3eb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b079608706e16381.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e0e4de0f29691a9a.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 sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-089b1ee2f6201eb5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b5f36002fb5b7a85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b623ffebf6be930d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1ab8ea60cf0982cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-4516407934ebd078.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-72651b7fce9790a6.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-cb613c8ee9aa3e21.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-4ddd9f4c7d4b8be1.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=/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-10-30T14:40:04.972Z 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=afd87881d9a2e61a -C extra-filename=-afd87881d9a2e61a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-9736dcd81d98990b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb5196e59fefdd89.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-4516407934ebd078.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-368e16aa70133543.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=/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/`
45012024-10-30T14:40:07.343Z 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=70b7b8f323f6b9ef -C extra-filename=-70b7b8f323f6b9ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-94d7925047b79177.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-149476d6cd34ad26.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-03a468fe110a1add.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9fe957551575b828.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-92064749db37f3ab.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f2de16d8127dcb9c.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6a2f22125dbfd97b.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f1d2520a5399346d.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-e52fbf1da0827554.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-9736dcd81d98990b.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f9e58534402aecd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.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-9964fa3b2bdee188.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ae15599e9257fd14.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-92cb8242e46173b8.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-04b5a7b8db10ddc9.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-60727c96ec9147ad.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e12d8c8acee77e0c.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b6dd3319cffb0879.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c8d6099e157665a5.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-255044dc3d0f8cd9.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-922e4d40b8ca29c9.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-28a161fb8d25a018.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0ae7364b60b79030.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-999791a2f233b800.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-88c4200df3356f3d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-937de14ccbde41d0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.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-9c237c0b795c7c61.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.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-ea90aceb97592546.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-ccfb2ae96394aa4c.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-41883924c2af71ad.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8e1c6452382aacb7.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e77b6788f49cc45.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2751343714bce898.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-338bde274dfd1d42.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-094717c547d190b0.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-fbf1dada078aec5b.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-b5f36002fb5b7a85.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-4586cf06479e9181.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-4d4d15da0d7cd8a3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ded0a9f207746014.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=/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 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
45022024-10-30T14:40:07.794Z 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=9d8edefe1057e3c1 -C extra-filename=-9d8edefe1057e3c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-214c95459c1bcf4c.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-92cb8242e46173b8.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-04b5a7b8db10ddc9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c8d6099e157665a5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0ae7364b60b79030.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-999791a2f233b800.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45032024-10-30T14:40:08.598Z 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=4deb6d899c956839 -C extra-filename=-4deb6d899c956839 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-fc6468eada3b2dc6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7fe01af885a1094f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-e4a65af2644cdc16.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-9736dcd81d98990b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e5022b2df0069629.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ae29726581c22478.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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-8e1c6452382aacb7.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-ad92177ee2c2f020.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 /usr/platform/oxide/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=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/`
45042024-10-30T14:40:09.147Z 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=5d39f7c0f5fd3ae2 -C extra-filename=-5d39f7c0f5fd3ae2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-7fe01af885a1094f.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-dfc8d7dab1f1567b.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-e52fbf1da0827554.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-9736dcd81d98990b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.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-ae15599e9257fd14.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-fc1f89fec2c8c4b0.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-92cb8242e46173b8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c8d6099e157665a5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0ae7364b60b79030.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e5022b2df0069629.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb5196e59fefdd89.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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-ccfb2ae96394aa4c.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-fbf1dada078aec5b.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-b5f36002fb5b7a85.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-4586cf06479e9181.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=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/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 -L /usr/platform/oxide/lib/amd64/`
45052024-10-30T14:40:10.147Z 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=38808197dcf30c8f -C extra-filename=-38808197dcf30c8f --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-92cb8242e46173b8.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-04b5a7b8db10ddc9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e5022b2df0069629.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-41883924c2af71ad.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=/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/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/`
45062024-10-30T14:40:10.705Z 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=26fc4c7b50169c61 -C extra-filename=-26fc4c7b50169c61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-fc6468eada3b2dc6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7fe01af885a1094f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-e4a65af2644cdc16.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-9736dcd81d98990b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e5022b2df0069629.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ae29726581c22478.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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-8e1c6452382aacb7.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-ad92177ee2c2f020.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 /usr/platform/oxide/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=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/`
45072024-10-30T14:40:12.861Z 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=f46a2c9e6419262c -C extra-filename=-f46a2c9e6419262c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-2f2140b5aae64f9c.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-2fbdd7daa1f798a4.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-9736dcd81d98990b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e5022b2df0069629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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 /usr/platform/oxide/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=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/`
45082024-10-30T14:40:19.993Z 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=4d63556cf8310721 -C extra-filename=-4d63556cf8310721 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-fc6468eada3b2dc6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7fe01af885a1094f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-e4a65af2644cdc16.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-9736dcd81d98990b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e5022b2df0069629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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-8e1c6452382aacb7.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-ad92177ee2c2f020.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 /usr/platform/oxide/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=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/`
45092024-10-30T14:40:22.318Z 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=8662992a8e3703c9 -C extra-filename=-8662992a8e3703c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-2f2140b5aae64f9c.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-2fbdd7daa1f798a4.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-9736dcd81d98990b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e5022b2df0069629.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-48838b6bb865c939.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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 /usr/platform/oxide/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=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/`
45102024-10-30T14:40:24.568Z 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=4f0f30e9e140907d -C extra-filename=-4f0f30e9e140907d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-fc6468eada3b2dc6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7fe01af885a1094f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-e4a65af2644cdc16.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-9736dcd81d98990b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e5022b2df0069629.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ae29726581c22478.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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-8e1c6452382aacb7.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-ad92177ee2c2f020.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 /usr/platform/oxide/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=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/`
45112024-10-30T14:40:29.002Z 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=fcdbede20ba9cd3d -C extra-filename=-fcdbede20ba9cd3d --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-ae15599e9257fd14.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-92cb8242e46173b8.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-04b5a7b8db10ddc9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e5022b2df0069629.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e3f0446dcbb71257.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-4586cf06479e9181.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=/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/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/`
45122024-10-30T14:40:30.429Z 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=abd1acee68ef5e64 -C extra-filename=-abd1acee68ef5e64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-94d7925047b79177.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-149476d6cd34ad26.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-03a468fe110a1add.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-9fe957551575b828.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-92064749db37f3ab.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f2de16d8127dcb9c.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-6a2f22125dbfd97b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a99d611ba18be26.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f1d2520a5399346d.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-e52fbf1da0827554.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-f83577f8b5f548b1.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-9736dcd81d98990b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.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-9964fa3b2bdee188.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ae15599e9257fd14.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-92cb8242e46173b8.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-04b5a7b8db10ddc9.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-60727c96ec9147ad.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e12d8c8acee77e0c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b6dd3319cffb0879.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c8d6099e157665a5.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-255044dc3d0f8cd9.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-922e4d40b8ca29c9.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-28a161fb8d25a018.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0ae7364b60b79030.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-999791a2f233b800.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-88c4200df3356f3d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-937de14ccbde41d0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e5022b2df0069629.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e3f0446dcbb71257.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.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-9c237c0b795c7c61.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb5196e59fefdd89.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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-2ccd0cfcb5b3b818.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-41883924c2af71ad.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a85e82a5db0ee7d2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8e1c6452382aacb7.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e77b6788f49cc45.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2751343714bce898.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-338bde274dfd1d42.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-094717c547d190b0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-fbf1dada078aec5b.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-b5f36002fb5b7a85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b623ffebf6be930d.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-00ba851f3c04c797.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4586cf06479e9181.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-2dfca2178dfffc19.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-18ee401ba4c7ed64.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-4d4d15da0d7cd8a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ded0a9f207746014.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=/usr/lib/amd64 -L /usr/platform/oxide/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 native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/`
45132024-10-30T14:40:35.779Z 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=572a1cef709df8eb -C extra-filename=-572a1cef709df8eb --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-04b5a7b8db10ddc9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-b5f36002fb5b7a85.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=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45142024-10-30T14:40:38.982Z 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=d103212d3475e108 -C extra-filename=-d103212d3475e108 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-9fe957551575b828.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a99d611ba18be26.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.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-f83577f8b5f548b1.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-9736dcd81d98990b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-04b5a7b8db10ddc9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-937de14ccbde41d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb5196e59fefdd89.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a85e82a5db0ee7d2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2751343714bce898.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-b5f36002fb5b7a85.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 /usr/platform/oxide/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=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/`
45152024-10-30T14:40:47.325Z 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=cf9df80030c14f94 -C extra-filename=-cf9df80030c14f94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-92cb8242e46173b8.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-04b5a7b8db10ddc9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45162024-10-30T14:40:47.641Z 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=b4b826273b9ecff0 -C extra-filename=-b4b826273b9ecff0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-9fe957551575b828.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-e52fbf1da0827554.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-f83577f8b5f548b1.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-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.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-95d795743ea61560.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-92cb8242e46173b8.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-04b5a7b8db10ddc9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c8d6099e157665a5.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-999791a2f233b800.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-88c4200df3356f3d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-41883924c2af71ad.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8e1c6452382aacb7.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-b5f36002fb5b7a85.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-ded0a9f207746014.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 /usr/platform/oxide/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`
45172024-10-30T14:40:48.671Z 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=c961b44bb5669eb6 -C extra-filename=-c961b44bb5669eb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-dab6b280561ed0ce.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f23804a4a22d6cb2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-aa816b97ccce8a91.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-9fe957551575b828.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-6a2f22125dbfd97b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a99d611ba18be26.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f1d2520a5399346d.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-e52fbf1da0827554.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-9736dcd81d98990b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8966073b61b1d36d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.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-7d8c0eff3d979e67.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-9964fa3b2bdee188.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a77cd30c4343a8c1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb5196e59fefdd89.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-ea90aceb97592546.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-67aaa8ac9d43c4de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e77b6788f49cc45.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2751343714bce898.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-094717c547d190b0.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-70b3222593cba3eb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b079608706e16381.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 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 sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-089b1ee2f6201eb5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b5f36002fb5b7a85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b623ffebf6be930d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1ab8ea60cf0982cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-4516407934ebd078.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-72651b7fce9790a6.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-cb613c8ee9aa3e21.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-4ddd9f4c7d4b8be1.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=/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/`
45182024-10-30T14:40:50.013Z 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=b536f81860ba0788 -C extra-filename=-b536f81860ba0788 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-dab6b280561ed0ce.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f23804a4a22d6cb2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-aa816b97ccce8a91.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-9fe957551575b828.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-6a2f22125dbfd97b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a99d611ba18be26.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f1d2520a5399346d.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-e52fbf1da0827554.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 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-9736dcd81d98990b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8966073b61b1d36d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.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-7d8c0eff3d979e67.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-9964fa3b2bdee188.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a77cd30c4343a8c1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb5196e59fefdd89.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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-67aaa8ac9d43c4de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e77b6788f49cc45.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2751343714bce898.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-094717c547d190b0.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-70b3222593cba3eb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b079608706e16381.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e0e4de0f29691a9a.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 sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-089b1ee2f6201eb5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b5f36002fb5b7a85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b623ffebf6be930d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1ab8ea60cf0982cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-4516407934ebd078.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-72651b7fce9790a6.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-cb613c8ee9aa3e21.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-4ddd9f4c7d4b8be1.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=/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`
45192024-10-30T14:40:50.766Z 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=af0d590680c6b132 -C extra-filename=-af0d590680c6b132 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-94d7925047b79177.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-149476d6cd34ad26.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7fe01af885a1094f.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-e52fbf1da0827554.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-f83577f8b5f548b1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb5196e59fefdd89.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-ea90aceb97592546.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-b5f36002fb5b7a85.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-98e6af5c8a4e8604.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 /usr/platform/oxide/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=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/`
45202024-10-30T14:40:52.831Z 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=21403a6de3e4d203 -C extra-filename=-21403a6de3e4d203 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-dab6b280561ed0ce.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f23804a4a22d6cb2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-aa816b97ccce8a91.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-9fe957551575b828.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-6a2f22125dbfd97b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a99d611ba18be26.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f1d2520a5399346d.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-e52fbf1da0827554.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 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-9736dcd81d98990b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8966073b61b1d36d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.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-7d8c0eff3d979e67.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-9964fa3b2bdee188.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a77cd30c4343a8c1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb5196e59fefdd89.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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-67aaa8ac9d43c4de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e77b6788f49cc45.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2751343714bce898.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-094717c547d190b0.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-70b3222593cba3eb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b079608706e16381.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e0e4de0f29691a9a.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 sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-089b1ee2f6201eb5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b5f36002fb5b7a85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b623ffebf6be930d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1ab8ea60cf0982cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-4516407934ebd078.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-72651b7fce9790a6.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-cb613c8ee9aa3e21.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-4ddd9f4c7d4b8be1.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=/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`
45212024-10-30T14:41:03.760Z 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=1f003753daae042f -C extra-filename=-1f003753daae042f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-9736dcd81d98990b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb5196e59fefdd89.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-4516407934ebd078.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=/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/`
45222024-10-30T14:41:05.587Z 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=14b4f3d6771c8080 -C extra-filename=-14b4f3d6771c8080 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-327ad4085299aee4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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=/opt/ooce/pgsql-13/lib/amd64`
45232024-10-30T14:41:13.304Z 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=b00153a0439a092d -C extra-filename=-b00153a0439a092d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-18ee401ba4c7ed64.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`
45242024-10-30T14:41:15.809Z 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=48aca18fe4122145 -C extra-filename=-48aca18fe4122145 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-2dfca2178dfffc19.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-18ee401ba4c7ed64.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`
45252024-10-30T14:41:15.866Z 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=f8262918304d20c3 -C extra-filename=-f8262918304d20c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-2dfca2178dfffc19.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-18ee401ba4c7ed64.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`
45262024-10-30T14:41:18.030Z 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=cb74e44e3bb9a463 -C extra-filename=-cb74e44e3bb9a463 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-2dfca2178dfffc19.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-18ee401ba4c7ed64.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`
45272024-10-30T14:41:20.692Z 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=beb495da544315a3 -C extra-filename=-beb495da544315a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-dab6b280561ed0ce.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f23804a4a22d6cb2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-aa816b97ccce8a91.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-9fe957551575b828.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-6a2f22125dbfd97b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a99d611ba18be26.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f1d2520a5399346d.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-e52fbf1da0827554.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 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-9736dcd81d98990b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8966073b61b1d36d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.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-7d8c0eff3d979e67.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-9964fa3b2bdee188.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a77cd30c4343a8c1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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-67aaa8ac9d43c4de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e77b6788f49cc45.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2751343714bce898.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-094717c547d190b0.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-70b3222593cba3eb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b079608706e16381.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e0e4de0f29691a9a.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 sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-089b1ee2f6201eb5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b5f36002fb5b7a85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b623ffebf6be930d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1ab8ea60cf0982cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-4516407934ebd078.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-72651b7fce9790a6.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-cb613c8ee9aa3e21.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-4ddd9f4c7d4b8be1.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=/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/`
45282024-10-30T14:41:29.089Z 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=6f2ccb77e25be48b -C extra-filename=-6f2ccb77e25be48b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-fc6468eada3b2dc6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7fe01af885a1094f.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-9736dcd81d98990b.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ae29726581c22478.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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`
45292024-10-30T14:41:30.014Z 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=f2bc1017a6dc13ec -C extra-filename=-f2bc1017a6dc13ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-fc6468eada3b2dc6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7fe01af885a1094f.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-9736dcd81d98990b.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ae29726581c22478.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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`
45302024-10-30T14:41:30.752Z 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=e527120922f0d044 -C extra-filename=-e527120922f0d044 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-9c237c0b795c7c61.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-4516407934ebd078.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-ded0a9f207746014.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dc6467f86c825079.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5efeb957478b62e5.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-713b499a8ffe8f61.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=/opt/ooce/pgsql-13/lib/amd64`
45312024-10-30T14:41:32.906Z 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=3faa5c88280e4d36 -C extra-filename=-3faa5c88280e4d36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-9c237c0b795c7c61.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-4516407934ebd078.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-ded0a9f207746014.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dc6467f86c825079.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5efeb957478b62e5.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-713b499a8ffe8f61.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=/opt/ooce/pgsql-13/lib/amd64`
45322024-10-30T14:41:43.880Z 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=d7683ba8c42133bc -C extra-filename=-d7683ba8c42133bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-ea90aceb97592546.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-dc6467f86c825079.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=/opt/ooce/pgsql-13/lib/amd64`
45332024-10-30T14:41:45.238Z 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=31d404079f9dba90 -C extra-filename=-31d404079f9dba90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-9c237c0b795c7c61.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-4516407934ebd078.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-ded0a9f207746014.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dc6467f86c825079.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5efeb957478b62e5.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-713b499a8ffe8f61.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=/opt/ooce/pgsql-13/lib/amd64`
45342024-10-30T14:41:46.022Z 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=6ba1e191b2521d12 -C extra-filename=-6ba1e191b2521d12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-f23804a4a22d6cb2.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-fc6468eada3b2dc6.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-2f2140b5aae64f9c.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-5153f4b7f62da847.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-97a5384b29fc3fde.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-a05984613a411686.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e12d8c8acee77e0c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b6dd3319cffb0879.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-3f97a1530d4102bf.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-bc0127ce0c7fa521.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-089b1ee2f6201eb5.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-7ffadc85ac98c47a.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=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45352024-10-30T14:41:46.557Z 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=2480d4f27f983bc2 -C extra-filename=-2480d4f27f983bc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-e4a65af2644cdc16.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-6a2f22125dbfd97b.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-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-ad92177ee2c2f020.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-338bde274dfd1d42.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-2df5b7950dd75f83.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-fbf1dada078aec5b.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=/usr/lib/amd64`
45362024-10-30T14:41:46.739Z 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=833f4e9b2efb9185 -C extra-filename=-833f4e9b2efb9185 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-e4a65af2644cdc16.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-6a2f22125dbfd97b.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-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8e1c6452382aacb7.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-ad92177ee2c2f020.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-338bde274dfd1d42.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-2df5b7950dd75f83.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-fbf1dada078aec5b.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=/usr/lib/amd64`
45372024-10-30T14:41:59.748Z 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=110cf5003ec7f973 -C extra-filename=-110cf5003ec7f973 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-e4a65af2644cdc16.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-6a2f22125dbfd97b.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-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8e1c6452382aacb7.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-ad92177ee2c2f020.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-338bde274dfd1d42.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-2df5b7950dd75f83.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-fbf1dada078aec5b.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=/usr/lib/amd64`
45382024-10-30T14:42:02.482Z 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=4418c7e8156c126a -C extra-filename=-4418c7e8156c126a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-9c237c0b795c7c61.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-4516407934ebd078.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-ded0a9f207746014.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5efeb957478b62e5.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-713b499a8ffe8f61.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=/opt/ooce/pgsql-13/lib/amd64`
45392024-10-30T14:42:08.488Z 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=b6b24b491372cc03 -C extra-filename=-b6b24b491372cc03 --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-2fbdd7daa1f798a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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`
45402024-10-30T14:42:10.385Z 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=14e69885fa83e29e -C extra-filename=-14e69885fa83e29e --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-92cb8242e46173b8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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=/opt/ooce/pgsql-13/lib/amd64`
45412024-10-30T14:42:19.826Z 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=fe1eacbd7b6eb6ec -C extra-filename=-fe1eacbd7b6eb6ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-2dfca2178dfffc19.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-18ee401ba4c7ed64.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`
45422024-10-30T14:42:23.595Z 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=b042457544f241c4 -C extra-filename=-b042457544f241c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-6a2f22125dbfd97b.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-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-2dfca2178dfffc19.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-18ee401ba4c7ed64.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`
45432024-10-30T14:42:34.902Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45442024-10-30T14:42:34.904Z 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=cf717d25b7f06938 -C extra-filename=-cf717d25b7f06938 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1116daadfb02e20c.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-18ee401ba4c7ed64.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/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/bzip2-sys-06807dd4dc388691/out/lib`
45452024-10-30T14:42:42.336Z 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=92d742db20399730 -C extra-filename=-92d742db20399730 --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-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
45462024-10-30T14:42:42.989Z 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=03c4f1a6545a119f -C extra-filename=-03c4f1a6545a119f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-bc0127ce0c7fa521.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-41883924c2af71ad.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a85e82a5db0ee7d2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8e1c6452382aacb7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-fbf1dada078aec5b.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`
45472024-10-30T14:42:45.424Z 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=c64ecc7d53509146 -C extra-filename=-c64ecc7d53509146 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-bc0127ce0c7fa521.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-41883924c2af71ad.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a85e82a5db0ee7d2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8e1c6452382aacb7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-fbf1dada078aec5b.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`
45482024-10-30T14:42:48.311Z 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=78ae1e0cf4cb3048 -C extra-filename=-78ae1e0cf4cb3048 --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-aa816b97ccce8a91.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e52fbf1da0827554.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.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-ea90aceb97592546.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-4516407934ebd078.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5efeb957478b62e5.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`
45492024-10-30T14:42:51.259Z 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=a84d60eb7f2b4cd8 -C extra-filename=-a84d60eb7f2b4cd8 --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-8966073b61b1d36d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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-b623ffebf6be930d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-4516407934ebd078.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ded0a9f207746014.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5efeb957478b62e5.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=/opt/ooce/pgsql-13/lib/amd64`
45502024-10-30T14:42:53.497Z 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=e6f8030be59ad891 -C extra-filename=-e6f8030be59ad891 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-3f97a1530d4102bf.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-52e8cb15a4273ade.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-338bde274dfd1d42.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`
45512024-10-30T14:42:57.246Z 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=fffca25281d00dea -C extra-filename=-fffca25281d00dea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-7fe01af885a1094f.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-e52fbf1da0827554.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-4f9e58534402aecd.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-beb93251e5462725.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c8d6099e157665a5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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-b5f36002fb5b7a85.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-98e6af5c8a4e8604.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`
45522024-10-30T14:42:58.754Z 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=e68f2c2ec4e11221 -C extra-filename=-e68f2c2ec4e11221 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-e58dffbe4506189f.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-56e91e2c6f079a37.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`
45532024-10-30T14:42:59.927Z 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=53795e9189384220 -C extra-filename=-53795e9189384220 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-97a5384b29fc3fde.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-f83577f8b5f548b1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-556634c44c41c46e.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-9736dcd81d98990b.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2e0fb39c067fc96d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-6d7fc2316b44ab31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e77b6788f49cc45.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2751343714bce898.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-00ba851f3c04c797.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`
45542024-10-30T14:43:09.773Z 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=87aab8dc800d8be7 -C extra-filename=-87aab8dc800d8be7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-97a5384b29fc3fde.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-f83577f8b5f548b1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-556634c44c41c46e.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-9736dcd81d98990b.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2e0fb39c067fc96d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e77b6788f49cc45.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2751343714bce898.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-00ba851f3c04c797.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`
45552024-10-30T14:43:18.415Z 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=fbfaff1a2fafefa8 -C extra-filename=-fbfaff1a2fafefa8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-97a5384b29fc3fde.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-556634c44c41c46e.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-9736dcd81d98990b.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2e0fb39c067fc96d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-6d7fc2316b44ab31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e77b6788f49cc45.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2751343714bce898.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`
45562024-10-30T14:43:25.999Z 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=c75b40c3d90c5e5e -C extra-filename=-c75b40c3d90c5e5e --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-556634c44c41c46e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-6d7fc2316b44ab31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-00ba851f3c04c797.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`
45572024-10-30T14:43:27.933Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
45582024-10-30T14:43:27.935Z 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=1c12bd77566fc45e -C extra-filename=-1c12bd77566fc45e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-f83577f8b5f548b1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-6d7fc2316b44ab31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
45592024-10-30T14:43:28.799Z 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=c58d69541f355b8e -C extra-filename=-c58d69541f355b8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-97a5384b29fc3fde.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-f83577f8b5f548b1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-556634c44c41c46e.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-9736dcd81d98990b.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2e0fb39c067fc96d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-6d7fc2316b44ab31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e77b6788f49cc45.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2751343714bce898.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-00ba851f3c04c797.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`
45602024-10-30T14:43:29.349Z 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=99809432613aee1d -C extra-filename=-99809432613aee1d --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-ea90aceb97592546.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`
45612024-10-30T14:43:29.901Z 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=1f0510703525b27c -C extra-filename=-1f0510703525b27c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-3a99d611ba18be26.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-5153f4b7f62da847.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.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-48ec0272d6a2bb69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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=/usr/lib/amd64`
45622024-10-30T14:43:30.683Z 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=d66b0961cc63f70a -C extra-filename=-d66b0961cc63f70a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-5153f4b7f62da847.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.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-48ec0272d6a2bb69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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=/usr/lib/amd64`
45632024-10-30T14:43:31.453Z 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=1e00c178992aeb79 -C extra-filename=-1e00c178992aeb79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-3a99d611ba18be26.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-5153f4b7f62da847.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.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-48ec0272d6a2bb69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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=/usr/lib/amd64`
45642024-10-30T14:43:32.115Z 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=b723a10952515838 -C extra-filename=-b723a10952515838 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-3a99d611ba18be26.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-5153f4b7f62da847.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.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-48ec0272d6a2bb69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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=/usr/lib/amd64`
45652024-10-30T14:43:32.138Z 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=cc11bb5b8a343a91 -C extra-filename=-cc11bb5b8a343a91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-3a99d611ba18be26.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-5153f4b7f62da847.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.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-48ec0272d6a2bb69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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=/usr/lib/amd64`
45662024-10-30T14:43:34.330Z 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=d0db00828dc0199a -C extra-filename=-d0db00828dc0199a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-3a99d611ba18be26.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-5153f4b7f62da847.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.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-48ec0272d6a2bb69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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=/usr/lib/amd64`
45672024-10-30T14:43:38.344Z 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=41af9548b2fb78b4 -C extra-filename=-41af9548b2fb78b4 --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-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-4516407934ebd078.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=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45682024-10-30T14:43:42.963Z 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=563bfd1a3644773a -C extra-filename=-563bfd1a3644773a --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-dab6b280561ed0ce.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-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-4516407934ebd078.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=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
45692024-10-30T14:43:48.031Z 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=2ce0746baea02fa4 -C extra-filename=-2ce0746baea02fa4 --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-dab6b280561ed0ce.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-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-4516407934ebd078.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=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
45702024-10-30T14:43:51.661Z 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=bdcdece809fc5e19 -C extra-filename=-bdcdece809fc5e19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-3a99d611ba18be26.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.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-48ec0272d6a2bb69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-fbf1dada078aec5b.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=/usr/lib/amd64`
45712024-10-30T14:43:58.573Z 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=61bca996da14c4ce -C extra-filename=-61bca996da14c4ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-e4a65af2644cdc16.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-6a2f22125dbfd97b.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-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8e1c6452382aacb7.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-338bde274dfd1d42.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-2df5b7950dd75f83.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-fbf1dada078aec5b.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`
45722024-10-30T14:44:06.868Z 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=b9d6823f2be8ea0e -C extra-filename=-b9d6823f2be8ea0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-556634c44c41c46e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-00ba851f3c04c797.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`
45732024-10-30T14:44:08.889Z 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=aef490c3f18fdf6a -C extra-filename=-aef490c3f18fdf6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-9736dcd81d98990b.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-ea90aceb97592546.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1116daadfb02e20c.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-1ab8ea60cf0982cf.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/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`
45742024-10-30T14:44:13.375Z 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=6351425c160fa214 -C extra-filename=-6351425c160fa214 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
45752024-10-30T14:44:14.311Z 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=848a5ac2e7cc52af -C extra-filename=-848a5ac2e7cc52af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-e4a65af2644cdc16.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-fd166554aea03d25.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-52e8cb15a4273ade.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`
45762024-10-30T14:44:14.692Z 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=8bff0add194847c1 -C extra-filename=-8bff0add194847c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-7fe01af885a1094f.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-dfc8d7dab1f1567b.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-beb93251e5462725.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-60727c96ec9147ad.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-3e0a6d0f3b3b5114.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.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-ea90aceb97592546.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-b5f36002fb5b7a85.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-4586cf06479e9181.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=/opt/ooce/pgsql-13/lib/amd64`
45772024-10-30T14:44:15.901Z 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=a526dac0438e8032 -C extra-filename=-a526dac0438e8032 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.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=/usr/lib/amd64`
45782024-10-30T14:44:16.032Z 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=56c223dbc6692c7f -C extra-filename=-56c223dbc6692c7f --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-beb93251e5462725.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
45792024-10-30T14:44:18.220Z 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=88b6b4f3b0539c4d -C extra-filename=-88b6b4f3b0539c4d --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-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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`
45802024-10-30T14:44:21.115Z 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=9d5fb4ce88a8977d -C extra-filename=-9d5fb4ce88a8977d --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-ee66456ef8ba2a26.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.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-ea90aceb97592546.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`
45812024-10-30T14:44:23.645Z 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=52595366dad07741 -C extra-filename=-52595366dad07741 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-dab6b280561ed0ce.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-ee66456ef8ba2a26.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-094717c547d190b0.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-4516407934ebd078.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=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
45822024-10-30T14:44:31.916Z 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=dff514540047ba99 -C extra-filename=-dff514540047ba99 --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-9c237c0b795c7c61.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-ea90aceb97592546.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-b623ffebf6be930d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-4516407934ebd078.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=/opt/ooce/pgsql-13/lib/amd64`
45832024-10-30T14:44:34.108Z 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=bea9109e48c611b8 -C extra-filename=-bea9109e48c611b8 --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-ee66456ef8ba2a26.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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-b623ffebf6be930d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-4516407934ebd078.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=/opt/ooce/pgsql-13/lib/amd64`
45842024-10-30T14:44:36.808Z 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=5670d8535ee23945 -C extra-filename=-5670d8535ee23945 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f1d2520a5399346d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e52fbf1da0827554.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c1a3be2c2093cfc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-4516407934ebd078.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-ded0a9f207746014.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`
45852024-10-30T14:44:39.731Z 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=409572fd0396c63c -C extra-filename=-409572fd0396c63c --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-9736dcd81d98990b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
45862024-10-30T14:44:45.994Z 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=17f288abb3868a19 -C extra-filename=-17f288abb3868a19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9736dcd81d98990b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-ded0a9f207746014.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`
45872024-10-30T14:44:47.436Z 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=c098ee443e79b6d8 -C extra-filename=-c098ee443e79b6d8 --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-9736dcd81d98990b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.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-ea90aceb97592546.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-4516407934ebd078.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`
45882024-10-30T14:44:48.837Z 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=29ebf38d27b315a6 -C extra-filename=-29ebf38d27b315a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-9736dcd81d98990b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-7d8c0eff3d979e67.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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-1ab8ea60cf0982cf.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=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out`
45892024-10-30T14:44:55.156Z 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=1fc93e61954e820a -C extra-filename=-1fc93e61954e820a --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-8966073b61b1d36d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-ded0a9f207746014.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`
45902024-10-30T14:44:55.893Z 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=aa93f53d17cc122f -C extra-filename=-aa93f53d17cc122f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-ee66456ef8ba2a26.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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`
45912024-10-30T14:45:00.032Z 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=f9ae2505d0de91ea -C extra-filename=-f9ae2505d0de91ea --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-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-4516407934ebd078.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`
45922024-10-30T14:45:02.313Z 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=e1a93f5cf7ff120b -C extra-filename=-e1a93f5cf7ff120b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-8966073b61b1d36d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
45932024-10-30T14:45:04.600Z 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=9e9f7565fd9c38af -C extra-filename=-9e9f7565fd9c38af --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-9c237c0b795c7c61.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-ea90aceb97592546.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-4516407934ebd078.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`
45942024-10-30T14:45:05.929Z 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=6133d1577f26fddc -C extra-filename=-6133d1577f26fddc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-e3ee02d27289d5a1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9736dcd81d98990b.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-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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-4516407934ebd078.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-4ddd9f4c7d4b8be1.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=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out`
45952024-10-30T14:45:08.977Z 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=1dcda099b3ccdaff -C extra-filename=-1dcda099b3ccdaff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d2d90ce9bc591f0f.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-7fe01af885a1094f.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-e52fbf1da0827554.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-48ec0272d6a2bb69.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-ee66456ef8ba2a26.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.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-ea90aceb97592546.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-338bde274dfd1d42.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-4586cf06479e9181.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-ded0a9f207746014.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`
45962024-10-30T14:45:09.044Z 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=0ad1401ad83b765b -C extra-filename=-0ad1401ad83b765b --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-ea90aceb97592546.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.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`
45972024-10-30T14:45:10.298Z 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=4cff3424dcf68670 -C extra-filename=-4cff3424dcf68670 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-ea90aceb97592546.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-fd166554aea03d25.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-05e02130a7fe80de.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-70eac72e2106968d.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-52e8cb15a4273ade.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`
45982024-10-30T14:45:17.145Z 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=4bc8c9ed23777626 -C extra-filename=-4bc8c9ed23777626 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-556634c44c41c46e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
45992024-10-30T14:45:18.378Z 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=ce63d5eaffa79010 -C extra-filename=-ce63d5eaffa79010 --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-556634c44c41c46e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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`
46002024-10-30T14:45:20.864Z 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=d97778ca6d95e520 -C extra-filename=-d97778ca6d95e520 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-3a99d611ba18be26.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-5153f4b7f62da847.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.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-48ec0272d6a2bb69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
46012024-10-30T14:45:21.466Z 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=18e60018606b26c0 -C extra-filename=-18e60018606b26c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-3a99d611ba18be26.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-5153f4b7f62da847.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.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-48ec0272d6a2bb69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
46022024-10-30T14:45:22.401Z 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=7991d64e6b6e13f1 -C extra-filename=-7991d64e6b6e13f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-3a99d611ba18be26.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-5153f4b7f62da847.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.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-48ec0272d6a2bb69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
46032024-10-30T14:45:23.515Z 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=c6d5f8d3503d74b9 -C extra-filename=-c6d5f8d3503d74b9 --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-ea90aceb97592546.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-3f39a84b33c075c7.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-77888600dfe9805f.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`
46042024-10-30T14:45:25.143Z 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=e9d3ce9701b1537a -C extra-filename=-e9d3ce9701b1537a --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-2e0fb39c067fc96d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
46052024-10-30T14:45:29.422Z 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=a7f3fca5bcb026ce -C extra-filename=-a7f3fca5bcb026ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-ea90aceb97592546.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-05e02130a7fe80de.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-52e8cb15a4273ade.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`
46062024-10-30T14:45:31.619Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46072024-10-30T14:45:31.621Z 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=b09299f1aec2879e -C extra-filename=-b09299f1aec2879e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
46082024-10-30T14:45:33.308Z 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=47097476cb015578 -C extra-filename=-47097476cb015578 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-ea90aceb97592546.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-52e8cb15a4273ade.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`
46092024-10-30T14:45:33.981Z 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=fb8e5c92fdd2dab5 -C extra-filename=-fb8e5c92fdd2dab5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-ea90aceb97592546.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-52e8cb15a4273ade.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`
46102024-10-30T14:45:34.306Z 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=fb7da7ec69d22cbb -C extra-filename=-fb7da7ec69d22cbb --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-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
46112024-10-30T14:45:36.310Z 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=ede531a3c1ead310 -C extra-filename=-ede531a3c1ead310 --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-6a2f22125dbfd97b.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-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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=/usr/lib/amd64`
46122024-10-30T14:45:38.247Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
46132024-10-30T14:45:38.250Z 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=0ee88af374b0106c -C extra-filename=-0ee88af374b0106c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
46142024-10-30T14:45:39.405Z 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=76a9c4e9c8633539 -C extra-filename=-76a9c4e9c8633539 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-5ec97c77b29ca641.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
46152024-10-30T14:45:40.050Z 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=d70426dd92f229fd -C extra-filename=-d70426dd92f229fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-5ec97c77b29ca641.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
46162024-10-30T14:45:41.046Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
46172024-10-30T14:45:41.049Z 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=fe9000847ef43491 -C extra-filename=-fe9000847ef43491 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
46182024-10-30T14:45:41.402Z 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=bb9da4a105122d3a -C extra-filename=-bb9da4a105122d3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
46192024-10-30T14:45:41.739Z 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=d0f3aac92a140724 -C extra-filename=-d0f3aac92a140724 --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-48ec0272d6a2bb69.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
46202024-10-30T14:45:43.662Z 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=7a887d93c749aa12 -C extra-filename=-7a887d93c749aa12 --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-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
46212024-10-30T14:45:43.802Z 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=66f9aa3479892cfb -C extra-filename=-66f9aa3479892cfb --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-7fe01af885a1094f.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-ea90aceb97592546.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`
46222024-10-30T14:45:44.759Z 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=b728fb0002212778 -C extra-filename=-b728fb0002212778 --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-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
46232024-10-30T14:45:45.210Z 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=c73c5b3de2662224 -C extra-filename=-c73c5b3de2662224 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-9c237c0b795c7c61.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-ea90aceb97592546.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`
46242024-10-30T14:45:46.226Z 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=9b6531ac56d2892a -C extra-filename=-9b6531ac56d2892a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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 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-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
46252024-10-30T14:45:47.022Z 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=ad1caa81b142db26 -C extra-filename=-ad1caa81b142db26 --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-7fe01af885a1094f.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-ea90aceb97592546.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`
46262024-10-30T14:45:49.253Z 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=bc0cc29ae46075b1 -C extra-filename=-bc0cc29ae46075b1 --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-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
46272024-10-30T14:45:49.742Z 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=cc7a37fda41f1be9 -C extra-filename=-cc7a37fda41f1be9 --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-48ec0272d6a2bb69.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
46282024-10-30T14:45:51.705Z 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=ad2e699f118bb110 -C extra-filename=-ad2e699f118bb110 --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-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
46292024-10-30T14:45:51.905Z 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=239954e7d8eb87ea -C extra-filename=-239954e7d8eb87ea --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-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
46302024-10-30T14:45:53.797Z 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=ea7b8d73b7b1bd09 -C extra-filename=-ea7b8d73b7b1bd09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-9c237c0b795c7c61.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-ea90aceb97592546.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`
46312024-10-30T14:45:55.763Z 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=bff085a668f74251 -C extra-filename=-bff085a668f74251 --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-7fe01af885a1094f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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`
46322024-10-30T14:45:57.336Z 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=5b8211190c38e6ec -C extra-filename=-5b8211190c38e6ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-5ec97c77b29ca641.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
46332024-10-30T14:45:57.460Z 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=709c790342fa5647 -C extra-filename=-709c790342fa5647 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-8990be164a5ae7c9.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-7c800b04c876b86f.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-9c237c0b795c7c61.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-ea90aceb97592546.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-67aaa8ac9d43c4de.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c30efe55451c93e.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6666cfe89c3501a5.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 --check-cfg 'cfg(svcadm_autoclear)'`
46342024-10-30T14:45:57.557Z 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=870e78bbc9e0646a -C extra-filename=-870e78bbc9e0646a --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-ea90aceb97592546.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`
46352024-10-30T14:46:00.775Z 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=1de274b517d0b376 -C extra-filename=-1de274b517d0b376 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d2d90ce9bc591f0f.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-9964fa3b2bdee188.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-ea90aceb97592546.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`
46362024-10-30T14:46:08.942Z 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=c02f2f7c60eb941f -C extra-filename=-c02f2f7c60eb941f --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-d69c93099cd1d574.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
46372024-10-30T14:46:11.169Z 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=b038f8327e91ab63 -C extra-filename=-b038f8327e91ab63 --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-d69c93099cd1d574.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
46382024-10-30T14:46:11.519Z 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=feaa555dc2264915 -C extra-filename=-feaa555dc2264915 --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-ea90aceb97592546.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`
46392024-10-30T14:46:12.921Z 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=ffae1e0364827c2f -C extra-filename=-ffae1e0364827c2f --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-ea90aceb97592546.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`
46402024-10-30T14:46:14.609Z 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=a9f0521991467938 -C extra-filename=-a9f0521991467938 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-ea90aceb97592546.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`
46412024-10-30T14:46:15.588Z 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=049e247a6fadea29 -C extra-filename=-049e247a6fadea29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-ea90aceb97592546.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`
46422024-10-30T14:46:16.824Z 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=0aa577d315111359 -C extra-filename=-0aa577d315111359 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-ea90aceb97592546.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`
46432024-10-30T14:46:17.815Z 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=1be734cb44322407 -C extra-filename=-1be734cb44322407 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-ea90aceb97592546.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6666cfe89c3501a5.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`
46442024-10-30T14:46:18.601Z 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=6e9754cfc3be6bcc -C extra-filename=-6e9754cfc3be6bcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-ea90aceb97592546.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`
46452024-10-30T14:46:19.852Z 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=98f974c6c9bb75c6 -C extra-filename=-98f974c6c9bb75c6 --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-ea90aceb97592546.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`
46462024-10-30T14:46:20.747Z 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=e573e6eed4582bf8 -C extra-filename=-e573e6eed4582bf8 --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-ea90aceb97592546.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`
46472024-10-30T14:46:21.077Z 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=8073d95e36c49325 -C extra-filename=-8073d95e36c49325 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-ea90aceb97592546.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`
46482024-10-30T14:46:21.439Z 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=163aed6c0a37b36d -C extra-filename=-163aed6c0a37b36d --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-ea90aceb97592546.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`
46492024-10-30T14:46:21.555Z 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=6641803404f4eba2 -C extra-filename=-6641803404f4eba2 --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-ea90aceb97592546.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`
46502024-10-30T14:46:21.791Z 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=15026650c3358a4f -C extra-filename=-15026650c3358a4f --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-ea90aceb97592546.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`
46512024-10-30T14:46:22.156Z 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=cc9b4b2ac22305cf -C extra-filename=-cc9b4b2ac22305cf --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-ea90aceb97592546.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`
46522024-10-30T14:46:22.587Z 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=1031379426a8cbfd -C extra-filename=-1031379426a8cbfd --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-7928be43fe3c3b32.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-fbf1dada078aec5b.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 -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-01fe0e22afc7f633/out -L native=/usr/ssl-3/lib/amd64`
46532024-10-30T14:46:22.689Z 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`
46542024-10-30T14:49:02.831Z 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=e05da04096ede47c -C extra-filename=-e05da04096ede47c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-94d7925047b79177.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-149476d6cd34ad26.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7fe01af885a1094f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-03a468fe110a1add.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-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.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-beb93251e5462725.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-92cb8242e46173b8.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-04b5a7b8db10ddc9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c8d6099e157665a5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-922e4d40b8ca29c9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0ae7364b60b79030.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-999791a2f233b800.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e5022b2df0069629.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e3f0446dcbb71257.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-70b7b8f323f6b9ef.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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-b5f36002fb5b7a85.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-ded0a9f207746014.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=/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/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46552024-10-30T14:49:02.835Z 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=63870c70d131919e -C extra-filename=-63870c70d131919e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-9fe957551575b828.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-e52fbf1da0827554.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-f83577f8b5f548b1.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-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.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-95d795743ea61560.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-92cb8242e46173b8.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-04b5a7b8db10ddc9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c8d6099e157665a5.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-999791a2f233b800.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-88c4200df3356f3d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e5022b2df0069629.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e3f0446dcbb71257.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-70b7b8f323f6b9ef.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-41883924c2af71ad.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8e1c6452382aacb7.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-b5f36002fb5b7a85.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-ded0a9f207746014.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 /usr/platform/oxide/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 native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46562024-10-30T14:49:02.835Z 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=7f6715fde2b0ec26 -C extra-filename=-7f6715fde2b0ec26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-94d7925047b79177.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-149476d6cd34ad26.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-03a468fe110a1add.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9fe957551575b828.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-92064749db37f3ab.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f2de16d8127dcb9c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6a2f22125dbfd97b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f1d2520a5399346d.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-e52fbf1da0827554.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-9736dcd81d98990b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.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-9964fa3b2bdee188.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ae15599e9257fd14.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-92cb8242e46173b8.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-04b5a7b8db10ddc9.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-60727c96ec9147ad.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e12d8c8acee77e0c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b6dd3319cffb0879.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c8d6099e157665a5.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-255044dc3d0f8cd9.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-922e4d40b8ca29c9.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-28a161fb8d25a018.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0ae7364b60b79030.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-999791a2f233b800.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-88c4200df3356f3d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-937de14ccbde41d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.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-9c237c0b795c7c61.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-70b7b8f323f6b9ef.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.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-ea90aceb97592546.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-ccfb2ae96394aa4c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-41883924c2af71ad.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8e1c6452382aacb7.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e77b6788f49cc45.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2751343714bce898.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-338bde274dfd1d42.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-094717c547d190b0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-fbf1dada078aec5b.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-b5f36002fb5b7a85.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-4586cf06479e9181.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-4d4d15da0d7cd8a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ded0a9f207746014.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=/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 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46572024-10-30T14:49:02.835Z 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=c0a55a4d639ea0d1 -C extra-filename=-c0a55a4d639ea0d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-beb93251e5462725.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-937de14ccbde41d0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e5022b2df0069629.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-327ad4085299aee4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-70b7b8f323f6b9ef.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2ccd0cfcb5b3b818.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 /usr/platform/oxide/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=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46582024-10-30T14:49:02.874Z 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=6a91af8acf1d2b68 -C extra-filename=-6a91af8acf1d2b68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-94d7925047b79177.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-149476d6cd34ad26.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-03a468fe110a1add.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-9fe957551575b828.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-92064749db37f3ab.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f2de16d8127dcb9c.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-6a2f22125dbfd97b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a99d611ba18be26.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f1d2520a5399346d.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-e52fbf1da0827554.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-f83577f8b5f548b1.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-9736dcd81d98990b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.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-9964fa3b2bdee188.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ae15599e9257fd14.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-92cb8242e46173b8.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-04b5a7b8db10ddc9.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-60727c96ec9147ad.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e12d8c8acee77e0c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b6dd3319cffb0879.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c8d6099e157665a5.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-255044dc3d0f8cd9.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-922e4d40b8ca29c9.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-28a161fb8d25a018.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0ae7364b60b79030.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-999791a2f233b800.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-88c4200df3356f3d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-937de14ccbde41d0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e5022b2df0069629.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e3f0446dcbb71257.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.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-9c237c0b795c7c61.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-70b7b8f323f6b9ef.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb5196e59fefdd89.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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-2ccd0cfcb5b3b818.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-41883924c2af71ad.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a85e82a5db0ee7d2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8e1c6452382aacb7.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e77b6788f49cc45.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2751343714bce898.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-338bde274dfd1d42.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-094717c547d190b0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-fbf1dada078aec5b.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-b5f36002fb5b7a85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b623ffebf6be930d.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-00ba851f3c04c797.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4586cf06479e9181.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-2dfca2178dfffc19.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-18ee401ba4c7ed64.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-4d4d15da0d7cd8a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ded0a9f207746014.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=/usr/lib/amd64 -L /usr/platform/oxide/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 native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/`
46592024-10-30T14:49:03.198Z 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=19560f400662f987 -C extra-filename=-19560f400662f987 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-48ec0272d6a2bb69.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-04b5a7b8db10ddc9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c8d6099e157665a5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0ae7364b60b79030.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-999791a2f233b800.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e5022b2df0069629.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e3f0446dcbb71257.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-70b7b8f323f6b9ef.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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-98e6af5c8a4e8604.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=/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/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46602024-10-30T14:49:08.546Z 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=2c89ba80ab7dc149 -C extra-filename=-2c89ba80ab7dc149 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-94d7925047b79177.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-149476d6cd34ad26.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-03a468fe110a1add.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-9fe957551575b828.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-92064749db37f3ab.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f2de16d8127dcb9c.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-6a2f22125dbfd97b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a99d611ba18be26.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f1d2520a5399346d.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-e52fbf1da0827554.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-f83577f8b5f548b1.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-9736dcd81d98990b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.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-9964fa3b2bdee188.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ae15599e9257fd14.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-92cb8242e46173b8.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-04b5a7b8db10ddc9.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-60727c96ec9147ad.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e12d8c8acee77e0c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b6dd3319cffb0879.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c8d6099e157665a5.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-255044dc3d0f8cd9.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-922e4d40b8ca29c9.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-28a161fb8d25a018.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0ae7364b60b79030.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-999791a2f233b800.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-88c4200df3356f3d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-937de14ccbde41d0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e5022b2df0069629.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e3f0446dcbb71257.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.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-9c237c0b795c7c61.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-70b7b8f323f6b9ef.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb5196e59fefdd89.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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-2ccd0cfcb5b3b818.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-41883924c2af71ad.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a85e82a5db0ee7d2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8e1c6452382aacb7.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e77b6788f49cc45.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2751343714bce898.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-338bde274dfd1d42.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-094717c547d190b0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-fbf1dada078aec5b.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-b5f36002fb5b7a85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b623ffebf6be930d.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-00ba851f3c04c797.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4586cf06479e9181.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-2dfca2178dfffc19.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-18ee401ba4c7ed64.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-4d4d15da0d7cd8a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ded0a9f207746014.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=/usr/lib/amd64 -L /usr/platform/oxide/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 native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/`
46612024-10-30T14:49:09.596Z 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=3b9e4ca307a6af91 -C extra-filename=-3b9e4ca307a6af91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-beb93251e5462725.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-937de14ccbde41d0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e5022b2df0069629.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-327ad4085299aee4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-70b7b8f323f6b9ef.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2ccd0cfcb5b3b818.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 /usr/platform/oxide/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=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46622024-10-30T14:49:11.321Z 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=19d0be6d85e097dc -C extra-filename=-19d0be6d85e097dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-beb93251e5462725.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-937de14ccbde41d0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e5022b2df0069629.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-70b7b8f323f6b9ef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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 /usr/platform/oxide/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=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46632024-10-30T14:49:19.978Z 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=85605e3d3c1cc8d0 -C extra-filename=-85605e3d3c1cc8d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-94d7925047b79177.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-149476d6cd34ad26.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-03a468fe110a1add.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-9fe957551575b828.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-92064749db37f3ab.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f2de16d8127dcb9c.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-6a2f22125dbfd97b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a99d611ba18be26.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f1d2520a5399346d.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-e52fbf1da0827554.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-f83577f8b5f548b1.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-9736dcd81d98990b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.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-9964fa3b2bdee188.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ae15599e9257fd14.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-92cb8242e46173b8.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-04b5a7b8db10ddc9.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-60727c96ec9147ad.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e12d8c8acee77e0c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b6dd3319cffb0879.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c8d6099e157665a5.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-255044dc3d0f8cd9.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-922e4d40b8ca29c9.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-28a161fb8d25a018.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0ae7364b60b79030.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-999791a2f233b800.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-88c4200df3356f3d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-937de14ccbde41d0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e5022b2df0069629.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e3f0446dcbb71257.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.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-9c237c0b795c7c61.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-70b7b8f323f6b9ef.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb5196e59fefdd89.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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-2ccd0cfcb5b3b818.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-41883924c2af71ad.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a85e82a5db0ee7d2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8e1c6452382aacb7.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e77b6788f49cc45.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2751343714bce898.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-338bde274dfd1d42.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-094717c547d190b0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-fbf1dada078aec5b.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-b5f36002fb5b7a85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b623ffebf6be930d.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-00ba851f3c04c797.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4586cf06479e9181.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-2dfca2178dfffc19.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-18ee401ba4c7ed64.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-4d4d15da0d7cd8a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ded0a9f207746014.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=/usr/lib/amd64 -L /usr/platform/oxide/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 native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/`
46642024-10-30T14:49:21.546Z 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=10c376036090cee6 -C extra-filename=-10c376036090cee6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-9fe957551575b828.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-e52fbf1da0827554.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-f83577f8b5f548b1.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-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.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-95d795743ea61560.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-92cb8242e46173b8.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-04b5a7b8db10ddc9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c8d6099e157665a5.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-999791a2f233b800.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-88c4200df3356f3d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e5022b2df0069629.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e3f0446dcbb71257.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-70b7b8f323f6b9ef.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-41883924c2af71ad.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8e1c6452382aacb7.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-b5f36002fb5b7a85.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-ded0a9f207746014.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 /usr/platform/oxide/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 native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46652024-10-30T14:49:25.439Z 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=4f3f1f74fea73bc8 -C extra-filename=-4f3f1f74fea73bc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-48ec0272d6a2bb69.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-04b5a7b8db10ddc9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c8d6099e157665a5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0ae7364b60b79030.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-999791a2f233b800.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e5022b2df0069629.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e3f0446dcbb71257.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-70b7b8f323f6b9ef.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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-98e6af5c8a4e8604.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=/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/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46662024-10-30T14:49:28.731Z 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=a3b44685df66e9f1 -C extra-filename=-a3b44685df66e9f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-7928be43fe3c3b32.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-94d7925047b79177.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-149476d6cd34ad26.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-03a468fe110a1add.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-9fe957551575b828.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-92064749db37f3ab.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f2de16d8127dcb9c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6a2f22125dbfd97b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f1d2520a5399346d.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-e52fbf1da0827554.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-9736dcd81d98990b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.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-9964fa3b2bdee188.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ae15599e9257fd14.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-92cb8242e46173b8.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-04b5a7b8db10ddc9.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-60727c96ec9147ad.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e12d8c8acee77e0c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b6dd3319cffb0879.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c8d6099e157665a5.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-255044dc3d0f8cd9.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-922e4d40b8ca29c9.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-28a161fb8d25a018.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0ae7364b60b79030.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-999791a2f233b800.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-88c4200df3356f3d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-937de14ccbde41d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.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-9c237c0b795c7c61.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-70b7b8f323f6b9ef.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.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-ea90aceb97592546.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-ccfb2ae96394aa4c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-41883924c2af71ad.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8e1c6452382aacb7.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e77b6788f49cc45.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2751343714bce898.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-338bde274dfd1d42.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-094717c547d190b0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-fbf1dada078aec5b.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-b5f36002fb5b7a85.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-4586cf06479e9181.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-4d4d15da0d7cd8a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ded0a9f207746014.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=/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 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib`
46672024-10-30T15:10:59.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38m 30s
46682024-10-30T15:11:20.342Z
46692024-10-30T15:11:20.346Zreal 38:51.866188082
46702024-10-30T15:11:20.351Zuser 1:57:44.109673241
46712024-10-30T15:11:20.351Zsys 23:41.362668824
46722024-10-30T15:11:20.351Ztrap 9.601437868
46732024-10-30T15:11:20.351Ztflt 15.999918193
46742024-10-30T15:11:20.351Zdflt 1:50:57.925380033
46752024-10-30T15:11:20.351Zkflt 0.611211862
46762024-10-30T15:11:20.351Zlock 7:19:09.367141878
46772024-10-30T15:11:20.351Zslp 19:42:47.968513272
46782024-10-30T15:11:20.351Zlat 8:16.849298606
46792024-10-30T15:11:20.352Zstop 8:23.406517818
46802024-10-30T15:11:21.369Z+ banner test
46812024-10-30T15:11:21.429Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
46822024-10-30T15:11:22.341Z
46832024-10-30T15:11:22.341Z ##### ###### #### #####
46842024-10-30T15:11:22.341Z # # # #
46852024-10-30T15:11:22.341Z # ##### #### #
46862024-10-30T15:11:22.341Z # # # #
46872024-10-30T15:11:22.342Z # # # # #
46882024-10-30T15:11:22.342Z # ###### #### #
46892024-10-30T15:11:22.342Z
46902024-10-30T15:11:25.488Zinfo: experimental features enabled: setup-scripts
46912024-10-30T15:11:26.982Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46922024-10-30T15:11:27.132Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
46932024-10-30T15:11:27.154Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
46942024-10-30T15:11:27.173Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
46952024-10-30T15:11:39.592Z Finished `test` profile [unoptimized + debuginfo] target(s) in 14.06s
46962024-10-30T15:11:45.813Z------------
46972024-10-30T15:11:45.813Z Nextest run ID d4dc2605-f991-4356-9180-cf8125a9deca with nextest profile: ci
46982024-10-30T15:11:45.816Z Starting 1648 tests across 169 binaries (4 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter)
46992024-10-30T15:11:45.819Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
47002024-10-30T15:11:46.565Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47012024-10-30T15:11:49.221Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47022024-10-30T15:11:51.111Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
47032024-10-30T15:11:56.893Z Finished `test` profile [unoptimized + debuginfo] target(s) in 11.00s
47042024-10-30T15:11:57.009Z Running `target/debug/crdb-seed`
47052024-10-30T15:11:57.047ZOct 30 15:11:55.713 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpl4xo40
47062024-10-30T15:11:57.050ZOct 30 15:11:55.713 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpXjVwbF,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpl4xo40/listen-url
47072024-10-30T15:11:57.053ZOct 30 15:11:55.715 INFO cockroach environment: BUILDOMAT_JOB_ID=01JBEX4EFPVSYEYJH2SYX3MDQB 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_BRANCH=john/fix-rss-dns-typo GITHUB_REF=refs/heads/john/fix-rss-dns-typo GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=417a9860d36cb60bc2a7fa04d452983b52da1ccd 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/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-envYOd5dJ 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=d4dc2605-f991-4356-9180-cf8125a9deca 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
47082024-10-30T15:11:58.263ZOct 30 15:11:56.929 INFO cockroach pid: 6486
47092024-10-30T15:11:58.263ZOct 30 15:11:56.929 INFO cockroach listen URL: postgresql://root@[::1]:39916/omicron?sslmode=disable
47102024-10-30T15:11:58.265ZOct 30 15:11:56.929 INFO cockroach: populating
47112024-10-30T15:12:00.809ZOct 30 15:11:59.475 INFO cockroach: populated
47122024-10-30T15:12:02.949ZOct 30 15:12:01.614 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/e6f55a32108ed2c392324aa297ea13c8ce113d498a1f64ad57c797535b97a33e.tar`
47132024-10-30T15:12:02.953Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
47142024-10-30T15:12:03.021Z PASS [ 0.034s] api_identity test::test_identity
47152024-10-30T15:12:03.024Z PASS [ 0.028s] api_identity test::test_identity_no_field
47162024-10-30T15:12:03.024Z PASS [ 0.030s] bootstore schemes::tests::hello_roundtrip
47172024-10-30T15:12:03.025Z PASS [ 0.020s] bootstore trust_quorum::rack_secret::tests::create_and_verify
47182024-10-30T15:12:03.025Z PASS [ 0.025s] bootstore schemes::v0::share_pkg::tests::create_packages
47192024-10-30T15:12:03.025Z PASS [ 0.019s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
47202024-10-30T15:12:03.025Z PASS [ 0.048s] authz-macros tests::test_authz_snapshots
47212024-10-30T15:12:03.074Z PASS [ 0.092s] bootstore schemes::v0::peer::tests::network_config
47222024-10-30T15:12:03.087Z PASS [ 0.067s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
47232024-10-30T15:12:03.090Z PASS [ 0.062s] clickhouse-admin-types tests::test_empty_output_parse_fail
47242024-10-30T15:12:03.090Z PASS [ 0.058s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
47252024-10-30T15:12:03.109Z PASS [ 0.023s] clickhouse-admin-types tests::test_full_lgif_parse_success
47262024-10-30T15:12:03.125Z PASS [ 0.035s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
47272024-10-30T15:12:03.125Z PASS [ 0.042s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
47282024-10-30T15:12:03.128Z PASS [ 0.026s] clickhouse-admin-types tests::test_full_raft_config_parse_success
47292024-10-30T15:12:03.139Z PASS [ 0.018s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
47302024-10-30T15:12:03.144Z PASS [ 0.019s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
47312024-10-30T15:12:03.154Z PASS [ 0.035s] clickhouse-admin-types tests::test_generate_replica_config
47322024-10-30T15:12:03.154Z PASS [ 0.043s] clickhouse-admin-types tests::test_generate_keeper_config
47332024-10-30T15:12:03.159Z PASS [ 0.022s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
47342024-10-30T15:12:03.170Z PASS [ 0.015s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
47352024-10-30T15:12:03.173Z PASS [ 0.021s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
47362024-10-30T15:12:03.179Z PASS [ 0.020s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
47372024-10-30T15:12:03.179Z PASS [ 0.015s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
47382024-10-30T15:12:03.184Z PASS [ 0.019s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
47392024-10-30T15:12:03.189Z PASS [ 0.020s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
47402024-10-30T15:12:03.194Z PASS [ 0.019s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
47412024-10-30T15:12:03.235Z PASS [ 0.020s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
47422024-10-30T15:12:03.235Z PASS [ 0.020s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
47432024-10-30T15:12:03.236Z PASS [ 0.020s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
47442024-10-30T15:12:03.236Z PASS [ 0.020s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
47452024-10-30T15:12:03.238Z PASS [ 0.019s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
47462024-10-30T15:12:03.239Z PASS [ 0.020s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
47472024-10-30T15:12:03.239Z PASS [ 0.020s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
47482024-10-30T15:12:03.239Z PASS [ 0.021s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
47492024-10-30T15:12:03.256Z PASS [ 0.015s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
47502024-10-30T15:12:03.256Z PASS [ 0.020s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
47512024-10-30T15:12:03.261Z PASS [ 0.253s] cert-dev::test-cert-dev test_cert_create
47522024-10-30T15:12:03.267Z PASS [ 0.017s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
47532024-10-30T15:12:03.272Z PASS [ 0.016s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
47542024-10-30T15:12:03.278Z PASS [ 0.016s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
47552024-10-30T15:12:03.298Z PASS [ 0.073s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
47562024-10-30T15:12:03.307Z PASS [ 0.088s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
47572024-10-30T15:12:03.385Z PASS [ 0.077s] db-macros lookup::test::test_lookup_snapshots
47582024-10-30T15:12:03.401Z PASS [ 0.017s] db-macros tests::test_derive_metadata_identity_fails_for_enums
47592024-10-30T15:12:03.416Z PASS [ 0.015s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
47602024-10-30T15:12:03.429Z PASS [ 0.013s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
47612024-10-30T15:12:03.442Z PASS [ 0.012s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
47622024-10-30T15:12:03.457Z PASS [ 0.014s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
47632024-10-30T15:12:03.478Z PASS [ 0.020s] db-macros tests::test_derive_snapshots
47642024-10-30T15:12:03.493Z PASS [ 0.015s] db-macros tests::test_derive_with_unknown_field
47652024-10-30T15:12:03.551Z PASS [ 0.272s] db-dev::test-db-dev test_db_dev_wipe_no_args
47662024-10-30T15:12:03.551Z PASS [ 0.278s] db-dev::test-db-dev test_db_dev_populate_no_args
47672024-10-30T15:12:03.771Z PASS [ 0.223s] dns-server storage::test::test_update_in_progress
47682024-10-30T15:12:03.778Z PASS [ 0.225s] dns-server storage::test::test_update_interrupted
47692024-10-30T15:12:03.785Z PASS [ 0.291s] dns-server storage::test::test_update_basic
47702024-10-30T15:12:04.101Z PASS [ 1.121s] bootstore schemes::v0::peer::tests::basic_3_nodes
47712024-10-30T15:12:04.263Z PASS [ 0.466s] dns-server::basic_test answers_match_question
47722024-10-30T15:12:04.263Z PASS [ 0.481s] dns-server::basic_test a_crud
47732024-10-30T15:12:04.266Z PASS [ 0.474s] dns-server::basic_test aaaa_crud
47742024-10-30T15:12:04.317Z PASS [ 0.216s] dns-server::basic_test empty_record
47752024-10-30T15:12:04.465Z PASS [ 0.212s] dns-server::basic_test multi_record_crud
47762024-10-30T15:12:04.481Z PASS [ 0.216s] dns-server::basic_test nxdomain
47772024-10-30T15:12:04.490Z PASS [ 0.230s] dns-server::basic_test name_contains_zone
47782024-10-30T15:12:04.553Z PASS [ 0.064s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
47792024-10-30T15:12:04.560Z PASS [ 0.245s] dns-server::basic_test servfail
47802024-10-30T15:12:04.581Z PASS [ 0.026s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
47812024-10-30T15:12:04.657Z PASS [ 0.095s] illumos-utils destructor::test::test_delayed_delete
47822024-10-30T15:12:04.683Z PASS [ 0.026s] illumos-utils destructor::test::test_destructor_bad_close
47832024-10-30T15:12:04.716Z PASS [ 0.032s] illumos-utils link::test::test_allocate
47842024-10-30T15:12:04.743Z PASS [ 0.027s] illumos-utils link::test::test_allocate_within_scopes
47852024-10-30T15:12:04.753Z PASS [ 0.287s] dns-server::basic_test srv_crud
47862024-10-30T15:12:04.768Z PASS [ 0.027s] illumos-utils running_zone::tests::test_is_oxide_smf_service
47872024-10-30T15:12:04.778Z PASS [ 0.027s] illumos-utils zfs::test::parse_dataset_bad_avail
47882024-10-30T15:12:04.793Z PASS [ 0.024s] illumos-utils zfs::test::parse_dataset_bad_quota
47892024-10-30T15:12:04.800Z PASS [ 0.022s] illumos-utils zfs::test::parse_dataset_bad_reservation
47902024-10-30T15:12:04.815Z PASS [ 0.023s] illumos-utils zfs::test::parse_dataset_bad_usage
47912024-10-30T15:12:04.825Z PASS [ 0.025s] illumos-utils zfs::test::parse_dataset_bad_uuid
47922024-10-30T15:12:04.848Z PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_missing_fields
47932024-10-30T15:12:04.854Z PASS [ 0.030s] illumos-utils zfs::test::parse_dataset_props
47942024-10-30T15:12:04.871Z PASS [ 0.024s] illumos-utils zfs::test::parse_dataset_props_with_optionals
47952024-10-30T15:12:04.879Z PASS [ 0.024s] illumos-utils zone::tests::test_parse_ip_network
47962024-10-30T15:12:04.894Z PASS [ 0.022s] illumos-utils zpool::test::test_parse_zpool
47972024-10-30T15:12:04.901Z PASS [ 0.022s] illumos-utils zpool::test::test_parse_zpool_missing_column
47982024-10-30T15:12:05.408Z PASS [ 2.408s] bootstore::v0-fsm-proptest-learner run
47992024-10-30T15:12:05.483Z PASS [ 0.903s] illumos-utils destructor::test::test_delayed_delete_with_error
48002024-10-30T15:12:05.608Z PASS [ 0.199s] installinator-common block_size_writer::tests::proptest_block_writer
48012024-10-30T15:12:06.401Z PASS [ 0.792s] internal-dns-resolver resolver::test::insert_and_lookup_one_record
48022024-10-30T15:12:06.414Z PASS [ 0.931s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
48032024-10-30T15:12:06.533Z PASS [ 1.630s] installinator write::tests::proptest_write_artifact
48042024-10-30T15:12:06.662Z PASS [ 0.262s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
48052024-10-30T15:12:06.982Z PASS [ 0.566s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
48062024-10-30T15:12:07.016Z PASS [ 0.467s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
48072024-10-30T15:12:07.083Z PASS [ 0.418s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
48082024-10-30T15:12:07.095Z PASS [ 0.091s] internal-dns-types config::test::display_hosts
48092024-10-30T15:12:07.113Z PASS [ 0.026s] internal-dns-types config::test::display_srv_service
48102024-10-30T15:12:07.148Z PASS [ 0.055s] internal-dns-types config::test::test_builder_errors
48112024-10-30T15:12:07.249Z PASS [ 0.101s] internal-dns-types config::test::test_builder_output
48122024-10-30T15:12:07.249Z PASS [ 0.061s] internal-dns-types diff::test::diff_different
48132024-10-30T15:12:07.273Z PASS [ 0.048s] internal-dns-types diff::test::diff_equivalent
48142024-10-30T15:12:07.275Z PASS [ 0.274s] internal-dns-resolver resolver::test::update_record
48152024-10-30T15:12:07.287Z PASS [ 0.057s] internal-dns-types diff::test::diff_invalid
48162024-10-30T15:12:07.324Z PASS [ 0.065s] ipcc tests::deserialize_fixed_value
48172024-10-30T15:12:07.356Z PASS [ 0.062s] ipcc tests::serialized_size
48182024-10-30T15:12:07.356Z PASS [ 0.073s] ipcc tests::installinator_image_id_round_trip
48192024-10-30T15:12:07.498Z PASS [ 0.139s] key-manager tests::different_ikm_produces_different_keys
48202024-10-30T15:12:07.498Z PASS [ 0.162s] key-manager tests::different_disks_produce_different_keys
48212024-10-30T15:12:07.553Z PASS [ 0.154s] key-manager tests::disk_encryption_key_epoch_0
48222024-10-30T15:12:07.563Z PASS [ 0.077s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
48232024-10-30T15:12:07.686Z PASS [ 0.125s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
48242024-10-30T15:12:07.722Z PASS [ 0.197s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
48252024-10-30T15:12:07.722Z PASS [ 0.209s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
48262024-10-30T15:12:07.732Z PASS [ 0.045s] nexus-auth authn::external::session_cookie::test::test_get_token
48272024-10-30T15:12:07.808Z PASS [ 0.036s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
48282024-10-30T15:12:07.808Z PASS [ 0.052s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
48292024-10-30T15:12:07.808Z PASS [ 0.053s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
48302024-10-30T15:12:07.811Z PASS [ 0.043s] nexus-auth authn::external::session_cookie::test::test_other_cookie
48312024-10-30T15:12:07.849Z PASS [ 0.042s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
48322024-10-30T15:12:07.849Z PASS [ 0.058s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
48332024-10-30T15:12:07.874Z PASS [ 0.062s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
48342024-10-30T15:12:07.916Z PASS [ 0.066s] nexus-auth authn::external::spoof::test::test_make_header_value
48352024-10-30T15:12:07.916Z PASS [ 0.043s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
48362024-10-30T15:12:07.954Z PASS [ 4.918s] bootstore::v0-fsm-proptest-rack-coordinator run
48372024-10-30T15:12:07.954Z PASS [ 0.067s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
48382024-10-30T15:12:07.984Z PASS [ 0.071s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
48392024-10-30T15:12:07.984Z PASS [ 0.053s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
48402024-10-30T15:12:07.997Z PASS [ 0.068s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
48412024-10-30T15:12:08.005Z PASS [ 0.042s] nexus-auth authn::external::token::test::test_make_header_value
48422024-10-30T15:12:08.060Z PASS [ 0.037s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
48432024-10-30T15:12:08.063Z PASS [ 0.040s] nexus-auth authn::external::token::test::test_token_header_missing
48442024-10-30T15:12:08.063Z PASS [ 0.094s] nexus-auth authn::external::test::test_authn_sequence
48452024-10-30T15:12:08.063Z PASS [ 0.050s] nexus-auth authn::external::token::test::test_token_header_valid
48462024-10-30T15:12:08.118Z PASS [ 0.093s] nexus-auth authn::test::test_internal_users
48472024-10-30T15:12:08.135Z PASS [ 0.091s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
48482024-10-30T15:12:08.160Z PASS [ 0.105s] nexus-auth context::test::test_background_context
48492024-10-30T15:12:08.168Z PASS [ 3.687s] dns-server::commands_test test_dnsadm
48502024-10-30T15:12:08.175Z PASS [ 0.143s] nexus-auth authz::context::test::test_unregistered_resource
48512024-10-30T15:12:08.183Z PASS [ 0.077s] nexus-auth context::test::test_child_context
48522024-10-30T15:12:08.195Z PASS [ 0.062s] nexus-auth context::test::test_test_context
48532024-10-30T15:12:08.215Z PASS [ 0.031s] nexus-config nexus_config::test::test_config_nonexistent
48542024-10-30T15:12:08.226Z PASS [ 0.059s] nexus-config nexus_config::test::test_config_bad_toml
48552024-10-30T15:12:08.234Z PASS [ 0.058s] nexus-config nexus_config::test::test_config_empty
48562024-10-30T15:12:08.251Z PASS [ 0.035s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
48572024-10-30T15:12:08.259Z PASS [ 0.064s] nexus-config nexus_config::test::test_deployment_config_schema
48582024-10-30T15:12:08.268Z PASS [ 0.109s] nexus-config nexus_config::test::test_bad_authn_schemes
48592024-10-30T15:12:08.277Z PASS [ 0.027s] nexus-config postgres_config::test::test_bad_url
48602024-10-30T15:12:08.299Z PASS [ 0.025s] nexus-config postgres_config::test::test_example_url
48612024-10-30T15:12:08.299Z PASS [ 0.050s] nexus-config nexus_config::test::test_valid
48622024-10-30T15:12:08.311Z PASS [ 0.081s] nexus-config nexus_config::test::test_repo_configs_are_valid
48632024-10-30T15:12:08.325Z PASS [ 0.034s] nexus-db-fixed-data test::test_allowlist_id_is_valid
48642024-10-30T15:12:08.325Z PASS [ 0.025s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
48652024-10-30T15:12:08.339Z PASS [ 0.065s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
48662024-10-30T15:12:08.339Z PASS [ 0.056s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
48672024-10-30T15:12:08.349Z PASS [ 0.043s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
48682024-10-30T15:12:08.356Z PASS [ 0.038s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
48692024-10-30T15:12:08.372Z PASS [ 0.033s] nexus-db-model instance_state::tests::test_from_str_roundtrips
48702024-10-30T15:12:08.383Z PASS [ 0.053s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
48712024-10-30T15:12:08.383Z PASS [ 3.485s] installinator mock_peers::tests::proptest_fetch_artifact
48722024-10-30T15:12:08.390Z PASS [ 0.058s] nexus-db-model device_auth::test::test_generate_user_code
48732024-10-30T15:12:08.402Z PASS [ 0.048s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
48742024-10-30T15:12:08.402Z PASS [ 0.041s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
48752024-10-30T15:12:08.415Z PASS [ 0.036s] nexus-db-model schema_versions::test::test_known_versions
48762024-10-30T15:12:08.438Z PASS [ 0.025s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
48772024-10-30T15:12:08.438Z PASS [ 0.050s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
48782024-10-30T15:12:08.439Z PASS [ 0.032s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
48792024-10-30T15:12:08.439Z PASS [ 0.038s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
48802024-10-30T15:12:08.451Z PASS [ 0.031s] nexus-db-model semver_version::test::test_to_from_sortable_string
48812024-10-30T15:12:08.451Z PASS [ 0.043s] nexus-db-model schema_versions::test::test_verify
48822024-10-30T15:12:08.466Z PASS [ 0.036s] nexus-db-model tests::test_ip_subnet_check_requestable_address
48832024-10-30T15:12:08.466Z PASS [ 0.031s] nexus-db-model tests::test_ipv6_net_random_subnet
48842024-10-30T15:12:08.469Z PASS [ 0.024s] nexus-db-model tests::test_roles_database_strings
48852024-10-30T15:12:08.494Z PASS [ 0.028s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
48862024-10-30T15:12:08.494Z PASS [ 0.034s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
48872024-10-30T15:12:08.497Z PASS [ 0.022s] nexus-db-model vmm_state::tests::test_from_str_roundtrips
48882024-10-30T15:12:08.747Z PASS [ 5.467s] db-dev::test-db-dev test_db_killed
48892024-10-30T15:12:13.360Z PASS [ 4.884s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
48902024-10-30T15:12:13.423Z PASS [ 4.957s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
48912024-10-30T15:12:13.571Z PASS [ 4.821s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
48922024-10-30T15:12:13.594Z PASS [ 5.112s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
48932024-10-30T15:12:13.612Z PASS [ 5.118s] nexus-db-queries db::collection_attach::test::test_attach_once
48942024-10-30T15:12:13.639Z PASS [ 0.044s] nexus-db-queries db::collection_attach::test::test_verify_query
48952024-10-30T15:12:13.987Z PASS [ 5.500s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
48962024-10-30T15:12:14.137Z PASS [ 5.673s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
48972024-10-30T15:12:17.875Z PASS [ 4.260s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
48982024-10-30T15:12:17.968Z PASS [ 4.543s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
48992024-10-30T15:12:18.031Z PASS [ 4.669s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
49002024-10-30T15:12:18.040Z PASS [ 4.468s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
49012024-10-30T15:12:18.076Z PASS [ 0.043s] nexus-db-queries db::collection_detach::test::test_verify_query
49022024-10-30T15:12:18.212Z PASS [ 4.074s] nexus-db-queries db::collection_detach::test::test_detach_once
49032024-10-30T15:12:18.266Z PASS [ 4.291s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
49042024-10-30T15:12:18.578Z PASS [ 4.939s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
49052024-10-30T15:12:22.021Z PASS [ 3.441s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
49062024-10-30T15:12:22.041Z PASS [ 4.073s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
49072024-10-30T15:12:22.067Z PASS [ 3.993s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
49082024-10-30T15:12:22.076Z PASS [ 4.036s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
49092024-10-30T15:12:22.118Z PASS [ 0.041s] nexus-db-queries db::collection_detach_many::test::test_verify_query
49102024-10-30T15:12:22.254Z PASS [ 4.044s] nexus-db-queries db::collection_detach_many::test::test_detach_many
49112024-10-30T15:12:22.447Z PASS [ 4.183s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
49122024-10-30T15:12:22.459Z PASS [ 4.586s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
49132024-10-30T15:12:22.491Z PASS [ 0.044s] nexus-db-queries db::collection_insert::test::test_verify_query
49142024-10-30T15:12:22.508Z PASS [ 0.045s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
49152024-10-30T15:12:22.535Z PASS [ 0.043s] nexus-db-queries db::column_walker::test::test_walk_columns
49162024-10-30T15:12:22.546Z PASS [ 0.041s] nexus-db-queries db::column_walker::test::test_walk_table
49172024-10-30T15:12:23.199Z PASS [ 19.899s] db-dev::test-db-dev test_db_run
49182024-10-30T15:12:25.088Z PASS [ 2.970s] nexus-db-queries db::collection_insert::test::test_collection_not_present
49192024-10-30T15:12:25.386Z PASS [ 3.131s] nexus-db-queries db::collection_insert::test::test_collection_present
49202024-10-30T15:12:25.879Z PASS [ 3.837s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
49212024-10-30T15:12:26.475Z PASS [ 4.441s] nexus-db-queries db::collection_detach_many::test::test_detach_once
49222024-10-30T15:12:26.475Z PASS [ 4.394s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
49232024-10-30T15:12:27.690Z PASS [ 5.154s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
49242024-10-30T15:12:27.801Z PASS [ 5.254s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
49252024-10-30T15:12:28.557Z PASS [ 2.084s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
49262024-10-30T15:12:28.996Z PASS [ 5.792s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
49272024-10-30T15:12:29.724Z PASS [ 3.261s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
49282024-10-30T15:12:30.466Z PASS [ 5.366s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
49292024-10-30T15:12:30.693Z PASS [ 5.305s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
49302024-10-30T15:12:30.898Z PASS [ 3.208s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
49312024-10-30T15:12:31.578Z PASS [ 5.698s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists
49322024-10-30T15:12:34.288Z PASS [ 6.485s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
49332024-10-30T15:12:34.563Z PASS [ 5.566s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
49342024-10-30T15:12:34.617Z PASS [ 0.053s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
49352024-10-30T15:12:34.852Z PASS [ 6.293s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
49362024-10-30T15:12:35.622Z PASS [ 5.897s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
49372024-10-30T15:12:36.313Z PASS [ 5.415s] nexus-db-queries db::datastore::deployment::tests::test_set_target
49382024-10-30T15:12:36.574Z PASS [ 6.115s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
49392024-10-30T15:12:36.938Z PASS [ 6.245s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
49402024-10-30T15:12:38.015Z PASS [ 6.436s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
49412024-10-30T15:12:40.003Z PASS [ 5.713s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
49422024-10-30T15:12:40.157Z PASS [ 5.540s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
49432024-10-30T15:12:40.940Z PASS [ 6.088s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
49442024-10-30T15:12:41.917Z PASS [ 5.603s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
49452024-10-30T15:12:42.393Z PASS [ 6.763s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
49462024-10-30T15:12:42.492Z PASS [ 5.552s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
49472024-10-30T15:12:42.667Z PASS [ 6.094s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
49482024-10-30T15:12:44.725Z PASS [ 6.710s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
49492024-10-30T15:12:45.919Z PASS [ 5.761s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
49502024-10-30T15:12:46.692Z PASS [ 5.751s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
49512024-10-30T15:12:47.777Z PASS [ 5.832s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
49522024-10-30T15:12:47.838Z PASS [ 5.441s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
49532024-10-30T15:12:47.862Z PASS [ 7.845s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
49542024-10-30T15:12:48.077Z PASS [ 5.585s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
49552024-10-30T15:12:48.422Z PASS [ 5.753s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
49562024-10-30T15:12:49.905Z PASS [ 5.177s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
49572024-10-30T15:12:51.532Z PASS [ 5.612s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
49582024-10-30T15:12:52.132Z PASS [ 5.440s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
49592024-10-30T15:12:53.672Z PASS [ 5.253s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
49602024-10-30T15:12:53.801Z PASS [ 5.944s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
49612024-10-30T15:12:53.855Z PASS [ 6.088s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
49622024-10-30T15:12:53.986Z PASS [ 5.899s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
49632024-10-30T15:12:55.612Z PASS [ 5.707s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
49642024-10-30T15:12:55.830Z PASS [ 8.000s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
49652024-10-30T15:12:57.282Z PASS [ 5.149s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
49662024-10-30T15:12:59.035Z PASS [ 5.358s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
49672024-10-30T15:12:59.376Z PASS [ 5.583s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
49682024-10-30T15:12:59.703Z PASS [ 5.864s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
49692024-10-30T15:13:00.008Z PASS [ 8.476s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
49702024-10-30T15:13:00.370Z PASS [ 6.393s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
49712024-10-30T15:13:00.765Z PASS [ 5.154s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
49722024-10-30T15:13:03.081Z PASS [ 7.251s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
49732024-10-30T15:13:04.702Z PASS [ 5.670s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
49742024-10-30T15:13:04.909Z PASS [ 5.203s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
49752024-10-30T15:13:05.750Z PASS [ 5.741s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
49762024-10-30T15:13:05.816Z PASS [ 5.445s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
49772024-10-30T15:13:06.966Z PASS [ 6.199s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
49782024-10-30T15:13:08.574Z PASS [ 5.487s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
49792024-10-30T15:13:10.434Z PASS [ 5.526s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
49802024-10-30T15:13:10.542Z PASS [ 5.839s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
49812024-10-30T15:13:11.616Z PASS [ 5.863s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
49822024-10-30T15:13:12.671Z PASS [ 5.704s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
49832024-10-30T15:13:13.297Z PASS [ 7.480s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
49842024-10-30T15:13:13.337Z PASS [ 0.040s] nexus-db-queries db::datastore::region::test::test_extent_count
49852024-10-30T15:13:13.786Z PASS [ 5.216s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
49862024-10-30T15:13:14.185Z PASS [ 16.900s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
49872024-10-30T15:13:15.917Z PASS [ 5.482s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
49882024-10-30T15:13:16.824Z PASS [ 6.282s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
49892024-10-30T15:13:17.976Z PASS [ 6.360s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
49902024-10-30T15:13:18.161Z PASS [ 5.489s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
49912024-10-30T15:13:18.306Z PASS [ 4.968s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
49922024-10-30T15:13:18.819Z PASS [ 5.033s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
49932024-10-30T15:13:19.433Z PASS [ 5.247s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
49942024-10-30T15:13:21.507Z PASS [ 5.589s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
49952024-10-30T15:13:21.968Z PASS [ 5.142s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
49962024-10-30T15:13:23.327Z PASS [ 5.020s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
49972024-10-30T15:13:23.403Z PASS [ 5.427s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
49982024-10-30T15:13:23.449Z PASS [ 5.287s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
49992024-10-30T15:13:23.621Z PASS [ 4.800s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
50002024-10-30T15:13:24.977Z PASS [ 5.544s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
50012024-10-30T15:13:27.392Z PASS [ 5.881s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
50022024-10-30T15:13:28.091Z PASS [ 6.123s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
50032024-10-30T15:13:28.611Z PASS [ 5.277s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
50042024-10-30T15:13:28.827Z PASS [ 29.447s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
50052024-10-30T15:13:28.837Z PASS [ 5.387s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
50062024-10-30T15:13:28.914Z PASS [ 5.498s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
50072024-10-30T15:13:28.976Z PASS [ 5.355s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
50082024-10-30T15:13:31.670Z PASS [ 6.692s] nexus-db-queries db::datastore::sled::test::sled_list_batch
50092024-10-30T15:13:33.929Z PASS [ 6.538s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
50102024-10-30T15:13:34.192Z PASS [ 6.101s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
50112024-10-30T15:13:34.573Z PASS [ 5.670s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
50122024-10-30T15:13:34.678Z PASS [ 5.702s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
50132024-10-30T15:13:34.714Z PASS [ 5.876s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
50142024-10-30T15:13:34.948Z PASS [ 6.120s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
50152024-10-30T15:13:38.290Z PASS [ 6.620s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
50162024-10-30T15:13:39.499Z PASS [ 4.818s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
50172024-10-30T15:13:39.595Z PASS [ 5.661s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
50182024-10-30T15:13:39.607Z PASS [ 5.033s] nexus-db-queries db::datastore::test::test_project_creation
50192024-10-30T15:13:39.710Z PASS [ 5.517s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
50202024-10-30T15:13:39.726Z PASS [ 11.121s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
50212024-10-30T15:13:40.108Z PASS [ 5.394s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
50222024-10-30T15:13:44.365Z PASS [ 6.073s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
50232024-10-30T15:13:45.658Z PASS [ 6.067s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
50242024-10-30T15:13:46.137Z PASS [ 6.638s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
50252024-10-30T15:13:47.545Z PASS [ 12.594s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
50262024-10-30T15:13:49.419Z PASS [ 5.053s] nexus-db-queries db::datastore::test::test_session_methods
50272024-10-30T15:13:50.713Z PASS [ 11.000s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
50282024-10-30T15:13:50.837Z PASS [ 5.178s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
50292024-10-30T15:13:50.936Z PASS [ 4.799s] nexus-db-queries db::datastore::test::test_ssh_keys
50302024-10-30T15:13:52.232Z PASS [ 12.122s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
50312024-10-30T15:13:52.294Z PASS [ 12.685s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
50322024-10-30T15:13:52.601Z PASS [ 12.869s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
50332024-10-30T15:13:52.669Z PASS [ 5.118s] nexus-db-queries db::datastore::test::test_table_scan
50342024-10-30T15:13:52.719Z PASS [ 0.048s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
50352024-10-30T15:13:52.822Z PASS [ 0.099s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
50362024-10-30T15:13:55.137Z PASS [ 5.717s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
50372024-10-30T15:13:56.448Z PASS [ 5.734s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
50382024-10-30T15:13:56.575Z PASS [ 5.638s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
50392024-10-30T15:13:56.589Z PASS [ 5.750s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
50402024-10-30T15:13:57.582Z PASS [ 5.287s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
50412024-10-30T15:13:57.835Z PASS [ 5.601s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
50422024-10-30T15:13:57.988Z PASS [ 5.391s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
50432024-10-30T15:13:58.104Z PASS [ 5.293s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
50442024-10-30T15:14:00.231Z PASS [ 2.127s] nexus-db-queries db::explain::test::test_explain_async
50452024-10-30T15:14:00.612Z PASS [ 5.474s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
50462024-10-30T15:14:01.852Z PASS [ 5.403s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
50472024-10-30T15:14:02.305Z PASS [ 5.728s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
50482024-10-30T15:14:02.489Z PASS [ 5.874s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
50492024-10-30T15:14:02.604Z PASS [ 2.353s] nexus-db-queries db::explain::test::test_explain_full_table_scan
50502024-10-30T15:14:04.367Z PASS [ 6.530s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
50512024-10-30T15:14:05.118Z PASS [ 7.536s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
50522024-10-30T15:14:05.158Z PASS [ 0.040s] nexus-db-queries db::pagination::test::test_paginator
50532024-10-30T15:14:05.640Z PASS [ 7.650s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
50542024-10-30T15:14:05.706Z PASS [ 5.093s] nexus-db-queries db::lookup::test::test_lookup
50552024-10-30T15:14:05.872Z PASS [ 4.021s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
50562024-10-30T15:14:06.072Z PASS [ 3.768s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
50572024-10-30T15:14:06.253Z PASS [ 3.791s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
50582024-10-30T15:14:06.389Z PASS [ 3.802s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
50592024-10-30T15:14:09.103Z PASS [ 4.735s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
50602024-10-30T15:14:11.362Z PASS [ 6.203s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
50612024-10-30T15:14:11.436Z PASS [ 5.562s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
50622024-10-30T15:14:11.909Z PASS [ 6.196s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
50632024-10-30T15:14:11.909Z PASS [ 6.261s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
50642024-10-30T15:14:11.947Z PASS [ 0.036s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
50652024-10-30T15:14:11.969Z PASS [ 5.895s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
50662024-10-30T15:14:12.135Z PASS [ 5.880s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
50672024-10-30T15:14:12.257Z PASS [ 5.869s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
50682024-10-30T15:14:15.401Z PASS [ 6.292s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
50692024-10-30T15:14:17.144Z PASS [ 5.781s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
50702024-10-30T15:14:17.336Z PASS [ 5.900s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
50712024-10-30T15:14:17.650Z PASS [ 5.700s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
50722024-10-30T15:14:17.947Z PASS [ 5.811s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
50732024-10-30T15:14:17.954Z PASS [ 5.698s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
50742024-10-30T15:14:18.062Z PASS [ 6.093s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
50752024-10-30T15:14:18.686Z PASS [ 6.784s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
50762024-10-30T15:14:21.106Z PASS [ 5.704s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
50772024-10-30T15:14:22.975Z PASS [ 5.638s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
50782024-10-30T15:14:23.136Z PASS [ 5.991s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
50792024-10-30T15:14:23.184Z PASS [ 0.041s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
50802024-10-30T15:14:23.273Z PASS [ 5.623s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
50812024-10-30T15:14:23.473Z PASS [ 5.507s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
50822024-10-30T15:14:23.691Z PASS [ 5.740s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
50832024-10-30T15:14:23.819Z PASS [ 5.750s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
50842024-10-30T15:14:24.485Z PASS [ 5.797s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
50852024-10-30T15:14:24.519Z PASS [ 0.033s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
50862024-10-30T15:14:26.938Z PASS [ 5.837s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
50872024-10-30T15:14:27.313Z PASS [ 0.375s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
50882024-10-30T15:14:27.396Z PASS [ 4.123s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
50892024-10-30T15:14:27.574Z PASS [ 3.759s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
50902024-10-30T15:14:27.637Z PASS [ 3.948s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
50912024-10-30T15:14:27.654Z PASS [ 0.340s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
50922024-10-30T15:14:28.060Z PASS [ 4.595s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
50932024-10-30T15:14:28.359Z PASS [ 0.298s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
50942024-10-30T15:14:28.523Z PASS [ 5.548s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
50952024-10-30T15:14:28.614Z PASS [ 0.257s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
50962024-10-30T15:14:28.694Z PASS [ 4.177s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
50972024-10-30T15:14:28.803Z PASS [ 0.279s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
50982024-10-30T15:14:28.817Z PASS [ 1.175s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
50992024-10-30T15:14:28.903Z PASS [ 0.289s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
51002024-10-30T15:14:29.004Z PASS [ 5.806s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
51012024-10-30T15:14:29.162Z PASS [ 0.176s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
51022024-10-30T15:14:29.232Z PASS [ 0.069s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
51032024-10-30T15:14:29.271Z PASS [ 1.869s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
51042024-10-30T15:14:29.303Z PASS [ 0.058s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
51052024-10-30T15:14:29.314Z PASS [ 0.044s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
51062024-10-30T15:14:29.329Z PASS [ 0.040s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
51072024-10-30T15:14:30.125Z PASS [ 2.472s] nexus-db-queries db::queries::region_allocation::test::explainable
51082024-10-30T15:14:30.199Z PASS [ 2.629s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
51092024-10-30T15:14:30.950Z PASS [ 2.145s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
51102024-10-30T15:14:30.996Z PASS [ 2.181s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
51112024-10-30T15:14:31.215Z PASS [ 1.904s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
51122024-10-30T15:14:31.325Z PASS [ 2.630s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
51132024-10-30T15:14:31.365Z PASS [ 0.040s] nexus-defaults tests::test_random_vpc_ipv6_prefix
51142024-10-30T15:14:31.420Z PASS [ 2.516s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
51152024-10-30T15:14:31.471Z PASS [ 0.051s] nexus-inventory builder::test::test_empty
51162024-10-30T15:14:31.556Z PASS [ 0.088s] nexus-inventory builder::test::test_problems
51172024-10-30T15:14:31.562Z PASS [ 2.237s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
51182024-10-30T15:14:31.697Z PASS [ 0.330s] nexus-inventory builder::test::test_basic
51192024-10-30T15:14:32.307Z PASS [ 2.182s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
51202024-10-30T15:14:32.586Z PASS [ 0.888s] nexus-inventory collector::test::test_multi_mgs_failure
51212024-10-30T15:14:33.389Z PASS [ 1.081s] nexus-inventory collector::test::test_sled_agent_failure
51222024-10-30T15:14:33.403Z PASS [ 1.845s] nexus-inventory collector::test::test_basic
51232024-10-30T15:14:33.476Z PASS [ 1.906s] nexus-inventory collector::test::test_multi_mgs
51242024-10-30T15:14:33.518Z PASS [ 0.098s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
51252024-10-30T15:14:35.974Z PASS [ 4.759s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
51262024-10-30T15:14:36.040Z PASS [ 0.067s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
51272024-10-30T15:14:36.106Z PASS [ 0.062s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
51282024-10-30T15:14:36.158Z PASS [ 0.052s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
51292024-10-30T15:14:36.221Z PASS [ 0.061s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
51302024-10-30T15:14:36.340Z PASS [ 5.341s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
51312024-10-30T15:14:39.101Z PASS [ 5.710s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
51322024-10-30T15:14:39.121Z PASS [ 6.534s] nexus-metrics-producer-gc tests::test_prune_expired_producers
51332024-10-30T15:14:41.148Z PASS [ 10.945s] nexus-db-queries policy_test::test_conferred_roles
51342024-10-30T15:14:59.940Z PASS [ 23.602s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
51352024-10-30T15:15:01.420Z PASS [ 22.297s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
51362024-10-30T15:15:01.575Z PASS [ 28.095s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
51372024-10-30T15:15:01.708Z PASS [ 0.135s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
51382024-10-30T15:15:01.719Z PASS [ 0.297s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
51392024-10-30T15:15:01.748Z PASS [ 0.039s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
51402024-10-30T15:15:01.787Z PASS [ 0.064s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
51412024-10-30T15:15:01.844Z PASS [ 0.056s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
51422024-10-30T15:15:01.875Z PASS [ 0.078s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_initial
51432024-10-30T15:15:01.885Z PASS [ 0.083s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_nexus_zones_with_same_nic_ip
51442024-10-30T15:15:01.894Z PASS [ 0.035s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_external_ip
51452024-10-30T15:15:01.938Z PASS [ 0.039s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_prune_decommissioned_sleds
51462024-10-30T15:15:01.957Z PASS [ 0.062s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_vnic_mac
51472024-10-30T15:15:01.981Z PASS [ 0.038s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
51482024-10-30T15:15:02.044Z PASS [ 0.062s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
51492024-10-30T15:15:02.046Z PASS [ 0.070s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
51502024-10-30T15:15:02.069Z PASS [ 0.059s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
51512024-10-30T15:15:02.091Z PASS [ 0.037s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
51522024-10-30T15:15:02.113Z PASS [ 0.036s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
51532024-10-30T15:15:02.163Z PASS [ 0.047s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
51542024-10-30T15:15:02.163Z PASS [ 0.051s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
51552024-10-30T15:15:02.287Z PASS [ 0.139s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_available_iterator
51562024-10-30T15:15:02.370Z PASS [ 0.093s] nexus-reconfigurator-planning blueprint_builder::internal_dns::test::test_dns_subnet_allocator
51572024-10-30T15:15:02.462Z PASS [ 0.083s] nexus-reconfigurator-planning blueprint_builder::zones::tests::test_builder_zones
51582024-10-30T15:15:02.507Z PASS [ 0.064s] nexus-reconfigurator-planning example::tests::builder_zone_counts
51592024-10-30T15:15:02.572Z PASS [ 0.043s] nexus-reconfigurator-planning example::tests::instances_on_examples
51602024-10-30T15:15:02.595Z PASS [ 0.037s] nexus-reconfigurator-planning ip_allocator::test::test_basic
51612024-10-30T15:15:02.767Z PASS [ 0.182s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
51622024-10-30T15:15:02.822Z PASS [ 0.054s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
51632024-10-30T15:15:02.862Z PASS [ 0.041s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
51642024-10-30T15:15:02.920Z PASS [ 0.056s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
51652024-10-30T15:15:02.965Z PASS [ 0.045s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
51662024-10-30T15:15:03.107Z PASS [ 0.118s] nexus-reconfigurator-planning planner::test::test_crucible_pantry
51672024-10-30T15:15:03.155Z PASS [ 0.059s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
51682024-10-30T15:15:03.256Z PASS [ 0.113s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
51692024-10-30T15:15:03.319Z PASS [ 0.051s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
51702024-10-30T15:15:03.398Z PASS [ 0.073s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
51712024-10-30T15:15:03.450Z PASS [ 0.069s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed
51722024-10-30T15:15:03.513Z PASS [ 0.057s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
51732024-10-30T15:15:03.581Z PASS [ 0.078s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
51742024-10-30T15:15:03.634Z PASS [ 0.053s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
51752024-10-30T15:15:03.685Z PASS [ 0.048s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
51762024-10-30T15:15:03.746Z PASS [ 0.060s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
51772024-10-30T15:15:03.808Z PASS [ 0.057s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
51782024-10-30T15:15:03.858Z PASS [ 0.057s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
51792024-10-30T15:15:04.039Z PASS [ 0.174s] nexus-saga-recovery recovery::test::test_execution_basic
51802024-10-30T15:15:04.072Z PASS [ 0.039s] nexus-saga-recovery recovery::test::test_plan_basic
51812024-10-30T15:15:04.118Z PASS [ 0.044s] nexus-saga-recovery recovery::test::test_read_all_from_channel
51822024-10-30T15:15:04.189Z PASS [ 0.044s] nexus-saga-recovery test::test_basic
51832024-10-30T15:15:04.243Z PASS [ 25.139s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks
51842024-10-30T15:15:04.258Z PASS [ 0.098s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
51852024-10-30T15:15:04.307Z PASS [ 0.042s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
51862024-10-30T15:15:04.336Z PASS [ 0.067s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
51872024-10-30T15:15:04.360Z PASS [ 0.061s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
51882024-10-30T15:15:04.382Z PASS [ 0.047s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
51892024-10-30T15:15:04.382Z PASS [ 23.219s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
51902024-10-30T15:15:04.397Z PASS [ 0.046s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
51912024-10-30T15:15:04.442Z PASS [ 0.036s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
51922024-10-30T15:15:04.442Z PASS [ 0.053s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
51932024-10-30T15:15:05.395Z PASS [ 31.890s] nexus-reconfigurator-execution datasets::tests::test_ensure_dataset_records_exist
51942024-10-30T15:15:05.420Z PASS [ 0.025s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups
51952024-10-30T15:15:05.447Z PASS [ 0.027s] nexus-types deployment::tri_map::tests::test_permutation_eq_examples
51962024-10-30T15:15:05.494Z PASS [ 0.044s] nexus-types external_api::shared::test::test_policy_parsing
51972024-10-30T15:15:05.646Z PASS [ 0.152s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
51982024-10-30T15:15:05.705Z PASS [ 0.061s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
51992024-10-30T15:15:05.764Z PASS [ 0.058s] omicron-certificates tests::test_cert_extended_key_usage
52002024-10-30T15:15:05.819Z PASS [ 0.056s] omicron-certificates tests::test_common_name_is_validated
52012024-10-30T15:15:05.901Z PASS [ 0.059s] omicron-certificates tests::test_subject_alternate_names_are_validated
52022024-10-30T15:15:07.372Z PASS [ 5.217s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_external_ip_allocator
52032024-10-30T15:15:08.482Z PASS [ 4.073s] nexus-types deployment::tri_map::tests::proptest_permutation_eq
52042024-10-30T15:15:08.905Z PASS [ 3.026s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
52052024-10-30T15:15:10.580Z PASS [ 3.200s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
52062024-10-30T15:15:10.654Z PASS [ 6.216s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip
52072024-10-30T15:15:11.347Z PASS [ 2.865s] omicron-clickhouse-admin::integration_test test_lgif_parsing
52082024-10-30T15:15:11.355Z PASS [ 2.450s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
52092024-10-30T15:15:11.404Z PASS [ 0.049s] omicron-common address::test::test_dns_subnets
52102024-10-30T15:15:11.430Z PASS [ 0.025s] omicron-common address::test::test_ip_range_checks_non_decreasing
52112024-10-30T15:15:11.478Z PASS [ 0.048s] omicron-common address::test::test_ip_range_enum_deserialization
52122024-10-30T15:15:11.505Z PASS [ 0.026s] omicron-common address::test::test_ip_range_iter
52132024-10-30T15:15:11.530Z PASS [ 0.027s] omicron-common address::test::test_ip_range_length
52142024-10-30T15:15:11.564Z PASS [ 0.027s] omicron-common address::test::test_ip_range_try_from
52152024-10-30T15:15:11.600Z PASS [ 0.042s] omicron-common address::test::test_ipv6_subnet_deserialize
52162024-10-30T15:15:11.652Z PASS [ 0.028s] omicron-common address::test::test_sled_address
52172024-10-30T15:15:11.708Z PASS [ 0.041s] omicron-common api::external::error::test::test_bail_unless
52182024-10-30T15:15:11.729Z PASS [ 0.054s] omicron-common api::external::error::test::test_context
52192024-10-30T15:15:11.906Z PASS [ 0.181s] omicron-common api::external::http_pagination::test::test_pagination_examples
52202024-10-30T15:15:11.973Z PASS [ 0.069s] omicron-common api::external::http_pagination::test::test_pagination_schemas
52212024-10-30T15:15:12.020Z PASS [ 0.047s] omicron-common api::external::http_pagination::test::test_scan_by_id
52222024-10-30T15:15:12.047Z PASS [ 0.029s] omicron-common api::external::http_pagination::test::test_scan_by_name
52232024-10-30T15:15:12.074Z PASS [ 0.027s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
52242024-10-30T15:15:12.102Z PASS [ 0.028s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
52252024-10-30T15:15:12.143Z PASS [ 0.030s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
52262024-10-30T15:15:12.181Z PASS [ 0.044s] omicron-common api::external::test::test_bytecount
52272024-10-30T15:15:12.233Z PASS [ 0.052s] omicron-common api::external::test::test_bytecount_display
52282024-10-30T15:15:12.291Z PASS [ 0.061s] omicron-common api::external::test::test_digest
52292024-10-30T15:15:12.322Z PASS [ 0.033s] omicron-common api::external::test::test_firewall_deserialization
52302024-10-30T15:15:12.411Z PASS [ 0.089s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
52312024-10-30T15:15:12.450Z PASS [ 0.039s] omicron-common api::external::test::test_firewall_rule_target_parse
52322024-10-30T15:15:12.516Z PASS [ 0.065s] omicron-common api::external::test::test_hostname_from_str
52332024-10-30T15:15:12.557Z PASS [ 0.040s] omicron-common api::external::test::test_ip_port_range_from_str
52342024-10-30T15:15:12.647Z PASS [ 0.047s] omicron-common api::external::test::test_ip_port_range_into_str
52352024-10-30T15:15:12.650Z PASS [ 0.033s] omicron-common api::external::test::test_ipv6_net_operations
52362024-10-30T15:15:12.682Z PASS [ 0.032s] omicron-common api::external::test::test_mac_system_iterator
52372024-10-30T15:15:12.735Z PASS [ 0.046s] omicron-common api::external::test::test_mac_to_int_conversions
52382024-10-30T15:15:12.785Z PASS [ 0.055s] omicron-common api::external::test::test_macaddr
52392024-10-30T15:15:12.822Z PASS [ 0.047s] omicron-common api::external::test::test_name_parse
52402024-10-30T15:15:12.911Z PASS [ 0.027s] omicron-common api::external::test::test_name_parse_from_param
52412024-10-30T15:15:12.950Z PASS [ 0.095s] omicron-common api::external::test::test_resource_name_parse
52422024-10-30T15:15:12.998Z PASS [ 0.042s] omicron-common api::external::test::test_role_name_parse
52432024-10-30T15:15:13.074Z PASS [ 0.062s] omicron-common api::external::test::test_route_destination_parse
52442024-10-30T15:15:13.135Z PASS [ 0.078s] omicron-common api::external::test::test_route_target_parse
52452024-10-30T15:15:13.212Z PASS [ 0.057s] omicron-common api::external::test::test_semver_serialize
52462024-10-30T15:15:13.285Z PASS [ 0.070s] omicron-common api::external::test::test_semver_validation
52472024-10-30T15:15:13.329Z PASS [ 0.059s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
52482024-10-30T15:15:13.392Z PASS [ 0.049s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
52492024-10-30T15:15:13.401Z PASS [ 0.046s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
52502024-10-30T15:15:13.454Z PASS [ 0.035s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
52512024-10-30T15:15:13.511Z PASS [ 0.068s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
52522024-10-30T15:15:13.635Z PASS [ 0.111s] omicron-common ledger::test::test_commit_handles_write_failures
52532024-10-30T15:15:13.649Z PASS [ 2.298s] omicron-cockroach-admin context::tests::test_node_id
52542024-10-30T15:15:13.652Z PASS [ 0.044s] omicron-common ledger::test::test_create_default_ledger
52552024-10-30T15:15:13.850Z PASS [ 3.021s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
52562024-10-30T15:15:13.850Z PASS [ 0.042s] omicron-common ledger::test::test_create_ledger_reads_from_storage
52572024-10-30T15:15:13.850Z PASS [ 0.044s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
52582024-10-30T15:15:13.853Z PASS [ 0.039s] omicron-common update::tests::serde_artifact_kind
52592024-10-30T15:15:13.853Z PASS [ 0.060s] omicron-common zpool_name::test::test_parse_bad_zpool_names
52602024-10-30T15:15:13.853Z PASS [ 0.085s] omicron-common zpool_name::test::test_parse_external_zpool_name
52612024-10-30T15:15:13.853Z PASS [ 0.063s] omicron-common zpool_name::test::test_parse_internal_zpool_name
52622024-10-30T15:15:13.853Z PASS [ 0.046s] omicron-common zpool_name::test::test_parse_zpool_name_json
52632024-10-30T15:15:13.853Z PASS [ 3.259s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
52642024-10-30T15:15:13.853Z PASS [ 0.034s] omicron-common zpool_name::test::test_zpool_name_regex
52652024-10-30T15:15:14.018Z PASS [ 0.160s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
52662024-10-30T15:15:14.018Z PASS [ 0.166s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
52672024-10-30T15:15:14.081Z PASS [ 0.090s] omicron-gateway management_switch::location_map::tests::test_resolve_location
52682024-10-30T15:15:14.081Z PASS [ 0.215s] omicron-gateway management_switch::location_map::tests::test_config_validation
52692024-10-30T15:15:14.287Z PASS [ 0.212s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
52702024-10-30T15:15:14.686Z PASS [ 0.689s] omicron-gateway::test_all integration_tests::component_list::component_list
52712024-10-30T15:15:14.730Z PASS [ 0.447s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
52722024-10-30T15:15:14.817Z PASS [ 38.596s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
52732024-10-30T15:15:14.824Z PASS [ 0.747s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
52742024-10-30T15:15:14.875Z PASS [ 0.188s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
52752024-10-30T15:15:17.023Z PASS [ 17.075s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
52762024-10-30T15:15:17.290Z PASS [ 12.897s] nexus-types deployment::tri_map::tests::proptest_ops
52772024-10-30T15:15:30.959Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
52782024-10-30T15:15:31.852Z PASS [ 18.016s] omicron-dev::test-omicron-dev test_run_all
52792024-10-30T15:15:35.972Z PASS [ 21.143s] omicron-nexus app::background::driver::test::test_driver_basic
52802024-10-30T15:15:36.653Z PASS [ 21.922s] omicron-ls-apis::test_dependencies test_api_dependencies
52812024-10-30T15:15:38.448Z PASS [ 23.570s] omicron-nexus app::background::init::test::test_dns_propagation_basic
52822024-10-30T15:15:39.343Z PASS [ 24.519s] omicron-nexus app::background::driver::test::test_activation_in_progress
52832024-10-30T15:15:45.055Z PASS [ 6.606s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
52842024-10-30T15:15:45.605Z PASS [ 74.608s] nexus-db-queries policy_test::test_iam_roles_behavior
52852024-10-30T15:15:45.638Z PASS [ 0.069s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
52862024-10-30T15:15:46.040Z PASS [ 6.699s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
52872024-10-30T15:15:47.031Z PASS [ 29.737s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
52882024-10-30T15:15:49.083Z PASS [ 32.059s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_already_deleted
52892024-10-30T15:15:51.276Z PASS [ 6.219s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
52902024-10-30T15:15:58.024Z PASS [ 21.366s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
52912024-10-30T15:16:00.814Z PASS [ 24.838s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones
52922024-10-30T15:16:01.946Z PASS [ 30.091s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
52932024-10-30T15:16:03.976Z PASS [ 18.338s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
52942024-10-30T15:16:05.545Z PASS [ 19.500s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
52952024-10-30T15:16:05.860Z PASS [ 18.824s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
52962024-10-30T15:16:09.940Z PASS [ 20.854s] omicron-nexus app::background::tasks::dns_config::test::test_basic
52972024-10-30T15:16:11.353Z PASS [ 20.076s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
52982024-10-30T15:16:18.675Z PASS [ 20.633s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
52992024-10-30T15:16:28.000Z PASS [ 18.060s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
53002024-10-30T15:16:28.161Z PASS [ 26.211s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
53012024-10-30T15:16:29.022Z PASS [ 17.667s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
53022024-10-30T15:16:32.565Z PASS [ 27.018s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
53032024-10-30T15:16:35.898Z PASS [ 17.240s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
53042024-10-30T15:16:45.006Z PASS [ 17.003s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
53052024-10-30T15:16:45.147Z PASS [ 39.284s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
53062024-10-30T15:16:45.314Z PASS [ 17.150s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
53072024-10-30T15:16:45.833Z PASS [ 16.808s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
53082024-10-30T15:16:49.667Z PASS [ 17.099s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
53092024-10-30T15:16:50.042Z PASS [ 49.221s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
53102024-10-30T15:16:53.200Z PASS [ 17.300s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
53112024-10-30T15:16:54.335Z PASS [ 4.293s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
53122024-10-30T15:16:57.928Z PASS [ 3.592s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
53132024-10-30T15:16:58.895Z PASS [ 0.967s] omicron-nexus app::external_endpoints::test::test_authority
53142024-10-30T15:16:58.996Z PASS [ 0.101s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
53152024-10-30T15:17:00.055Z PASS [ 1.059s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
53162024-10-30T15:17:00.146Z PASS [ 0.092s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
53172024-10-30T15:17:00.208Z PASS [ 0.061s] omicron-nexus app::external_endpoints::test::test_no_endpoint
53182024-10-30T15:17:00.277Z PASS [ 0.059s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
53192024-10-30T15:17:00.355Z PASS [ 0.077s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
53202024-10-30T15:17:00.426Z PASS [ 0.081s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
53212024-10-30T15:17:00.497Z PASS [ 0.062s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
53222024-10-30T15:17:00.563Z PASS [ 0.076s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
53232024-10-30T15:17:00.620Z PASS [ 0.055s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
53242024-10-30T15:17:03.106Z PASS [ 18.098s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
53252024-10-30T15:17:03.117Z PASS [ 17.966s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
53262024-10-30T15:17:03.986Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
53272024-10-30T15:17:04.138Z PASS [ 18.302s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
53282024-10-30T15:17:08.403Z PASS [ 18.735s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
53292024-10-30T15:17:12.705Z PASS [ 27.387s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
53302024-10-30T15:17:15.388Z PASS [ 22.184s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
53312024-10-30T15:17:30.023Z PASS [ 29.399s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
53322024-10-30T15:17:30.401Z PASS [ 26.259s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
53332024-10-30T15:17:30.738Z PASS [ 27.618s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
53342024-10-30T15:17:30.851Z PASS [ 86.863s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
53352024-10-30T15:17:31.880Z PASS [ 28.768s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
53362024-10-30T15:17:34.267Z PASS [ 25.861s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
53372024-10-30T15:17:39.546Z PASS [ 26.838s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
53382024-10-30T15:18:00.230Z PASS [ 29.488s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
53392024-10-30T15:18:02.644Z PASS [ 30.762s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
53402024-10-30T15:18:02.854Z PASS [ 32.447s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
53412024-10-30T15:18:02.937Z PASS [ 32.082s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
53422024-10-30T15:18:09.086Z PASS [ 34.814s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
53432024-10-30T15:18:12.679Z PASS [ 33.127s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
53442024-10-30T15:18:15.397Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
53452024-10-30T15:18:30.033Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
53462024-10-30T15:18:30.164Z PASS [ 27.516s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
53472024-10-30T15:18:30.742Z PASS [ 30.503s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
53482024-10-30T15:18:35.957Z PASS [ 33.099s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
53492024-10-30T15:18:36.013Z PASS [ 33.070s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
53502024-10-30T15:18:40.308Z PASS [ 31.217s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
53512024-10-30T15:18:42.705Z PASS [ 30.023s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
53522024-10-30T15:18:58.828Z PASS [ 28.086s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
53532024-10-30T15:19:01.832Z PASS [ 25.816s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
53542024-10-30T15:19:05.684Z PASS [ 25.373s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
53552024-10-30T15:19:07.493Z PASS [ 24.784s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
53562024-10-30T15:19:08.086Z PASS [ 32.125s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
53572024-10-30T15:19:15.406Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
53582024-10-30T15:19:27.436Z PASS [ 25.601s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
53592024-10-30T15:19:30.043Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
53602024-10-30T15:19:30.173Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
53612024-10-30T15:19:30.375Z PASS [ 24.686s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
53622024-10-30T15:19:36.305Z PASS [ 28.808s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
53632024-10-30T15:19:41.402Z PASS [ 71.227s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
53642024-10-30T15:19:56.115Z PASS [ 28.674s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
53652024-10-30T15:19:58.838Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
53662024-10-30T15:19:59.655Z PASS [ 29.277s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
53672024-10-30T15:20:08.094Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
53682024-10-30T15:20:10.321Z PASS [ 28.915s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
53692024-10-30T15:20:15.415Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
53702024-10-30T15:20:26.235Z PASS [ 30.117s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
53712024-10-30T15:20:30.053Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
53722024-10-30T15:20:36.315Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
53732024-10-30T15:20:38.337Z PASS [ 28.012s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
53742024-10-30T15:20:46.553Z PASS [ 107.710s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
53752024-10-30T15:20:55.021Z PASS [ 28.781s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
53762024-10-30T15:20:59.664Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
53772024-10-30T15:21:08.103Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
53782024-10-30T15:21:13.500Z PASS [ 26.944s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
53792024-10-30T15:21:15.425Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
53802024-10-30T15:21:19.816Z PASS [ 131.713s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
53812024-10-30T15:21:23.497Z PASS [ 28.462s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
53822024-10-30T15:21:30.061Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
53832024-10-30T15:21:30.556Z PASS [ 114.236s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
53842024-10-30T15:21:38.345Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
53852024-10-30T15:21:47.991Z PASS [ 28.171s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
53862024-10-30T15:21:52.091Z PASS [ 28.601s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
53872024-10-30T15:21:52.429Z PASS [ 74.083s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
53882024-10-30T15:21:59.673Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
53892024-10-30T15:22:13.509Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
53902024-10-30T15:22:14.921Z PASS [ 26.927s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
53912024-10-30T15:22:15.434Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
53922024-10-30T15:22:20.532Z PASS [ 28.438s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
53932024-10-30T15:22:30.070Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
53942024-10-30T15:22:30.564Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
53952024-10-30T15:22:41.518Z PASS [ 70.952s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
53962024-10-30T15:22:43.654Z PASS [ 28.730s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
53972024-10-30T15:22:44.941Z PASS [ 165.262s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
53982024-10-30T15:22:52.439Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
53992024-10-30T15:23:09.268Z PASS [ 27.745s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
54002024-10-30T15:23:11.156Z PASS [ 27.497s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
54012024-10-30T15:23:13.518Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
54022024-10-30T15:23:15.443Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54032024-10-30T15:23:20.005Z PASS [ 126.487s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
54042024-10-30T15:23:20.541Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
54052024-10-30T15:23:24.566Z PASS [ 39.620s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
54062024-10-30T15:23:30.080Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54072024-10-30T15:23:35.449Z PASS [ 26.178s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
54082024-10-30T15:23:39.223Z PASS [ 19.216s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
54092024-10-30T15:23:41.016Z PASS [ 29.856s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
54102024-10-30T15:23:42.418Z PASS [ 17.850s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
54112024-10-30T15:23:44.920Z PASS [ 112.476s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
54122024-10-30T15:23:58.260Z PASS [ 17.242s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
54132024-10-30T15:24:02.626Z PASS [ 17.702s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
54142024-10-30T15:24:03.572Z PASS [ 24.345s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
54152024-10-30T15:24:03.965Z PASS [ 28.511s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
54162024-10-30T15:24:07.679Z PASS [ 25.256s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
54172024-10-30T15:24:15.453Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54182024-10-30T15:24:15.786Z PASS [ 115.239s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
54192024-10-30T15:24:22.447Z PASS [ 18.480s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
54202024-10-30T15:24:22.502Z PASS [ 0.056s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
54212024-10-30T15:24:29.795Z PASS [ 31.530s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
54222024-10-30T15:24:30.090Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54232024-10-30T15:24:30.440Z PASS [ 27.812s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
54242024-10-30T15:24:31.384Z PASS [ 27.806s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
54252024-10-30T15:24:48.247Z PASS [ 25.739s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
54262024-10-30T15:24:48.382Z PASS [ 16.997s] omicron-nexus app::sagas::test_saga::test_saga_stuck
54272024-10-30T15:25:03.319Z PASS [ 32.874s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
54282024-10-30T15:25:03.537Z PASS [ 33.737s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
54292024-10-30T15:25:03.591Z PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_accept_gz
54302024-10-30T15:25:03.648Z PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
54312024-10-30T15:25:03.701Z PASS [ 0.053s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
54322024-10-30T15:25:03.755Z PASS [ 0.053s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
54332024-10-30T15:25:03.812Z PASS [ 0.054s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
54342024-10-30T15:25:03.881Z PASS [ 0.070s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
54352024-10-30T15:25:03.954Z PASS [ 0.075s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
54362024-10-30T15:25:04.015Z PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_relative_uri
54372024-10-30T15:25:07.688Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
54382024-10-30T15:25:07.908Z PASS [ 19.525s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
54392024-10-30T15:25:08.567Z PASS [ 5.249s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
54402024-10-30T15:25:14.409Z PASS [ 26.159s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
54412024-10-30T15:25:15.462Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54422024-10-30T15:25:15.796Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
54432024-10-30T15:25:29.727Z PASS [ 21.156s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
54442024-10-30T15:25:30.099Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54452024-10-30T15:25:30.422Z PASS [ 22.510s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
54462024-10-30T15:25:33.575Z PASS [ 3.152s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
54472024-10-30T15:25:33.684Z PASS [ 3.956s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
54482024-10-30T15:25:34.183Z PASS [ 0.607s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
54492024-10-30T15:25:34.388Z PASS [ 78.587s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
54502024-10-30T15:25:35.303Z PASS [ 20.893s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
54512024-10-30T15:25:47.540Z PASS [ 43.520s] omicron-nexus populate::test::test_populators
54522024-10-30T15:25:52.503Z PASS [ 18.318s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
54532024-10-30T15:25:52.889Z PASS [ 19.202s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
54542024-10-30T15:25:52.937Z PASS [ 18.550s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
54552024-10-30T15:25:54.748Z PASS [ 19.441s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
54562024-10-30T15:26:06.606Z PASS [ 19.062s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
54572024-10-30T15:26:07.697Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
54582024-10-30T15:26:10.430Z PASS [ 17.926s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
54592024-10-30T15:26:10.731Z PASS [ 17.840s] omicron-nexus::test_all integration_tests::basic::test_ping
54602024-10-30T15:26:15.470Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54612024-10-30T15:26:17.088Z PASS [ 24.147s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
54622024-10-30T15:26:23.859Z PASS [ 548.395s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54632024-10-30T15:26:24.467Z PASS [ 29.716s] omicron-nexus::test_all integration_tests::basic::test_projects_list
54642024-10-30T15:26:25.222Z PASS [ 18.614s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
54652024-10-30T15:26:28.481Z PASS [ 17.738s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
54662024-10-30T15:26:28.482Z PASS [ 18.039s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
54672024-10-30T15:26:30.108Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54682024-10-30T15:26:33.823Z PASS [ 5.340s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
54692024-10-30T15:26:34.621Z PASS [ 0.799s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
54702024-10-30T15:26:34.746Z PASS [ 17.656s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
54712024-10-30T15:26:34.755Z PASS [ 0.135s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
54722024-10-30T15:26:41.770Z PASS [ 17.910s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
54732024-10-30T15:26:43.770Z PASS [ 18.545s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
54742024-10-30T15:26:44.441Z PASS [ 19.970s] omicron-nexus::test_all integration_tests::certificates::test_crud
54752024-10-30T15:26:52.722Z PASS [ 17.963s] omicron-nexus::test_all integration_tests::console_api::test_assets
54762024-10-30T15:26:53.310Z PASS [ 18.559s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
54772024-10-30T15:26:53.456Z PASS [ 24.980s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
54782024-10-30T15:26:59.659Z PASS [ 17.887s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
54792024-10-30T15:27:03.416Z PASS [ 573.316s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54802024-10-30T15:27:05.702Z PASS [ 21.929s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
54812024-10-30T15:27:07.706Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
54822024-10-30T15:27:08.089Z PASS [ 23.645s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
54832024-10-30T15:27:11.213Z PASS [ 18.489s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
54842024-10-30T15:27:11.359Z PASS [ 17.900s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
54852024-10-30T15:27:11.502Z PASS [ 18.192s] omicron-nexus::test_all integration_tests::console_api::test_session_me
54862024-10-30T15:27:22.949Z PASS [ 19.530s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
54872024-10-30T15:27:24.738Z PASS [ 25.068s] omicron-nexus::test_all integration_tests::console_api::test_sessions
54882024-10-30T15:27:39.018Z PASS [ 27.513s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
54892024-10-30T15:27:40.310Z PASS [ 32.217s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
54902024-10-30T15:27:40.386Z PASS [ 17.434s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
54912024-10-30T15:27:41.562Z PASS [ 35.855s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
54922024-10-30T15:27:41.681Z PASS [ 16.947s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
54932024-10-30T15:27:45.097Z PASS [ 33.879s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
54942024-10-30T15:27:45.839Z PASS [ 34.477s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
54952024-10-30T15:28:07.399Z PASS [ 25.716s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
54962024-10-30T15:28:07.468Z PASS [ 28.444s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
54972024-10-30T15:28:07.715Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
54982024-10-30T15:28:07.779Z PASS [ 27.390s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
54992024-10-30T15:28:08.596Z PASS [ 27.030s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
55002024-10-30T15:28:12.498Z PASS [ 26.654s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
55012024-10-30T15:28:12.747Z PASS [ 27.646s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
55022024-10-30T15:28:20.921Z PASS [ 40.604s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
55032024-10-30T15:28:33.630Z PASS [ 20.880s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
55042024-10-30T15:28:35.180Z PASS [ 26.581s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
55052024-10-30T15:28:39.582Z PASS [ 27.081s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
55062024-10-30T15:28:41.855Z PASS [ 20.932s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
55072024-10-30T15:28:43.309Z PASS [ 35.904s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
55082024-10-30T15:28:47.625Z PASS [ 40.152s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
55092024-10-30T15:28:56.756Z PASS [ 21.571s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
55102024-10-30T15:28:59.020Z PASS [ 25.386s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
55112024-10-30T15:29:00.509Z PASS [ 52.722s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
55122024-10-30T15:29:07.724Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
55132024-10-30T15:29:08.738Z PASS [ 29.151s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
55142024-10-30T15:29:10.230Z PASS [ 26.919s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
55152024-10-30T15:29:16.348Z PASS [ 28.720s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
55162024-10-30T15:29:24.788Z PASS [ 42.927s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
55172024-10-30T15:29:26.855Z PASS [ 30.097s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
55182024-10-30T15:29:28.603Z PASS [ 28.090s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
55192024-10-30T15:29:30.961Z PASS [ 31.936s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
55202024-10-30T15:29:36.803Z PASS [ 26.568s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
55212024-10-30T15:29:39.227Z PASS [ 30.486s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
55222024-10-30T15:29:44.349Z PASS [ 27.997s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_after_delete
55232024-10-30T15:29:53.386Z PASS [ 26.525s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
55242024-10-30T15:29:54.007Z PASS [ 25.401s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
55252024-10-30T15:29:54.173Z PASS [ 29.379s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
55262024-10-30T15:29:59.312Z PASS [ 28.348s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
55272024-10-30T15:30:04.715Z PASS [ 27.908s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
55282024-10-30T15:30:07.734Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
55292024-10-30T15:30:12.008Z PASS [ 32.775s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
55302024-10-30T15:30:16.502Z PASS [ 22.327s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
55312024-10-30T15:30:21.135Z PASS [ 36.781s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
55322024-10-30T15:30:27.935Z PASS [ 23.217s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
55332024-10-30T15:30:30.875Z PASS [ 31.556s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
55342024-10-30T15:30:36.943Z PASS [ 20.437s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
55352024-10-30T15:30:39.776Z PASS [ 46.384s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
55362024-10-30T15:30:41.111Z PASS [ 19.975s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
55372024-10-30T15:30:41.545Z PASS [ 0.421s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
55382024-10-30T15:30:42.292Z PASS [ 0.759s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
55392024-10-30T15:30:42.803Z PASS [ 0.511s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
55402024-10-30T15:30:43.189Z PASS [ 0.387s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
55412024-10-30T15:30:44.106Z PASS [ 50.093s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
55422024-10-30T15:30:45.205Z PASS [ 33.194s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
55432024-10-30T15:30:50.563Z PASS [ 22.625s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
55442024-10-30T15:30:55.308Z PASS [ 24.431s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
55452024-10-30T15:31:00.982Z PASS [ 24.037s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
55462024-10-30T15:31:01.801Z PASS [ 22.022s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
55472024-10-30T15:31:07.742Z SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
55482024-10-30T15:31:10.285Z PASS [ 27.093s] omicron-nexus::test_all integration_tests::images::test_image_create
55492024-10-30T15:31:13.348Z PASS [ 29.237s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
55502024-10-30T15:31:16.247Z PASS [ 31.037s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
55512024-10-30T15:31:18.047Z PASS [ 27.481s] omicron-nexus::test_all integration_tests::images::test_image_promotion
55522024-10-30T15:31:21.296Z PASS [ 25.986s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
55532024-10-30T15:31:23.366Z PASS [ 5.318s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
55542024-10-30T15:31:24.119Z PASS [ 7.871s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
55552024-10-30T15:31:24.608Z PASS [ 23.623s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
55562024-10-30T15:31:27.221Z PASS [ 13.871s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
55572024-10-30T15:31:27.340Z PASS [ 25.536s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
55582024-10-30T15:31:28.412Z PASS [ 7.115s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
55592024-10-30T15:31:32.843Z PASS [ 22.554s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
55602024-10-30T15:31:52.831Z PASS [ 25.607s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
55612024-10-30T15:31:53.072Z PASS [ 29.700s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
55622024-10-30T15:31:55.045Z PASS [ 30.433s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
55632024-10-30T15:31:57.716Z PASS [ 29.207s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
55642024-10-30T15:31:57.929Z PASS [ 30.582s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
55652024-10-30T15:32:07.752Z SLOW [>480.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
55662024-10-30T15:32:09.814Z PASS [ 45.689s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
55672024-10-30T15:32:14.318Z PASS [ 21.244s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
55682024-10-30T15:32:15.324Z PASS [ 42.475s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
55692024-10-30T15:32:15.960Z PASS [ 20.912s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
55702024-10-30T15:32:27.165Z PASS [ 34.331s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
55712024-10-30T15:32:31.666Z PASS [ 34.033s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
55722024-10-30T15:32:32.241Z PASS [ 22.424s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
55732024-10-30T15:32:42.277Z PASS [ 44.343s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
55742024-10-30T15:32:52.160Z PASS [ 20.495s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
55752024-10-30T15:32:53.635Z PASS [ 26.466s] omicron-nexus::test_all integration_tests::instances::test_instance_access
55762024-10-30T15:32:57.055Z PASS [ 42.730s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
55772024-10-30T15:32:58.801Z PASS [ 42.832s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
55782024-10-30T15:33:05.438Z PASS [ 33.192s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
55792024-10-30T15:33:07.761Z SLOW [>540.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
55802024-10-30T15:33:15.333Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
55812024-10-30T15:33:23.318Z PASS [ 41.036s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
55822024-10-30T15:33:30.804Z PASS [ 33.740s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
55832024-10-30T15:33:30.853Z PASS [ 37.174s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
55842024-10-30T15:33:31.750Z PASS [ 39.586s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
55852024-10-30T15:33:36.395Z PASS [ 37.591s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
55862024-10-30T15:33:46.963Z PASS [ 41.519s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
55872024-10-30T15:33:47.930Z PASS [ 92.594s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
55882024-10-30T15:33:54.151Z PASS [ 586.391s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
55892024-10-30T15:33:56.767Z PASS [ 25.950s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
55902024-10-30T15:33:58.957Z PASS [ 28.155s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
55912024-10-30T15:34:03.777Z PASS [ 32.014s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
55922024-10-30T15:34:07.296Z PASS [ 30.896s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
55932024-10-30T15:34:15.784Z PASS [ 52.458s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
55942024-10-30T15:34:16.366Z PASS [ 29.399s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
55952024-10-30T15:34:19.610Z PASS [ 31.674s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
55962024-10-30T15:34:23.848Z PASS [ 29.695s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
55972024-10-30T15:34:27.529Z PASS [ 30.759s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
55982024-10-30T15:34:39.138Z PASS [ 35.364s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
55992024-10-30T15:34:46.748Z PASS [ 39.448s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
56002024-10-30T15:34:47.313Z PASS [ 48.349s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
56012024-10-30T15:34:49.431Z PASS [ 33.643s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
56022024-10-30T15:34:50.352Z PASS [ 33.983s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
56032024-10-30T15:34:59.181Z PASS [ 20.040s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
56042024-10-30T15:35:00.705Z PASS [ 41.091s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
56052024-10-30T15:35:03.403Z PASS [ 39.550s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
56062024-10-30T15:35:03.600Z PASS [ 36.064s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
56072024-10-30T15:35:06.663Z PASS [ 19.347s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
56082024-10-30T15:35:15.947Z PASS [ 26.512s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
56092024-10-30T15:35:17.055Z PASS [ 26.697s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
56102024-10-30T15:35:19.096Z PASS [ 19.912s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
56112024-10-30T15:35:20.447Z PASS [ 33.695s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
56122024-10-30T15:35:29.775Z PASS [ 29.065s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
56132024-10-30T15:35:30.892Z PASS [ 27.485s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
56142024-10-30T15:35:33.150Z PASS [ 26.472s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
56152024-10-30T15:35:34.754Z PASS [ 17.697s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
56162024-10-30T15:35:39.567Z PASS [ 20.468s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
56172024-10-30T15:35:40.268Z PASS [ 19.817s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
56182024-10-30T15:35:43.606Z PASS [ 40.000s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
56192024-10-30T15:35:47.316Z PASS [ 31.367s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
56202024-10-30T15:35:49.074Z PASS [ 18.179s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
56212024-10-30T15:35:50.240Z PASS [ 20.463s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
56222024-10-30T15:36:04.904Z PASS [ 30.145s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
56232024-10-30T15:36:06.055Z PASS [ 18.735s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
56242024-10-30T15:36:07.005Z PASS [ 27.434s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
56252024-10-30T15:36:07.189Z PASS [ 34.045s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
56262024-10-30T15:36:09.320Z PASS [ 19.078s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
56272024-10-30T15:36:11.259Z PASS [ 22.178s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
56282024-10-30T15:36:13.481Z PASS [ 29.871s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
56292024-10-30T15:36:14.161Z PASS [ 33.889s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
56302024-10-30T15:36:25.849Z PASS [ 19.700s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
56312024-10-30T15:36:25.989Z PASS [ 20.998s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
56322024-10-30T15:36:27.015Z PASS [ 19.821s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
56332024-10-30T15:36:27.117Z PASS [ 20.110s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
56342024-10-30T15:36:30.865Z PASS [ 21.541s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
56352024-10-30T15:36:31.873Z PASS [ 20.604s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
56362024-10-30T15:36:36.676Z PASS [ 23.191s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
56372024-10-30T15:36:36.783Z PASS [ 22.618s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
56382024-10-30T15:36:46.615Z PASS [ 19.599s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
56392024-10-30T15:36:48.123Z PASS [ 22.216s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
56402024-10-30T15:36:49.838Z PASS [ 24.077s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
56412024-10-30T15:36:58.098Z PASS [ 21.313s] omicron-nexus::test_all integration_tests::metrics::test_timeseries_schema_list
56422024-10-30T15:36:58.215Z PASS [ 31.093s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
56432024-10-30T15:37:02.655Z PASS [ 25.975s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
56442024-10-30T15:37:05.909Z PASS [ 19.292s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
56452024-10-30T15:37:11.051Z PASS [ 22.924s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
56462024-10-30T15:37:15.204Z PASS [ 44.333s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
56472024-10-30T15:37:22.998Z PASS [ 33.155s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
56482024-10-30T15:37:23.764Z PASS [ 25.546s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
56492024-10-30T15:37:24.820Z PASS [ 52.950s] omicron-nexus::test_all integration_tests::metrics::test_metrics
56502024-10-30T15:37:28.402Z PASS [ 25.744s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
56512024-10-30T15:37:31.106Z PASS [ 25.193s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
56522024-10-30T15:37:41.895Z PASS [ 43.791s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
56532024-10-30T15:37:47.791Z PASS [ 24.788s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
56542024-10-30T15:37:53.261Z PASS [ 42.196s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
56552024-10-30T15:37:56.628Z PASS [ 31.803s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
56562024-10-30T15:37:58.612Z PASS [ 43.403s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
56572024-10-30T15:38:01.842Z PASS [ 33.435s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
56582024-10-30T15:38:05.889Z PASS [ 34.779s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
56592024-10-30T15:38:07.010Z PASS [ 25.111s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
56602024-10-30T15:38:07.700Z PASS [ 43.930s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
56612024-10-30T15:38:21.143Z PASS [ 22.528s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
56622024-10-30T15:38:21.813Z PASS [ 19.968s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
56632024-10-30T15:38:28.197Z PASS [ 20.493s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
56642024-10-30T15:38:31.220Z PASS [ 25.276s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
56652024-10-30T15:38:31.705Z PASS [ 24.691s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
56662024-10-30T15:38:31.974Z PASS [ 44.177s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
56672024-10-30T15:38:39.935Z PASS [ 46.676s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
56682024-10-30T15:38:48.060Z PASS [ 26.914s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
56692024-10-30T15:38:50.762Z PASS [ 22.547s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
56702024-10-30T15:38:50.832Z PASS [ 29.012s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
56712024-10-30T15:38:52.262Z PASS [ 21.090s] omicron-nexus::test_all integration_tests::projects::test_projects
56722024-10-30T15:38:53.320Z PASS [ 21.614s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
56732024-10-30T15:38:53.724Z PASS [ 57.089s] omicron-nexus::test_all integration_tests::password_login::test_local_users
56742024-10-30T15:38:58.673Z PASS [ 18.735s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
56752024-10-30T15:39:07.706Z PASS [ 19.641s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
56762024-10-30T15:39:11.046Z PASS [ 20.214s] omicron-nexus::test_all integration_tests::rack::test_sled_add
56772024-10-30T15:39:11.343Z PASS [ 20.594s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
56782024-10-30T15:39:11.566Z PASS [ 19.302s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
56792024-10-30T15:39:12.256Z PASS [ 18.933s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
56802024-10-30T15:39:12.679Z PASS [ 0.424s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
56812024-10-30T15:39:13.477Z PASS [ 19.750s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
56822024-10-30T15:39:14.736Z PASS [ 3.393s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
56832024-10-30T15:39:14.886Z PASS [ 16.213s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
56842024-10-30T15:39:15.006Z PASS [ 3.439s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
56852024-10-30T15:39:16.019Z PASS [ 3.338s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
56862024-10-30T15:39:16.819Z PASS [ 3.343s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
56872024-10-30T15:39:20.770Z PASS [ 48.787s] omicron-nexus::test_all integration_tests::quotas::test_quotas
56882024-10-30T15:39:20.923Z PASS [ 0.156s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
56892024-10-30T15:39:21.025Z PASS [ 0.102s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
56902024-10-30T15:39:21.133Z PASS [ 0.107s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
56912024-10-30T15:39:21.323Z PASS [ 0.191s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
56922024-10-30T15:39:21.441Z PASS [ 0.111s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
56932024-10-30T15:39:26.637Z PASS [ 18.928s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
56942024-10-30T15:39:30.381Z PASS [ 19.332s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
56952024-10-30T15:39:36.432Z PASS [ 20.411s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
56962024-10-30T15:39:36.691Z PASS [ 21.801s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
56972024-10-30T15:39:38.035Z PASS [ 23.295s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
56982024-10-30T15:39:39.927Z PASS [ 23.104s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
56992024-10-30T15:39:40.031Z PASS [ 0.101s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
57002024-10-30T15:39:41.469Z PASS [ 20.031s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
57012024-10-30T15:39:46.454Z PASS [ 31.443s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
57022024-10-30T15:39:46.563Z PASS [ 0.108s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
57032024-10-30T15:39:46.661Z PASS [ 0.098s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
57042024-10-30T15:39:47.207Z PASS [ 20.569s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
57052024-10-30T15:39:51.513Z PASS [ 21.129s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
57062024-10-30T15:39:56.257Z PASS [ 19.563s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
57072024-10-30T15:39:56.945Z PASS [ 20.519s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
57082024-10-30T15:39:57.681Z PASS [ 19.653s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
57092024-10-30T15:40:00.364Z PASS [ 20.342s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
57102024-10-30T15:40:00.502Z PASS [ 19.033s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
57112024-10-30T15:40:03.140Z PASS [ 16.487s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
57122024-10-30T15:40:03.595Z PASS [ 16.396s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
57132024-10-30T15:40:03.888Z PASS [ 3.384s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
57142024-10-30T15:40:04.745Z PASS [ 13.240s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
57152024-10-30T15:40:06.585Z PASS [ 2.687s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
57162024-10-30T15:40:06.615Z PASS [ 10.323s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
57172024-10-30T15:40:08.659Z PASS [ 2.087s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
57182024-10-30T15:40:08.691Z PASS [ 2.114s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
57192024-10-30T15:40:10.835Z PASS [ 2.173s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
57202024-10-30T15:40:10.910Z PASS [ 2.217s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
57212024-10-30T15:40:12.198Z PASS [ 1.288s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
57222024-10-30T15:40:45.915Z PASS [ 33.712s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
57232024-10-30T15:40:55.962Z PASS [ 45.123s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
57242024-10-30T15:41:15.736Z PASS [ 29.817s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
57252024-10-30T15:41:26.131Z PASS [ 30.151s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
57262024-10-30T15:41:37.803Z PASS [ 11.681s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
57272024-10-30T15:41:37.901Z PASS [ 11.769s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
57282024-10-30T15:41:38.298Z PASS [ 12.162s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
57292024-10-30T15:41:38.498Z PASS [ 12.370s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
57302024-10-30T15:41:50.279Z PASS [ 12.474s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
57312024-10-30T15:41:50.524Z PASS [ 12.620s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
57322024-10-30T15:41:50.924Z PASS [ 12.624s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
57332024-10-30T15:41:51.092Z PASS [ 12.594s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
57342024-10-30T15:42:01.632Z PASS [ 45.875s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
57352024-10-30T15:42:02.912Z PASS [ 12.386s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
57362024-10-30T15:42:03.014Z PASS [ 12.087s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
57372024-10-30T15:42:03.882Z PASS [ 12.787s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
57382024-10-30T15:42:08.207Z PASS [ 17.924s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
57392024-10-30T15:42:21.491Z PASS [ 19.869s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
57402024-10-30T15:42:22.002Z PASS [ 20.362s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
57412024-10-30T15:42:22.956Z PASS [ 19.940s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
57422024-10-30T15:42:23.238Z PASS [ 21.559s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
57432024-10-30T15:42:24.654Z PASS [ 20.769s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
57442024-10-30T15:42:24.801Z PASS [ 21.885s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
57452024-10-30T15:42:29.811Z PASS [ 21.600s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
57462024-10-30T15:42:30.505Z PASS [ 28.868s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
57472024-10-30T15:42:41.698Z PASS [ 20.196s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
57482024-10-30T15:42:42.414Z PASS [ 20.410s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
57492024-10-30T15:42:46.207Z PASS [ 21.549s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
57502024-10-30T15:42:46.483Z PASS [ 23.523s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
57512024-10-30T15:42:49.697Z PASS [ 19.885s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
57522024-10-30T15:42:50.528Z PASS [ 27.334s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
57532024-10-30T15:42:51.211Z PASS [ 26.407s] omicron-nexus::test_all integration_tests::silos::test_silos
57542024-10-30T15:42:59.452Z PASS [ 28.943s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
57552024-10-30T15:43:01.140Z PASS [ 19.447s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
57562024-10-30T15:43:08.719Z PASS [ 22.509s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
57572024-10-30T15:43:09.631Z PASS [ 27.212s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
57582024-10-30T15:43:10.405Z PASS [ 19.191s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
57592024-10-30T15:43:17.680Z PASS [ 31.192s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
57602024-10-30T15:43:20.131Z PASS [ 20.677s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
57612024-10-30T15:43:21.616Z PASS [ 31.085s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
57622024-10-30T15:43:23.315Z PASS [ 22.170s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
57632024-10-30T15:43:24.907Z PASS [ 35.206s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
57642024-10-30T15:43:27.701Z PASS [ 4.385s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
57652024-10-30T15:43:27.886Z PASS [ 19.163s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
57662024-10-30T15:43:29.051Z PASS [ 1.348s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
57672024-10-30T15:43:29.409Z PASS [ 4.499s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
57682024-10-30T15:43:32.231Z PASS [ 4.346s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
57692024-10-30T15:43:33.413Z PASS [ 4.364s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
57702024-10-30T15:43:34.264Z PASS [ 23.846s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
57712024-10-30T15:43:37.026Z PASS [ 2.770s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
57722024-10-30T15:43:40.435Z PASS [ 30.799s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
57732024-10-30T15:43:47.023Z PASS [ 25.402s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
57742024-10-30T15:43:47.269Z PASS [ 29.586s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
57752024-10-30T15:43:47.426Z PASS [ 27.287s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
57762024-10-30T15:43:48.474Z PASS [ 19.062s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
57772024-10-30T15:43:59.098Z PASS [ 19.573s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
57782024-10-30T15:44:01.141Z PASS [ 20.705s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
57792024-10-30T15:44:02.752Z PASS [ 15.727s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized
57802024-10-30T15:44:06.624Z PASS [ 19.352s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
57812024-10-30T15:44:11.712Z PASS [ 39.474s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
57822024-10-30T15:44:18.299Z PASS [ 29.821s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
57832024-10-30T15:44:20.089Z PASS [ 32.660s] omicron-nexus::test_all integration_tests::utilization::test_utilization
57842024-10-30T15:44:25.896Z PASS [ 24.750s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
57852024-10-30T15:44:26.962Z PASS [ 30.358s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
57862024-10-30T15:44:33.423Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
57872024-10-30T15:44:33.442Z PASS [ 30.686s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
57882024-10-30T15:44:35.903Z PASS [ 29.274s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
57892024-10-30T15:44:42.234Z PASS [ 30.518s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
57902024-10-30T15:44:48.315Z PASS [ 30.010s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
57912024-10-30T15:44:51.146Z PASS [ 31.054s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
57922024-10-30T15:44:56.160Z PASS [ 30.261s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
57932024-10-30T15:44:57.035Z PASS [ 30.069s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
57942024-10-30T15:45:00.859Z PASS [ 27.413s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
57952024-10-30T15:45:01.285Z PASS [ 25.378s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
57962024-10-30T15:45:05.853Z PASS [ 92.425s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
57972024-10-30T15:45:16.312Z PASS [ 34.073s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
57982024-10-30T15:45:20.706Z PASS [ 32.388s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
57992024-10-30T15:45:28.889Z PASS [ 27.600s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
58002024-10-30T15:45:29.256Z PASS [ 38.105s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
58012024-10-30T15:45:33.436Z PASS [ 36.396s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
58022024-10-30T15:45:35.002Z PASS [ 38.836s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
58032024-10-30T15:45:35.337Z PASS [ 29.481s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
58042024-10-30T15:45:37.699Z PASS [ 36.829s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
58052024-10-30T15:45:39.160Z PASS [ 18.451s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
58062024-10-30T15:45:48.320Z PASS [ 19.428s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
58072024-10-30T15:45:48.383Z PASS [ 32.066s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
58082024-10-30T15:45:48.757Z PASS [ 19.499s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
58092024-10-30T15:45:52.654Z PASS [ 19.216s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
58102024-10-30T15:45:53.695Z PASS [ 18.691s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
58112024-10-30T15:45:53.842Z PASS [ 18.503s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
58122024-10-30T15:45:57.271Z PASS [ 19.575s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
58132024-10-30T15:45:58.217Z PASS [ 19.054s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
58142024-10-30T15:46:08.396Z PASS [ 20.074s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
58152024-10-30T15:46:08.735Z PASS [ 19.975s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
58162024-10-30T15:46:10.376Z PASS [ 21.991s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
58172024-10-30T15:46:12.204Z PASS [ 18.360s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
58182024-10-30T15:46:12.396Z PASS [ 19.739s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
58192024-10-30T15:46:12.545Z PASS [ 18.846s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
58202024-10-30T15:46:16.534Z PASS [ 18.306s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
58212024-10-30T15:46:17.330Z PASS [ 20.056s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
58222024-10-30T15:46:28.173Z PASS [ 19.775s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
58232024-10-30T15:46:28.737Z PASS [ 19.997s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
58242024-10-30T15:46:30.500Z PASS [ 20.088s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
58252024-10-30T15:46:31.772Z PASS [ 19.564s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
58262024-10-30T15:46:31.983Z PASS [ 19.433s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
58272024-10-30T15:46:32.468Z PASS [ 20.068s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
58282024-10-30T15:46:37.175Z PASS [ 19.842s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
58292024-10-30T15:46:37.689Z PASS [ 21.161s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
58302024-10-30T15:46:48.654Z PASS [ 19.916s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
58312024-10-30T15:46:48.721Z PASS [ 20.543s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
58322024-10-30T15:46:50.335Z PASS [ 19.865s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
58332024-10-30T15:46:52.547Z PASS [ 20.565s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
58342024-10-30T15:46:54.970Z PASS [ 23.194s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
58352024-10-30T15:46:55.851Z PASS [ 23.381s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
58362024-10-30T15:47:03.243Z PASS [ 25.551s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
58372024-10-30T15:47:06.028Z PASS [ 28.848s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
58382024-10-30T15:47:06.137Z PASS [ 0.109s] omicron-package dot::test::test_bad_dependency
58392024-10-30T15:47:06.180Z PASS [ 0.043s] omicron-package dot::test::test_dot_output
58402024-10-30T15:47:10.441Z PASS [ 7.196s] omicron-omdb::test_all_output test_omdb_usage_errors
58412024-10-30T15:47:10.464Z PASS [ 0.023s] omicron-passwords test::test_password_constraints
58422024-10-30T15:47:12.950Z PASS [ 6.771s] omicron-passwords test::test_compatible
58432024-10-30T15:47:13.094Z PASS [ 2.630s] omicron-passwords test::test_reproducible
58442024-10-30T15:47:13.137Z PASS [ 0.043s] omicron-passwords test::test_stable
58452024-10-30T15:47:13.161Z PASS [ 0.024s] omicron-passwords test::test_weak_hashes
58462024-10-30T15:47:13.203Z PASS [ 0.024s] omicron-rpaths internal::tests::test_configure_from_path
58472024-10-30T15:47:13.276Z PASS [ 0.089s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
58482024-10-30T15:47:13.299Z PASS [ 0.024s] omicron-rpaths internal::tests::test_emit_rpath
58492024-10-30T15:47:13.488Z PASS [ 23.150s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
58502024-10-30T15:47:13.626Z PASS [ 0.327s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
58512024-10-30T15:47:13.732Z PASS [ 0.105s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
58522024-10-30T15:47:13.892Z PASS [ 0.160s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
58532024-10-30T15:47:13.989Z PASS [ 0.097s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
58542024-10-30T15:47:14.104Z PASS [ 0.615s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
58552024-10-30T15:47:14.193Z PASS [ 0.090s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
58562024-10-30T15:47:14.297Z PASS [ 0.106s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
58572024-10-30T15:47:14.369Z PASS [ 0.070s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
58582024-10-30T15:47:14.408Z PASS [ 0.039s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
58592024-10-30T15:47:14.451Z PASS [ 0.043s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
58602024-10-30T15:47:14.485Z PASS [ 0.035s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
58612024-10-30T15:47:14.538Z PASS [ 0.049s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
58622024-10-30T15:47:14.551Z PASS [ 0.562s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
58632024-10-30T15:47:14.566Z PASS [ 0.031s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
58642024-10-30T15:47:14.576Z PASS [ 22.026s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
58652024-10-30T15:47:14.587Z PASS [ 0.035s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
58662024-10-30T15:47:14.632Z PASS [ 0.067s] omicron-sled-agent config::test::test_smf_configs
58672024-10-30T15:47:14.642Z PASS [ 0.056s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
58682024-10-30T15:47:14.651Z PASS [ 0.075s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
58692024-10-30T15:47:14.668Z PASS [ 0.035s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
58702024-10-30T15:47:14.681Z PASS [ 0.038s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
58712024-10-30T15:47:14.688Z PASS [ 0.040s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
58722024-10-30T15:47:14.708Z PASS [ 0.041s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
58732024-10-30T15:47:15.533Z PASS [ 26.809s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
58742024-10-30T15:47:18.501Z PASS [ 3.821s] omicron-sled-agent instance::tests::test_instance_create_events_normal
58752024-10-30T15:47:18.578Z PASS [ 3.046s] omicron-sled-agent instance::tests::test_instance_manager_creation
58762024-10-30T15:47:18.613Z PASS [ 0.034s] omicron-sled-agent probe_manager::test::probe_state_set_ops
58772024-10-30T15:47:18.650Z PASS [ 0.036s] omicron-sled-agent profile::tests::empty_profile
58782024-10-30T15:47:18.684Z PASS [ 0.035s] omicron-sled-agent profile::tests::test_disabled_instance
58792024-10-30T15:47:18.721Z PASS [ 0.036s] omicron-sled-agent profile::tests::test_instance
58802024-10-30T15:47:18.755Z PASS [ 0.035s] omicron-sled-agent profile::tests::test_multiple
58812024-10-30T15:47:18.791Z PASS [ 0.035s] omicron-sled-agent profile::tests::test_property
58822024-10-30T15:47:18.831Z PASS [ 0.041s] omicron-sled-agent profile::tests::test_property_group
58832024-10-30T15:47:18.866Z PASS [ 0.034s] omicron-sled-agent profile::tests::test_service
58842024-10-30T15:47:18.903Z PASS [ 0.037s] omicron-sled-agent profile::tests::test_service_property_group
58852024-10-30T15:47:18.938Z PASS [ 0.035s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
58862024-10-30T15:47:18.972Z PASS [ 0.035s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
58872024-10-30T15:47:19.016Z PASS [ 0.044s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
58882024-10-30T15:47:19.071Z PASS [ 0.054s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v4_schema
58892024-10-30T15:47:19.118Z PASS [ 0.046s] omicron-sled-agent rack_setup::plan::sled::tests::test_read_known_rss_sled_plans
58902024-10-30T15:47:19.170Z PASS [ 0.051s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
58912024-10-30T15:47:19.227Z PASS [ 0.058s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
58922024-10-30T15:47:19.376Z PASS [ 24.404s] omicron-omdb::test_all_output test_omdb_env_settings
58932024-10-30T15:47:19.458Z PASS [ 4.749s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
58942024-10-30T15:47:20.338Z PASS [ 5.645s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
58952024-10-30T15:47:22.242Z PASS [ 3.013s] omicron-sled-agent services::illumos_tests::test_bad_generations
58962024-10-30T15:47:22.336Z PASS [ 2.960s] omicron-sled-agent services::illumos_tests::test_ensure_service
58972024-10-30T15:47:22.381Z PASS [ 2.923s] omicron-sled-agent services::illumos_tests::test_ensure_service_before_timesync
58982024-10-30T15:47:22.416Z PASS [ 0.035s] omicron-sled-agent services::test::test_all_zones_requests_schema
58992024-10-30T15:47:22.450Z PASS [ 0.034s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
59002024-10-30T15:47:22.485Z PASS [ 0.036s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
59012024-10-30T15:47:22.528Z PASS [ 0.041s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
59022024-10-30T15:47:22.567Z PASS [ 0.040s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
59032024-10-30T15:47:22.604Z PASS [ 0.038s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
59042024-10-30T15:47:22.643Z PASS [ 0.039s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
59052024-10-30T15:47:22.681Z PASS [ 0.037s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
59062024-10-30T15:47:22.720Z PASS [ 0.038s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
59072024-10-30T15:47:23.316Z PASS [ 2.977s] omicron-sled-agent services::illumos_tests::test_ensure_service_which_already_exists
59082024-10-30T15:47:23.367Z PASS [ 0.052s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
59092024-10-30T15:47:23.409Z PASS [ 0.042s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
59102024-10-30T15:47:23.452Z PASS [ 0.041s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
59112024-10-30T15:47:23.492Z PASS [ 0.043s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
59122024-10-30T15:47:23.531Z PASS [ 0.039s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
59132024-10-30T15:47:23.566Z PASS [ 0.035s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
59142024-10-30T15:47:23.608Z PASS [ 0.040s] omicron-sled-agent sim::storage::test::snapshot_needs_region
59152024-10-30T15:47:23.646Z PASS [ 0.039s] omicron-sled-agent updates::test::test_query_no_components
59162024-10-30T15:47:23.691Z PASS [ 0.041s] omicron-sled-agent updates::test::test_query_sled_agent_version
59172024-10-30T15:47:23.746Z PASS [ 0.059s] omicron-sled-agent updates::test::test_query_zone_version
59182024-10-30T15:47:23.924Z PASS [ 0.178s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
59192024-10-30T15:47:23.963Z PASS [ 0.039s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
59202024-10-30T15:47:24.567Z PASS [ 11.617s] omicron-passwords test::test_smoke
59212024-10-30T15:47:24.708Z PASS [ 2.470s] omicron-sled-agent services::illumos_tests::test_services_are_recreated_on_reboot
59222024-10-30T15:47:24.743Z PASS [ 0.034s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
59232024-10-30T15:47:24.810Z PASS [ 2.476s] omicron-sled-agent services::illumos_tests::test_services_do_not_persist_without_config
59242024-10-30T15:47:25.477Z PASS [ 36.819s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
59252024-10-30T15:47:25.839Z PASS [ 29.985s] omicron-omdb::test_all_output test_omdb_success_cases
59262024-10-30T15:47:25.893Z PASS [ 0.053s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
59272024-10-30T15:47:25.932Z PASS [ 0.038s] omicron-sled-agent zone_bundle::tests::test_dir_size
59282024-10-30T15:47:25.979Z PASS [ 0.047s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
59292024-10-30T15:47:26.335Z PASS [ 3.619s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
59302024-10-30T15:47:26.485Z PASS [ 0.505s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
59312024-10-30T15:47:26.622Z PASS [ 0.140s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
59322024-10-30T15:47:26.666Z PASS [ 2.705s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
59332024-10-30T15:47:26.678Z PASS [ 0.055s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
59342024-10-30T15:47:26.685Z PASS [ 0.020s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
59352024-10-30T15:47:26.745Z PASS [ 2.178s] omicron-sled-agent zone_bundle::illumos_tests::test_context
59362024-10-30T15:47:26.795Z PASS [ 0.458s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
59372024-10-30T15:47:26.820Z PASS [ 0.027s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
59382024-10-30T15:47:26.846Z PASS [ 0.025s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
59392024-10-30T15:47:27.161Z PASS [ 2.351s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
59402024-10-30T15:47:27.226Z PASS [ 0.541s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
59412024-10-30T15:47:27.226Z PASS [ 0.534s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
59422024-10-30T15:47:27.231Z PASS [ 0.386s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
59432024-10-30T15:47:27.440Z PASS [ 0.212s] omicron-test-utils dev::db::test::test_bad_cmd
59442024-10-30T15:47:27.440Z PASS [ 2.690s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
59452024-10-30T15:47:27.479Z PASS [ 0.037s] omicron-test-utils dev::db::test::test_make_pg_config_fail
59462024-10-30T15:47:27.510Z PASS [ 0.030s] omicron-test-utils dev::db::test::test_make_pg_config_ok
59472024-10-30T15:47:27.540Z PASS [ 0.032s] omicron-test-utils dev::db::test::test_process_exit_abnormal
59482024-10-30T15:47:27.576Z PASS [ 0.036s] omicron-test-utils dev::db::test::test_process_exit_normal
59492024-10-30T15:47:27.609Z PASS [ 0.446s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
59502024-10-30T15:47:27.627Z PASS [ 0.398s] omicron-test-utils dev::db::test::test_cmd_fails
59512024-10-30T15:47:27.689Z PASS [ 0.254s] omicron-test-utils dev::db::test::test_database_start_hang
59522024-10-30T15:47:27.717Z PASS [ 0.029s] omicron-test-utils dev::db::test::test_starter_tmpdir
59532024-10-30T15:47:27.776Z PASS [ 1.030s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
59542024-10-30T15:47:27.784Z PASS [ 0.067s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
59552024-10-30T15:47:27.812Z PASS [ 0.030s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
59562024-10-30T15:47:27.831Z PASS [ 0.037s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
59572024-10-30T15:47:27.859Z PASS [ 0.049s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
59582024-10-30T15:47:27.903Z PASS [ 0.074s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
59592024-10-30T15:47:28.020Z LEAK [ 0.436s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
59602024-10-30T15:47:28.268Z PASS [ 2.779s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
59612024-10-30T15:47:28.328Z PASS [ 0.460s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
59622024-10-30T15:47:28.458Z PASS [ 0.201s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
59632024-10-30T15:47:28.484Z PASS [ 0.470s] oximeter test::timeseries_schema_consistency
59642024-10-30T15:47:28.736Z PASS [ 0.254s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
59652024-10-30T15:47:28.766Z PASS [ 0.029s] oximeter-collector self_stats::tests::test_failure_reason_serialization
59662024-10-30T15:47:28.827Z PASS [ 0.508s] oximeter-collector agent::tests::test_self_stat_collection_count
59672024-10-30T15:47:28.848Z PASS [ 0.385s] oximeter-collector agent::tests::test_self_stat_error_counter
59682024-10-30T15:47:28.962Z PASS [ 1.336s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
59692024-10-30T15:47:28.979Z PASS [ 1.083s] openapi-manager check::tests::check_apis_up_to_date
59702024-10-30T15:47:28.993Z PASS [ 0.032s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
59712024-10-30T15:47:29.015Z PASS [ 0.179s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
59722024-10-30T15:47:29.015Z PASS [ 0.162s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
59732024-10-30T15:47:29.015Z PASS [ 0.026s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
59742024-10-30T15:47:29.022Z PASS [ 0.029s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
59752024-10-30T15:47:29.187Z PASS [ 0.423s] oximeter-collector::test_commands test_oximeter_no_args
59762024-10-30T15:47:29.193Z PASS [ 1.961s] omicron-test-utils dev::db::test::test_database_concurrent
59772024-10-30T15:47:29.838Z PASS [ 0.650s] oximeter-db client::tests::can_ping_clickhouse
59782024-10-30T15:47:29.937Z PASS [ 0.099s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
59792024-10-30T15:47:30.121Z PASS [ 0.183s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
59802024-10-30T15:47:30.217Z PASS [ 1.212s] oximeter-db client::oxql::tests::test_get_entire_table
59812024-10-30T15:47:30.232Z PASS [ 1.208s] oximeter-db client::oxql::tests::test_get_one_timeseries
59822024-10-30T15:47:30.269Z PASS [ 1.245s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
59832024-10-30T15:47:30.290Z PASS [ 1.253s] oximeter-db client::oxql::tests::test_limit_operations
59842024-10-30T15:47:30.970Z PASS [ 0.692s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
59852024-10-30T15:47:31.200Z PASS [ 0.935s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
59862024-10-30T15:47:31.200Z PASS [ 0.964s] oximeter-db client::tests::read_latest_version_reports_max
59872024-10-30T15:47:31.863Z PASS [ 0.893s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
59882024-10-30T15:47:31.898Z PASS [ 0.697s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
59892024-10-30T15:47:32.222Z PASS [ 1.031s] oximeter-db client::tests::select_timeseries_with_select_one
59902024-10-30T15:47:32.919Z PASS [ 1.022s] oximeter-db client::tests::test_database_version_update_is_idempotent
59912024-10-30T15:47:32.953Z PASS [ 1.089s] oximeter-db client::tests::test_client_select_timeseries_one
59922024-10-30T15:47:33.158Z PASS [ 0.935s] oximeter-db client::tests::test_database_version_will_not_downgrade
59932024-10-30T15:47:33.334Z PASS [ 3.118s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
59942024-10-30T15:47:33.905Z PASS [ 0.953s] oximeter-db client::tests::test_differentiate_by_timeseries_name
59952024-10-30T15:47:34.086Z PASS [ 0.929s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
59962024-10-30T15:47:34.132Z PASS [ 1.213s] oximeter-db client::tests::test_database_version_wipes_old_version
59972024-10-30T15:47:34.244Z PASS [ 0.909s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
59982024-10-30T15:47:34.942Z PASS [ 1.035s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
59992024-10-30T15:47:35.134Z PASS [ 1.000s] oximeter-db client::tests::test_field_record_count
60002024-10-30T15:47:35.241Z PASS [ 0.995s] oximeter-db client::tests::test_get_schema_no_new_values
60012024-10-30T15:47:35.783Z PASS [ 1.696s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
60022024-10-30T15:47:36.073Z PASS [ 0.938s] oximeter-db client::tests::test_is_oximeter_cluster
60032024-10-30T15:47:36.113Z PASS [ 0.040s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
60042024-10-30T15:47:36.154Z PASS [ 0.040s] oximeter-db client::tests::test_read_timeseries_to_delete
60052024-10-30T15:47:36.188Z PASS [ 0.035s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
60062024-10-30T15:47:36.226Z PASS [ 0.034s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
60072024-10-30T15:47:36.338Z PASS [ 1.389s] oximeter-db client::tests::test_insert_samples
60082024-10-30T15:47:36.365Z PASS [ 1.126s] oximeter-db client::tests::test_list_timeseries
60092024-10-30T15:47:36.434Z PASS [ 8.825s] omicron-test-utils dev::db::test::test_setup_database_default_dir
60102024-10-30T15:47:36.723Z PASS [ 0.942s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
60112024-10-30T15:47:37.240Z PASS [ 0.911s] oximeter-db client::tests::test_schema_mismatch
60122024-10-30T15:47:37.287Z PASS [ 0.922s] oximeter-db client::tests::test_schema_update
60132024-10-30T15:47:37.441Z PASS [ 1.006s] oximeter-db client::tests::test_select_all_datum_types
60142024-10-30T15:47:37.584Z PASS [ 1.361s] oximeter-db client::tests::test_recall_of_all_fields
60152024-10-30T15:47:37.698Z PASS [ 0.974s] oximeter-db client::tests::test_select_all_field_types
60162024-10-30T15:47:38.198Z PASS [ 0.959s] oximeter-db client::tests::test_select_timeseries_with_all
60172024-10-30T15:47:38.517Z PASS [ 1.227s] oximeter-db client::tests::test_select_timeseries_with_limit
60182024-10-30T15:47:38.578Z PASS [ 0.995s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
60192024-10-30T15:47:38.643Z PASS [ 1.200s] oximeter-db client::tests::test_select_timeseries_with_order
60202024-10-30T15:47:38.718Z PASS [ 1.019s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
60212024-10-30T15:47:38.744Z PASS [ 0.026s] oximeter-db client::tests::test_unravel_index
60222024-10-30T15:47:39.150Z PASS [ 0.952s] oximeter-db client::tests::test_select_timeseries_with_start_time
60232024-10-30T15:47:39.184Z PASS [ 0.033s] oximeter-db client::tests::test_verify_schema_upgrades
60242024-10-30T15:47:39.208Z PASS [ 0.024s] oximeter-db model::tests::test_db_bool
60252024-10-30T15:47:39.481Z PASS [ 0.903s] oximeter-db client::tests::test_timeseries_schema_list
60262024-10-30T15:47:39.509Z PASS [ 0.026s] oximeter-db model::tests::test_db_datum_type_conversion
60272024-10-30T15:47:39.523Z PASS [ 0.882s] oximeter-db client::tests::test_unquoted_64bit_integers
60282024-10-30T15:47:39.537Z PASS [ 0.030s] oximeter-db model::tests::test_db_field_list_conversion
60292024-10-30T15:47:39.547Z PASS [ 0.026s] oximeter-db model::tests::test_db_field_type_conversion
60302024-10-30T15:47:39.565Z PASS [ 0.027s] oximeter-db model::tests::test_db_histogram
60312024-10-30T15:47:39.590Z PASS [ 0.027s] oximeter-db model::tests::test_parse_bytes_measurement
60322024-10-30T15:47:39.618Z PASS [ 0.027s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
60332024-10-30T15:47:39.649Z PASS [ 0.031s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
60342024-10-30T15:47:39.679Z PASS [ 0.030s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
60352024-10-30T15:47:39.685Z PASS [ 0.943s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
60362024-10-30T15:47:39.707Z PASS [ 0.030s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
60372024-10-30T15:47:39.711Z PASS [ 0.028s] oximeter-db model::tests::test_unroll_from_source
60382024-10-30T15:47:39.733Z PASS [ 0.024s] oximeter-db model::tests::test_unroll_measurement_row
60392024-10-30T15:47:39.739Z PASS [ 0.026s] oximeter-db model::tests::test_unroll_missing_measurement_row
60402024-10-30T15:47:39.757Z PASS [ 0.018s] oximeter-db native::block::tests::datetime64_scale_checks_range
60412024-10-30T15:47:39.763Z PASS [ 0.032s] oximeter-db native::block::tests::concat_blocks
60422024-10-30T15:47:39.777Z PASS [ 0.020s] oximeter-db native::block::tests::parse_date_time
60432024-10-30T15:47:39.782Z PASS [ 0.020s] oximeter-db native::block::tests::parse_date_time64
60442024-10-30T15:47:39.798Z PASS [ 0.020s] oximeter-db native::block::tests::test_data_type_to_string
60452024-10-30T15:47:39.804Z PASS [ 0.022s] oximeter-db native::block::tests::test_datetime64_conversions
60462024-10-30T15:47:39.820Z PASS [ 0.022s] oximeter-db native::block::tests::test_parse_invalid_data_type
60472024-10-30T15:47:39.844Z PASS [ 0.289s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
60482024-10-30T15:47:39.847Z PASS [ 0.629s] oximeter-db model::tests::test_db_bool_bad
60492024-10-30T15:47:40.025Z PASS [ 1.508s] oximeter-db client::tests::test_sql_query_output
60502024-10-30T15:47:40.393Z PASS [ 0.586s] oximeter-db native::connection::tests::test_basic_select_query
60512024-10-30T15:47:40.416Z PASS [ 0.577s] oximeter-db native::connection::tests::test_exchange_hello
60522024-10-30T15:47:40.424Z PASS [ 0.581s] oximeter-db native::connection::tests::test_select_array_column
60532024-10-30T15:47:40.447Z PASS [ 0.022s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
60542024-10-30T15:47:40.468Z PASS [ 0.021s] oximeter-db native::io::block::tests::test_decode_full_block
60552024-10-30T15:47:40.493Z PASS [ 0.024s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
60562024-10-30T15:47:40.505Z PASS [ 0.684s] oximeter-db native::connection::tests::test_can_cancel_query
60572024-10-30T15:47:40.519Z PASS [ 0.024s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
60582024-10-30T15:47:40.529Z PASS [ 0.024s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
60592024-10-30T15:47:40.544Z PASS [ 0.027s] oximeter-db native::io::column::tests::test_decode_string_column
60602024-10-30T15:47:40.554Z PASS [ 0.024s] oximeter-db native::io::column::tests::test_decode_uint64_column
60612024-10-30T15:47:40.571Z PASS [ 0.026s] oximeter-db native::io::column::tests::test_decode_uint8_column
60622024-10-30T15:47:40.579Z PASS [ 0.025s] oximeter-db native::io::column::tests::test_decode_uuid_column
60632024-10-30T15:47:40.597Z PASS [ 0.027s] oximeter-db native::io::column::tests::test_encode_decode_column
60642024-10-30T15:47:40.603Z PASS [ 0.025s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
60652024-10-30T15:47:40.608Z PASS [ 0.586s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
60662024-10-30T15:47:40.620Z PASS [ 0.024s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
60672024-10-30T15:47:40.628Z PASS [ 0.024s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
60682024-10-30T15:47:40.636Z PASS [ 0.025s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
60692024-10-30T15:47:40.648Z PASS [ 0.027s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
60702024-10-30T15:47:40.654Z PASS [ 0.027s] oximeter-db native::io::packet::server::tests::test_decode_pong
60712024-10-30T15:47:40.656Z PASS [ 0.026s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
60722024-10-30T15:47:40.669Z PASS [ 0.023s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
60732024-10-30T15:47:40.675Z PASS [ 0.022s] oximeter-db native::io::string::test::test_encode_decode
60742024-10-30T15:47:40.682Z PASS [ 0.021s] oximeter-db native::io::string::test::test_encode_hello_world
60752024-10-30T15:47:40.691Z PASS [ 0.021s] oximeter-db native::io::varuint::test_encode_decode_varuint
60762024-10-30T15:47:40.697Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
60772024-10-30T15:47:40.701Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
60782024-10-30T15:47:40.714Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_comparison
60792024-10-30T15:47:40.721Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
60802024-10-30T15:47:40.728Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_double_literal
60812024-10-30T15:47:40.739Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
60822024-10-30T15:47:40.745Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
60832024-10-30T15:47:40.753Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
60842024-10-30T15:47:40.765Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
60852024-10-30T15:47:40.771Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
60862024-10-30T15:47:40.779Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
60872024-10-30T15:47:40.791Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
60882024-10-30T15:47:40.797Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
60892024-10-30T15:47:40.803Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
60902024-10-30T15:47:40.810Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_group_by
60912024-10-30T15:47:40.815Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
60922024-10-30T15:47:40.822Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_ident
60932024-10-30T15:47:40.828Z PASS [ 0.017s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
60942024-10-30T15:47:40.832Z PASS [ 0.017s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
60952024-10-30T15:47:40.839Z PASS [ 0.017s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
60962024-10-30T15:47:40.844Z PASS [ 0.017s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
60972024-10-30T15:47:40.852Z PASS [ 0.018s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
60982024-10-30T15:47:40.861Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
60992024-10-30T15:47:40.866Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
61002024-10-30T15:47:40.873Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
61012024-10-30T15:47:40.887Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_query
61022024-10-30T15:47:40.891Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
61032024-10-30T15:47:40.903Z PASS [ 0.016s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
61042024-10-30T15:47:40.906Z PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
61052024-10-30T15:47:40.918Z PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
61062024-10-30T15:47:40.923Z PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_reducer
61072024-10-30T15:47:40.939Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
61082024-10-30T15:47:40.944Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
61092024-10-30T15:47:40.960Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
61102024-10-30T15:47:40.965Z PASS [ 0.021s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
61112024-10-30T15:47:40.983Z PASS [ 0.590s] oximeter-db native::connection::tests::test_select_nullable_column
61122024-10-30T15:47:40.993Z PASS [ 0.029s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
61132024-10-30T15:47:40.993Z PASS [ 0.023s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
61142024-10-30T15:47:40.999Z PASS [ 0.586s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
61152024-10-30T15:47:41.005Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
61162024-10-30T15:47:41.022Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
61172024-10-30T15:47:41.022Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
61182024-10-30T15:47:41.025Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
61192024-10-30T15:47:41.034Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
61202024-10-30T15:47:41.034Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
61212024-10-30T15:47:41.040Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
61222024-10-30T15:47:41.045Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
61232024-10-30T15:47:41.050Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
61242024-10-30T15:47:41.062Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
61252024-10-30T15:47:41.072Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
61262024-10-30T15:47:41.072Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
61272024-10-30T15:47:41.077Z PASS [ 0.027s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
61282024-10-30T15:47:41.084Z PASS [ 0.021s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
61292024-10-30T15:47:41.091Z PASS [ 0.021s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
61302024-10-30T15:47:41.097Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
61312024-10-30T15:47:41.101Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
61322024-10-30T15:47:41.106Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
61332024-10-30T15:47:41.111Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_limits
61342024-10-30T15:47:41.118Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
61352024-10-30T15:47:41.124Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
61362024-10-30T15:47:41.129Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
61372024-10-30T15:47:41.133Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
61382024-10-30T15:47:41.137Z PASS [ 0.020s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
61392024-10-30T15:47:41.146Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
61402024-10-30T15:47:41.151Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
61412024-10-30T15:47:41.158Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_predicates
61422024-10-30T15:47:41.161Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
61432024-10-30T15:47:41.168Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
61442024-10-30T15:47:41.173Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
61452024-10-30T15:47:41.180Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_query_end_time
61462024-10-30T15:47:41.185Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
61472024-10-30T15:47:41.190Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
61482024-10-30T15:47:41.196Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
61492024-10-30T15:47:41.204Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
61502024-10-30T15:47:41.215Z PASS [ 0.024s] oximeter-db query::tests::test_field_cmp
61512024-10-30T15:47:41.226Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_split_query
61522024-10-30T15:47:41.226Z PASS [ 0.025s] oximeter-db query::tests::test_field_selector_as_query
61532024-10-30T15:47:41.232Z PASS [ 0.028s] oximeter-db query::tests::test_field_value_as_db_str
61542024-10-30T15:47:41.248Z PASS [ 0.032s] oximeter-db query::tests::test_select_query_builder_field_selectors
61552024-10-30T15:47:41.276Z PASS [ 0.028s] oximeter-db query::tests::test_select_query_builder_from_parts
61562024-10-30T15:47:41.276Z PASS [ 0.040s] oximeter-db query::tests::test_select_query_builder_filter_raw
61572024-10-30T15:47:41.276Z PASS [ 0.034s] oximeter-db query::tests::test_select_query_builder_full
61582024-10-30T15:47:41.276Z PASS [ 0.023s] oximeter-db query::tests::test_select_query_builder_limit_offset
61592024-10-30T15:47:41.276Z PASS [ 0.021s] oximeter-db query::tests::test_select_query_builder_no_fields
61602024-10-30T15:47:41.281Z PASS [ 0.021s] oximeter-db query::tests::test_select_query_builder_no_selectors
61612024-10-30T15:47:41.288Z PASS [ 0.018s] oximeter-db query::tests::test_time_range
61622024-10-30T15:47:41.293Z PASS [ 0.028s] oximeter-db query::tests::test_string_field_selector
61632024-10-30T15:47:41.298Z PASS [ 0.024s] oximeter-db sql::tests::test_allow_limit_offset
61642024-10-30T15:47:41.304Z PASS [ 0.022s] oximeter-db sql::tests::test_allow_subqueries
61652024-10-30T15:47:41.311Z PASS [ 0.022s] oximeter-db sql::tests::test_cannot_name_database
61662024-10-30T15:47:41.323Z PASS [ 0.030s] oximeter-db sql::tests::test_ctes_are_not_supported
61672024-10-30T15:47:41.329Z PASS [ 0.030s] oximeter-db sql::tests::test_function_allow_list
61682024-10-30T15:47:41.333Z PASS [ 0.024s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
61692024-10-30T15:47:41.349Z PASS [ 0.026s] oximeter-db sql::tests::test_query_must_be_select_statement
61702024-10-30T15:47:41.356Z PASS [ 0.051s] oximeter-db sql::tests::test_join_must_be_inner
61712024-10-30T15:47:41.364Z PASS [ 0.031s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
61722024-10-30T15:47:41.366Z PASS [ 0.029s] oximeter-db sql::tests::test_require_table_is_timeseries_name
61732024-10-30T15:47:41.374Z PASS [ 0.024s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
61742024-10-30T15:47:41.382Z PASS [ 0.019s] oximeter-db tests::test_timeseries_key_field_stability
61752024-10-30T15:47:41.387Z PASS [ 0.024s] oximeter-db sql::tests::test_with_comma_join_fails
61762024-10-30T15:47:41.390Z PASS [ 0.024s] oximeter-db tests::test_timeseries_key_sample_stability
61772024-10-30T15:47:41.393Z PASS [ 0.019s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
61782024-10-30T15:47:41.449Z PASS [ 0.060s] oximeter-instruments http::tests::test_latency_tracker
61792024-10-30T15:47:41.487Z PASS [ 0.090s] oximeter-instruments kstat::link::tests::test_kstat_interested
61802024-10-30T15:47:41.653Z PASS [ 0.195s] oximeter-instruments kstat::link::tests::test_kstat_sampler
61812024-10-30T15:47:41.656Z PASS [ 0.159s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
61822024-10-30T15:47:41.820Z PASS [ 0.156s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
61832024-10-30T15:47:41.820Z PASS [ 0.164s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
61842024-10-30T15:47:41.867Z PASS [ 0.057s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
61852024-10-30T15:47:41.873Z PASS [ 0.056s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
61862024-10-30T15:47:41.913Z PASS [ 0.038s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
61872024-10-30T15:47:41.919Z PASS [ 0.054s] oximeter-instruments kstat::link::tests::test_sled_datalink
61882024-10-30T15:47:41.934Z PASS [ 0.023s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
61892024-10-30T15:47:41.942Z PASS [ 0.021s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
61902024-10-30T15:47:41.954Z PASS [ 0.020s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
61912024-10-30T15:47:41.959Z PASS [ 0.019s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
61922024-10-30T15:47:41.978Z PASS [ 0.018s] oximeter-macro-impl tests::test_metric_annotated_field
61932024-10-30T15:47:41.985Z PASS [ 0.024s] oximeter-macro-impl tests::test_metric_datum_field
61942024-10-30T15:47:41.989Z PASS [ 0.020s] oximeter-macro-impl tests::test_metric_enum
61952024-10-30T15:47:41.997Z PASS [ 0.015s] oximeter-macro-impl tests::test_metric_without_datum_field
61962024-10-30T15:47:42.004Z PASS [ 0.014s] oximeter-macro-impl tests::test_target
61972024-10-30T15:47:42.013Z PASS [ 0.015s] oximeter-macro-impl tests::test_target_empty_struct
61982024-10-30T15:47:42.023Z PASS [ 0.017s] oximeter-macro-impl tests::test_target_enum
61992024-10-30T15:47:42.031Z PASS [ 0.017s] oximeter-macro-impl tests::test_target_unit_struct
62002024-10-30T15:47:42.039Z PASS [ 0.018s] oximeter-macro-impl tests::test_target_with_datum_field
62012024-10-30T15:47:42.132Z PASS [ 0.089s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
62022024-10-30T15:47:42.162Z PASS [ 0.031s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
62032024-10-30T15:47:42.190Z PASS [ 0.028s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
62042024-10-30T15:47:42.212Z PASS [ 0.023s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
62052024-10-30T15:47:42.233Z PASS [ 0.020s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
62062024-10-30T15:47:42.267Z PASS [ 0.035s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
62072024-10-30T15:47:42.288Z PASS [ 0.021s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
62082024-10-30T15:47:42.327Z PASS [ 0.039s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
62092024-10-30T15:47:42.348Z PASS [ 0.021s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
62102024-10-30T15:47:42.386Z PASS [ 0.035s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
62112024-10-30T15:47:42.421Z PASS [ 0.037s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
62122024-10-30T15:47:42.429Z PASS [ 1.555s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
62132024-10-30T15:47:42.441Z PASS [ 0.020s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
62142024-10-30T15:47:42.449Z PASS [ 0.019s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
62152024-10-30T15:47:42.462Z PASS [ 0.020s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
62162024-10-30T15:47:42.469Z PASS [ 0.020s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
62172024-10-30T15:47:42.481Z PASS [ 0.020s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
62182024-10-30T15:47:42.487Z PASS [ 0.019s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
62192024-10-30T15:47:42.501Z PASS [ 0.020s] oximeter-schema ir::tests::fail_on_empty_descriptions
62202024-10-30T15:47:42.512Z PASS [ 0.024s] oximeter-schema ir::tests::fail_on_empty_metric_name
62212024-10-30T15:47:42.521Z PASS [ 0.020s] oximeter-schema ir::tests::fail_on_empty_target_name
62222024-10-30T15:47:42.532Z PASS [ 0.021s] oximeter-schema ir::tests::fail_on_very_long_field_names
62232024-10-30T15:47:42.542Z PASS [ 0.021s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
62242024-10-30T15:47:42.551Z PASS [ 0.019s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
62252024-10-30T15:47:42.562Z PASS [ 0.020s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
62262024-10-30T15:47:42.575Z PASS [ 0.024s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
62272024-10-30T15:47:42.582Z PASS [ 0.020s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
62282024-10-30T15:47:42.598Z PASS [ 0.022s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
62292024-10-30T15:47:42.604Z PASS [ 0.022s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
62302024-10-30T15:47:42.621Z PASS [ 0.024s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
62312024-10-30T15:47:42.630Z PASS [ 0.024s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
62322024-10-30T15:47:42.648Z PASS [ 0.026s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
62332024-10-30T15:47:42.654Z PASS [ 0.025s] oximeter-schema ir::tests::only_support_format_version_1
62342024-10-30T15:47:42.669Z PASS [ 0.022s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
62352024-10-30T15:47:42.674Z PASS [ 0.021s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
62362024-10-30T15:47:42.775Z PASS [ 0.097s] oximeter-test-utils tests::test_sample_struct
62372024-10-30T15:47:42.780Z PASS [ 0.111s] oximeter-test-utils tests::test_gen_test_samples
62382024-10-30T15:47:42.802Z PASS [ 0.021s] oximeter-test-utils tests::test_timeseries_schema_from_parts
62392024-10-30T15:47:42.807Z PASS [ 0.035s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
62402024-10-30T15:47:42.822Z PASS [ 0.021s] oximeter-test-utils tests::test_timeseries_schema_from_sample
62412024-10-30T15:47:42.827Z PASS [ 0.021s] oximeter-types histogram::tests::test_bin_range
62422024-10-30T15:47:42.839Z PASS [ 0.017s] oximeter-types histogram::tests::test_bin_range_from
62432024-10-30T15:47:42.844Z PASS [ 0.016s] oximeter-types histogram::tests::test_bin_range_to
62442024-10-30T15:47:42.859Z PASS [ 0.021s] oximeter-types histogram::tests::test_empty_bins_not_supported
62452024-10-30T15:47:42.863Z PASS [ 0.020s] oximeter-types histogram::tests::test_ensure_finite
62462024-10-30T15:47:42.882Z PASS [ 0.018s] oximeter-types histogram::tests::test_histogram_construct_with
62472024-10-30T15:47:42.886Z PASS [ 0.027s] oximeter-types histogram::tests::test_histogram
62482024-10-30T15:47:42.903Z PASS [ 0.019s] oximeter-types histogram::tests::test_histogram_extreme_bins
62492024-10-30T15:47:42.908Z PASS [ 0.022s] oximeter-types histogram::tests::test_histogram_extreme_samples
62502024-10-30T15:47:42.920Z PASS [ 0.018s] oximeter-types histogram::tests::test_histogram_float_bins
62512024-10-30T15:47:42.924Z PASS [ 0.017s] oximeter-types histogram::tests::test_histogram_unbounded_samples
62522024-10-30T15:47:42.939Z PASS [ 0.020s] oximeter-types histogram::tests::test_histogram_unsorted_bins
62532024-10-30T15:47:42.943Z PASS [ 0.019s] oximeter-types histogram::tests::test_histogram_with_bins
62542024-10-30T15:47:42.954Z PASS [ 0.014s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
62552024-10-30T15:47:42.959Z PASS [ 0.015s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
62562024-10-30T15:47:42.972Z PASS [ 0.017s] oximeter-types histogram::tests::test_log_bins_u64
62572024-10-30T15:47:42.980Z PASS [ 0.020s] oximeter-types histogram::tests::test_log_bins_u8
62582024-10-30T15:47:42.999Z PASS [ 0.019s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
62592024-10-30T15:47:43.016Z PASS [ 0.042s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
62602024-10-30T15:47:43.022Z PASS [ 0.023s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
62612024-10-30T15:47:43.039Z PASS [ 0.023s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
62622024-10-30T15:47:43.044Z PASS [ 0.023s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
62632024-10-30T15:47:43.064Z PASS [ 0.021s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
62642024-10-30T15:47:43.070Z PASS [ 0.025s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
62652024-10-30T15:47:43.083Z PASS [ 0.022s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
62662024-10-30T15:47:43.086Z PASS [ 0.018s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
62672024-10-30T15:47:43.098Z PASS [ 0.017s] oximeter-types histogram::tests::test_span_decades
62682024-10-30T15:47:43.102Z PASS [ 0.016s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
62692024-10-30T15:47:43.113Z PASS [ 0.016s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
62702024-10-30T15:47:43.118Z PASS [ 0.015s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
62712024-10-30T15:47:43.133Z PASS [ 0.019s] oximeter-types quantile::tests::test_default_percentiles
62722024-10-30T15:47:43.138Z PASS [ 0.020s] oximeter-types quantile::tests::test_empty_observations
62732024-10-30T15:47:43.153Z PASS [ 0.019s] oximeter-types quantile::tests::test_find_cells
62742024-10-30T15:47:43.158Z PASS [ 0.019s] oximeter-types quantile::tests::test_float_observations
62752024-10-30T15:47:43.173Z PASS [ 0.021s] oximeter-types quantile::tests::test_integer_observations
62762024-10-30T15:47:43.177Z PASS [ 0.020s] oximeter-types quantile::tests::test_invalid_p_value
62772024-10-30T15:47:43.187Z PASS [ 0.016s] oximeter-types quantile::tests::test_max_p
62782024-10-30T15:47:43.195Z PASS [ 0.017s] oximeter-types quantile::tests::test_min_p
62792024-10-30T15:47:43.201Z PASS [ 0.014s] oximeter-types quantile::tests::test_non_filled_observations
62802024-10-30T15:47:43.220Z PASS [ 0.024s] oximeter-types quantile::tests::test_rounding
62812024-10-30T15:47:43.224Z PASS [ 0.023s] oximeter-types schema::tests::test_field_schema_ordering
62822024-10-30T15:47:43.271Z PASS [ 0.049s] oximeter-types schema::tests::test_timeseries_name
62832024-10-30T15:47:43.276Z PASS [ 0.051s] oximeter-types schema::tests::test_timeseries_name_from_str
62842024-10-30T15:47:43.290Z PASS [ 0.021s] oximeter-types traits::tests::test_metric_trait
62852024-10-30T15:47:43.300Z PASS [ 0.024s] oximeter-types traits::tests::test_producer_trait
62862024-10-30T15:47:43.306Z PASS [ 0.018s] oximeter-types traits::tests::test_target_trait
62872024-10-30T15:47:43.315Z PASS [ 0.016s] oximeter-types types::tests::test_cumulative_f64
62882024-10-30T15:47:43.320Z PASS [ 0.014s] oximeter-types types::tests::test_cumulative_i64
62892024-10-30T15:47:43.331Z PASS [ 0.016s] oximeter-types types::tests::test_datum
62902024-10-30T15:47:43.335Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
62912024-10-30T15:47:43.345Z PASS [ 0.014s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
62922024-10-30T15:47:43.350Z PASS [ 0.014s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
62932024-10-30T15:47:43.363Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
62942024-10-30T15:47:43.368Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
62952024-10-30T15:47:43.377Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
62962024-10-30T15:47:43.382Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
62972024-10-30T15:47:43.391Z PASS [ 0.013s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
62982024-10-30T15:47:43.395Z PASS [ 0.013s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
62992024-10-30T15:47:43.404Z PASS [ 0.014s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
63002024-10-30T15:47:43.411Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
63012024-10-30T15:47:43.418Z PASS [ 0.013s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
63022024-10-30T15:47:43.425Z PASS [ 0.013s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
63032024-10-30T15:47:43.431Z PASS [ 0.013s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
63042024-10-30T15:47:43.438Z PASS [ 0.013s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
63052024-10-30T15:47:43.444Z PASS [ 0.013s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
63062024-10-30T15:47:43.451Z PASS [ 0.013s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
63072024-10-30T15:47:43.458Z PASS [ 0.013s] oximeter-types types::tests::test_measurement
63082024-10-30T15:47:43.469Z PASS [ 0.016s] oximeter-types types::tests::test_verify_field_names
63092024-10-30T15:47:43.477Z PASS [ 0.018s] oxlog tests::test_is_oxide_smf_log_file
63102024-10-30T15:47:43.483Z PASS [ 0.015s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
63112024-10-30T15:47:43.493Z PASS [ 0.016s] oxlog tests::test_sort_logs
63122024-10-30T15:47:43.578Z PASS [ 0.078s] oxql-types point::tests::test_cast_points_from_double
63132024-10-30T15:47:43.578Z PASS [ 0.087s] oxql-types point::tests::test_cast_points_from_bool
63142024-10-30T15:47:43.605Z PASS [ 0.023s] oxql-types point::tests::test_cast_points_from_int_distribution
63152024-10-30T15:47:43.605Z PASS [ 0.030s] oxql-types point::tests::test_cast_points_from_double_distribution
63162024-10-30T15:47:43.625Z PASS [ 0.025s] oxql-types point::tests::test_cast_points_from_integer
63172024-10-30T15:47:43.636Z PASS [ 0.030s] oxql-types point::tests::test_cast_points_from_string
63182024-10-30T15:47:43.643Z PASS [ 0.019s] oxql-types point::tests::test_join_point_arrays
63192024-10-30T15:47:43.654Z PASS [ 0.018s] oxql-types point::tests::test_point_delta_between
63202024-10-30T15:47:43.658Z PASS [ 0.014s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
63212024-10-30T15:47:43.668Z PASS [ 0.014s] oxql-types point::tests::test_point_delta_between_with_new_epoch
63222024-10-30T15:47:43.672Z PASS [ 0.014s] oxql-types point::tests::test_push_concrete_values
63232024-10-30T15:47:43.688Z PASS [ 0.019s] oxql-types point::tests::test_sub_between_histogram_distributions
63242024-10-30T15:47:44.273Z PASS [ 0.600s] reconfigurator-cli::test_basic test_basic
63252024-10-30T15:47:44.410Z PASS [ 0.136s] reconfigurator-cli::test_basic test_example
63262024-10-30T15:47:44.576Z PASS [ 0.167s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
63272024-10-30T15:47:44.600Z PASS [ 0.024s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
63282024-10-30T15:47:44.643Z PASS [ 0.042s] sled-agent-types rack_init::tests::parse_rack_initialization
63292024-10-30T15:47:44.663Z PASS [ 0.022s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
63302024-10-30T15:47:44.711Z PASS [ 0.043s] sled-agent-types rack_init::tests::test_extra_certs
63312024-10-30T15:47:44.736Z PASS [ 0.026s] sled-agent-types rack_init::tests::test_subnets
63322024-10-30T15:47:44.781Z PASS [ 0.046s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
63332024-10-30T15:47:44.803Z PASS [ 0.023s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
63342024-10-30T15:47:44.825Z PASS [ 0.022s] sled-agent-types zone_bundle::tests::test_compare_bundles
63352024-10-30T15:47:44.858Z PASS [ 0.032s] sled-agent-types zone_bundle::tests::test_priority_dimension
63362024-10-30T15:47:44.887Z PASS [ 0.029s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
63372024-10-30T15:47:44.907Z PASS [ 0.019s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
63382024-10-30T15:47:44.954Z PASS [ 0.046s] sled-hardware disk::test::test_disk_paths
63392024-10-30T15:47:44.978Z PASS [ 0.026s] sled-hardware disk::test::test_partition_device_paths
63402024-10-30T15:47:45.072Z PASS [ 0.093s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
63412024-10-30T15:47:45.104Z PASS [ 0.033s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
63422024-10-30T15:47:45.131Z PASS [ 0.026s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
63432024-10-30T15:47:45.145Z PASS [ 3.112s] oximeter-producer tests::test_producer_registration_task
63442024-10-30T15:47:45.157Z PASS [ 0.027s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
63452024-10-30T15:47:45.185Z PASS [ 0.029s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
63462024-10-30T15:47:45.208Z PASS [ 0.063s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
63472024-10-30T15:47:45.215Z PASS [ 0.030s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
63482024-10-30T15:47:45.236Z PASS [ 0.030s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
63492024-10-30T15:47:45.277Z PASS [ 0.061s] sled-storage dataset::test::serialize_dataset_name
63502024-10-30T15:47:45.323Z PASS [ 0.038s] sled-storage manager::test::test_omicron_physical_disks_schema
63512024-10-30T15:47:45.325Z PASS [ 0.078s] sled-storage manager::test::test_datasets_schema
63522024-10-30T15:47:46.483Z PASS [ 1.161s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
63532024-10-30T15:47:46.520Z PASS [ 0.036s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
63542024-10-30T15:47:47.299Z PASS [ 1.982s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
63552024-10-30T15:47:49.639Z PASS [ 3.116s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
63562024-10-30T15:47:49.686Z PASS [ 0.050s] sled-storage manager::tests::ensure_using_exactly_these_disks
63572024-10-30T15:47:49.718Z PASS [ 2.417s] sled-storage manager::tests::ensure_datasets
63582024-10-30T15:47:50.653Z PASS [ 32.148s] omicron-sled-agent nexus::test::nexus_self_notification_test
63592024-10-30T15:47:51.698Z PASS [ 2.012s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
63602024-10-30T15:47:52.105Z PASS [ 2.389s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
63612024-10-30T15:47:52.183Z PASS [ 1.531s] sled-storage manager::tests::update_rawdisk_firmware
63622024-10-30T15:47:53.185Z PASS [ 1.080s] sled-storage manager::tests::wait_for_boot_disk
63632024-10-30T15:47:53.436Z PASS [ 1.250s] tufaceous::integration-tests command_tests::test_assemble_fake
63642024-10-30T15:47:53.663Z PASS [ 0.478s] tufaceous::integration-tests command_tests::test_init_and_add
63652024-10-30T15:47:53.745Z PASS [ 0.081s] tufaceous-lib archive::tests::test_validate_path
63662024-10-30T15:47:53.824Z PASS [ 0.080s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
63672024-10-30T15:47:53.858Z PASS [ 0.034s] tufaceous-lib key::tests::test_from_str
63682024-10-30T15:47:53.869Z PASS [ 2.172s] sled-storage manager::tests::upsert_filesystem
63692024-10-30T15:47:54.042Z PASS [ 0.185s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
63702024-10-30T15:47:54.125Z PASS [ 0.690s] tufaceous::manifest-tests check_manifest::fake.toml
63712024-10-30T15:47:54.227Z PASS [ 0.104s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
63722024-10-30T15:47:54.308Z PASS [ 0.079s] update-common artifacts::update_plan::tests::test_bad_rot_versions
63732024-10-30T15:47:54.384Z PASS [ 0.079s] update-common artifacts::update_plan::tests::test_multi_rot_bord
63742024-10-30T15:47:54.473Z PASS [ 0.088s] update-common artifacts::update_plan::tests::test_multi_rot_version
63752024-10-30T15:47:54.518Z PASS [ 0.042s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
63762024-10-30T15:47:54.577Z PASS [ 0.062s] update-common artifacts::update_plan::tests::test_too_many_rot_bord
63772024-10-30T15:47:54.658Z PASS [ 0.079s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
63782024-10-30T15:47:54.859Z PASS [ 0.987s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
63792024-10-30T15:47:54.944Z PASS [ 0.087s] update-engine display::group_display::tests::test_stats
63802024-10-30T15:47:54.968Z PASS [ 0.024s] update-engine display::line_display_shared::tests::test_format_progress_counter
63812024-10-30T15:47:55.002Z PASS [ 0.033s] update-engine display::line_display_shared::tests::test_start_line
63822024-10-30T15:47:55.025Z PASS [ 0.370s] update-engine buffer::tests::test_buffer
63832024-10-30T15:47:55.030Z PASS [ 0.030s] update-engine engine::tests::error_exits_early
63842024-10-30T15:47:55.072Z PASS [ 0.041s] update-engine events::tests::progress_event_parse_unknown
63852024-10-30T15:47:55.072Z PASS [ 0.035s] update-engine events::tests::step_event_parse_unknown
63862024-10-30T15:47:55.091Z PASS [ 0.023s] update-engine spec::tests::test_merge_anyhow_list
63872024-10-30T15:47:55.125Z PASS [ 0.035s] wicket state::inventory::tests::component_id_display
63882024-10-30T15:47:55.274Z PASS [ 0.201s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
63892024-10-30T15:47:55.368Z PASS [ 0.094s] wicket-common rack_setup::tests::roundtrip_import_export_policy
63902024-10-30T15:47:55.536Z PASS [ 0.163s] wicketd installinator_progress::tests::test_states
63912024-10-30T15:47:55.612Z PASS [ 0.078s] wicketd rss_config::tests::test_bgp_auth_key_states
63922024-10-30T15:47:55.619Z PASS [ 0.494s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
63932024-10-30T15:47:56.141Z PASS [ 12.449s] reconfigurator-cli::test_basic test_blueprint_edit
63942024-10-30T15:47:56.323Z PASS [ 14.933s] oximeter-db::integration_test test_schemas_disjoint
63952024-10-30T15:47:56.794Z PASS [ 1.190s] wicketd::mod integration_tests::inventory::test_inventory
63962024-10-30T15:47:57.457Z PASS [ 1.323s] wicketd::mod integration_tests::updates::test_update_races
63972024-10-30T15:47:57.540Z PASS [ 3.504s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
63982024-10-30T15:47:58.634Z PASS [ 2.321s] wicketd::mod integration_tests::updates::test_updates
63992024-10-30T15:47:59.280Z PASS [ 3.667s] wicketd::mod integration_tests::updates::test_installinator_fetch
64002024-10-30T15:47:59.366Z PASS [ 30.175s] oximeter-db client::tests::cannot_ping_nonexistent_server
64012024-10-30T15:48:21.829Z PASS [ 40.450s] oximeter-db::integration_test test_cluster
64022024-10-30T15:48:25.932Z PASS [ 55.807s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
64032024-10-30T15:48:28.668Z PASS [ 2.735s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
64042024-10-30T15:48:40.869Z PASS [ 12.199s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
64052024-10-30T15:48:56.485Z PASS [ 15.614s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
64062024-10-30T15:49:56.494Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
64072024-10-30T15:50:56.503Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
64082024-10-30T15:51:56.512Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
64092024-10-30T15:52:56.522Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
64102024-10-30T15:53:56.530Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
64112024-10-30T15:54:46.952Z PASS [ 350.425s] oximeter-db client::tests::test_replicated
64122024-10-30T15:54:46.955Z------------
64132024-10-30T15:54:46.955Z Summary [2580.790s] 1648 tests run: 1648 passed (19 slow, 1 leaky), 4 skipped
64142024-10-30T15:54:46.986Z
64152024-10-30T15:54:46.989Zreal 43:25.196506951
64162024-10-30T15:54:46.989Zuser 3:46:05.429106185
64172024-10-30T15:54:46.989Zsys 45:19.454912585
64182024-10-30T15:54:46.989Ztrap 3:38.502889351
64192024-10-30T15:54:46.989Ztflt 34.034753585
64202024-10-30T15:54:46.989Zdflt 2:08.156136506
64212024-10-30T15:54:46.989Zkflt 0.536832448
64222024-10-30T15:54:46.989Zlock 1280:24:11.351813358
64232024-10-30T15:54:46.989Zslp 92:08:01.345198246
64242024-10-30T15:54:46.989Zlat 5:06:10.892877078
64252024-10-30T15:54:46.989Zstop 1:29:40.440323802
64262024-10-30T15:54:46.989Z+ banner doctest
64272024-10-30T15:54:46.992Z
64282024-10-30T15:54:46.992Z ##### #### #### ##### ###### #### #####
64292024-10-30T15:54:46.992Z # # # # # # # # # #
64302024-10-30T15:54:46.992Z # # # # # # ##### #### #
64312024-10-30T15:54:46.992Z # # # # # # # # #
64322024-10-30T15:54:46.992Z # # # # # # # # # # #
64332024-10-30T15:54:46.992Z ##### #### #### # ###### #### #
64342024-10-30T15:54:46.992Z
64352024-10-30T15:54:46.992Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
64362024-10-30T15:54:49.127Z Fresh unicode-ident v1.0.13
64372024-10-30T15:54:49.127Z Fresh cfg-if v1.0.0
64382024-10-30T15:54:49.132Z Fresh autocfg v1.4.0
64392024-10-30T15:54:49.132Z Fresh memchr v2.7.4
64402024-10-30T15:54:49.132Z Fresh version_check v0.9.5
64412024-10-30T15:54:49.132Z Fresh proc-macro2 v1.0.87
64422024-10-30T15:54:49.132Z Fresh value-bag v1.9.0
64432024-10-30T15:54:49.132Z Fresh scopeguard v1.2.0
64442024-10-30T15:54:49.132Z Fresh itoa v1.0.11
64452024-10-30T15:54:49.132Z Fresh once_cell v1.20.2
64462024-10-30T15:54:49.132Z Fresh quote v1.0.37
64472024-10-30T15:54:49.132Z Fresh libc v0.2.161
64482024-10-30T15:54:49.132Z Fresh log v0.4.22
64492024-10-30T15:54:49.132Z Fresh byteorder v1.5.0
64502024-10-30T15:54:49.132Z Fresh smallvec v1.13.2
64512024-10-30T15:54:49.132Z Fresh pin-project-lite v0.2.14
64522024-10-30T15:54:49.132Z Fresh subtle v2.6.1
64532024-10-30T15:54:49.132Z Fresh syn v2.0.79
64542024-10-30T15:54:49.132Z Fresh getrandom v0.2.15
64552024-10-30T15:54:49.132Z Fresh lock_api v0.4.12
64562024-10-30T15:54:49.132Z Fresh shlex v1.3.0
64572024-10-30T15:54:49.132Z Fresh serde_derive v1.0.210
64582024-10-30T15:54:49.132Z Fresh rand_core v0.6.4
64592024-10-30T15:54:49.132Z Fresh zeroize_derive v1.4.2
64602024-10-30T15:54:49.132Z Fresh thiserror-impl v1.0.64
64612024-10-30T15:54:49.132Z Fresh zerocopy-derive v0.7.35
64622024-10-30T15:54:49.132Z Fresh serde v1.0.210
64632024-10-30T15:54:49.132Z Fresh zeroize v1.8.1
64642024-10-30T15:54:49.132Z Fresh thiserror v1.0.64
64652024-10-30T15:54:49.132Z Fresh parking_lot_core v0.9.10
64662024-10-30T15:54:49.132Z Fresh zerocopy v0.7.35
64672024-10-30T15:54:49.132Z Fresh typenum v1.17.0
64682024-10-30T15:54:49.132Z Fresh jobserver v0.1.32
64692024-10-30T15:54:49.132Z Fresh bytes v1.7.2
64702024-10-30T15:54:49.132Z Fresh parking_lot v0.12.3
64712024-10-30T15:54:49.132Z Fresh generic-array v0.14.7
64722024-10-30T15:54:49.133Z Fresh futures-core v0.3.31
64732024-10-30T15:54:49.133Z Fresh allocator-api2 v0.2.18
64742024-10-30T15:54:49.133Z Fresh cc v1.1.30
64752024-10-30T15:54:49.133Z Fresh bitflags v2.6.0
64762024-10-30T15:54:49.133Z Fresh ryu v1.0.18
64772024-10-30T15:54:49.133Z Fresh signal-hook-registry v1.4.2
64782024-10-30T15:54:49.133Z Fresh crypto-common v0.1.6
64792024-10-30T15:54:49.133Z Fresh mio v1.0.2
64802024-10-30T15:54:49.133Z Fresh equivalent v1.0.1
64812024-10-30T15:54:49.133Z Fresh foldhash v0.1.3
64822024-10-30T15:54:49.133Z Fresh hashbrown v0.15.0
64832024-10-30T15:54:49.133Z Fresh spin v0.9.8
64842024-10-30T15:54:49.133Z Fresh fnv v1.0.7
64852024-10-30T15:54:49.133Z Fresh tokio-macros v2.4.0
64862024-10-30T15:54:49.133Z Fresh socket2 v0.5.7
64872024-10-30T15:54:49.133Z Fresh libm v0.2.8
64882024-10-30T15:54:49.133Z Fresh serde_json v1.0.128
64892024-10-30T15:54:49.133Z Fresh indexmap v2.6.0
64902024-10-30T15:54:49.133Z Fresh tokio v1.40.0
64912024-10-30T15:54:49.133Z Fresh futures-io v0.3.31
64922024-10-30T15:54:49.133Z Fresh const-oid v0.9.6
64932024-10-30T15:54:49.133Z Fresh block-buffer v0.10.4
64942024-10-30T15:54:49.133Z Fresh num-traits v0.2.19
64952024-10-30T15:54:49.133Z Fresh futures-sink v0.3.31
64962024-10-30T15:54:49.133Z Fresh digest v0.10.7
64972024-10-30T15:54:49.133Z Fresh regex-syntax v0.8.5
64982024-10-30T15:54:49.133Z Fresh aho-corasick v1.1.3
64992024-10-30T15:54:49.133Z Fresh cpufeatures v0.2.14
65002024-10-30T15:54:49.138Z Fresh pin-utils v0.1.0
65012024-10-30T15:54:49.138Z Fresh slab v0.4.9
65022024-10-30T15:54:49.138Z Fresh regex-automata v0.4.8
65032024-10-30T15:54:49.138Z Fresh pkg-config v0.3.31
65042024-10-30T15:54:49.138Z Fresh futures-channel v0.3.31
65052024-10-30T15:54:49.138Z Fresh futures-macro v0.3.31
65062024-10-30T15:54:49.139Z Fresh futures-task v0.3.31
65072024-10-30T15:54:49.139Z Fresh heck v0.5.0
65082024-10-30T15:54:49.139Z Fresh futures-util v0.3.31
65092024-10-30T15:54:49.139Z Fresh ppv-lite86 v0.2.20
65102024-10-30T15:54:49.139Z Fresh errno v0.3.9
65112024-10-30T15:54:49.139Z Fresh iana-time-zone v0.1.61
65122024-10-30T15:54:49.139Z Fresh tracing-attributes v0.1.27
65132024-10-30T15:54:49.139Z Fresh tracing-core v0.1.32
65142024-10-30T15:54:49.139Z Fresh chrono v0.4.38
65152024-10-30T15:54:49.139Z Fresh rand_chacha v0.3.1
65162024-10-30T15:54:49.139Z Fresh rustix v0.38.37
65172024-10-30T15:54:49.139Z Fresh tracing v0.1.40
65182024-10-30T15:54:49.139Z Fresh tinyvec_macros v0.1.1
65192024-10-30T15:54:49.139Z Fresh regex v1.11.0
65202024-10-30T15:54:49.139Z Fresh rand v0.8.5
65212024-10-30T15:54:49.139Z Fresh tinyvec v1.8.0
65222024-10-30T15:54:49.139Z Fresh semver v1.0.23
65232024-10-30T15:54:49.139Z Fresh uuid v1.10.0
65242024-10-30T15:54:49.139Z Fresh unicode-bidi v0.3.17
65252024-10-30T15:54:49.139Z Fresh percent-encoding v2.3.1
65262024-10-30T15:54:49.139Z Fresh serde_derive_internals v0.29.1
65272024-10-30T15:54:49.139Z Fresh unicode-normalization v0.1.24
65282024-10-30T15:54:49.139Z Fresh syn v1.0.109
65292024-10-30T15:54:49.139Z Fresh dyn-clone v1.0.17
65302024-10-30T15:54:49.139Z Fresh schemars_derive v0.8.21
65312024-10-30T15:54:49.139Z Fresh http v1.1.0
65322024-10-30T15:54:49.139Z Fresh vcpkg v0.2.15
65332024-10-30T15:54:49.139Z Fresh form_urlencoded v1.2.1
65342024-10-30T15:54:49.139Z Fresh block-padding v0.3.3
65352024-10-30T15:54:49.139Z Fresh idna v0.5.0
65362024-10-30T15:54:49.139Z Fresh tokio-util v0.7.12
65372024-10-30T15:54:49.139Z Fresh lazy_static v1.5.0
65382024-10-30T15:54:49.139Z Fresh schemars v0.8.21
65392024-10-30T15:54:49.139Z Fresh inout v0.1.3
65402024-10-30T15:54:49.139Z Fresh url v2.5.2
65412024-10-30T15:54:49.139Z Fresh base64ct v1.6.0
65422024-10-30T15:54:49.139Z Fresh time-core v0.1.2
65432024-10-30T15:54:49.139Z Fresh crossbeam-utils v0.8.20
65442024-10-30T15:54:49.140Z Fresh httparse v1.9.5
65452024-10-30T15:54:49.140Z Fresh cipher v0.4.4
65462024-10-30T15:54:49.140Z Fresh atomic-waker v1.1.2
65472024-10-30T15:54:49.140Z Fresh powerfmt v0.2.0
65482024-10-30T15:54:49.140Z Fresh num-conv v0.1.0
65492024-10-30T15:54:49.140Z Fresh untrusted v0.9.0
65502024-10-30T15:54:49.140Z Fresh hmac v0.12.1
65512024-10-30T15:54:49.140Z Fresh ring v0.17.8
65522024-10-30T15:54:49.140Z Fresh deranged v0.3.11
65532024-10-30T15:54:49.140Z Fresh time-macros v0.2.18
65542024-10-30T15:54:49.140Z Fresh serde_spanned v0.6.8
65552024-10-30T15:54:49.140Z Fresh toml_datetime v0.6.8
65562024-10-30T15:54:49.140Z Fresh adler2 v2.0.0
65572024-10-30T15:54:49.140Z Fresh num_threads v0.1.7
65582024-10-30T15:54:49.140Z Fresh sha2 v0.10.8
65592024-10-30T15:54:49.140Z Fresh miniz_oxide v0.8.0
65602024-10-30T15:54:49.140Z Fresh time v0.3.36
65612024-10-30T15:54:49.140Z Fresh either v1.13.0
65622024-10-30T15:54:49.140Z Fresh httpdate v1.0.3
65632024-10-30T15:54:49.140Z Fresh strsim v0.11.1
65642024-10-30T15:54:49.140Z Fresh try-lock v0.2.5
65652024-10-30T15:54:49.140Z Fresh rustls-pki-types v1.9.0
65662024-10-30T15:54:49.140Z Fresh want v0.3.1
65672024-10-30T15:54:49.140Z Fresh pem-rfc7468 v0.7.0
65682024-10-30T15:54:49.140Z Fresh base64 v0.22.1
65692024-10-30T15:54:49.140Z Fresh http-body v1.0.1
65702024-10-30T15:54:49.140Z Fresh tower-service v0.3.3
65712024-10-30T15:54:49.140Z Fresh h2 v0.4.6
65722024-10-30T15:54:49.140Z Fresh ahash v0.8.11
65732024-10-30T15:54:49.140Z Fresh serde_tokenstream v0.2.2
65742024-10-30T15:54:49.140Z Fresh async-trait v0.1.83
65752024-10-30T15:54:49.140Z Fresh der_derive v0.7.3
65762024-10-30T15:54:49.140Z Fresh flagset v0.4.6
65772024-10-30T15:54:49.140Z Fresh gimli v0.31.1
65782024-10-30T15:54:49.140Z Fresh hyper v1.4.1
65792024-10-30T15:54:49.140Z Fresh slog v2.7.0
65802024-10-30T15:54:49.140Z Fresh addr2line v0.24.2
65812024-10-30T15:54:49.140Z Fresh der v0.7.9
65822024-10-30T15:54:49.140Z Fresh rustls-webpki v0.102.8
65832024-10-30T15:54:49.140Z Fresh aes v0.8.4
65842024-10-30T15:54:49.141Z Fresh pbkdf2 v0.12.2
65852024-10-30T15:54:49.141Z Fresh rustc_version v0.4.1
65862024-10-30T15:54:49.141Z Fresh object v0.36.5
65872024-10-30T15:54:49.141Z Fresh rustc-demangle v0.1.24
65882024-10-30T15:54:49.141Z Fresh mime v0.3.17
65892024-10-30T15:54:49.141Z Fresh spki v0.7.3
65902024-10-30T15:54:49.141Z Fresh cbc v0.1.2
65912024-10-30T15:54:49.141Z Fresh salsa20 v0.10.2
65922024-10-30T15:54:49.141Z Fresh backtrace v0.3.74
65932024-10-30T15:54:49.141Z Fresh ipnet v2.10.1
65942024-10-30T15:54:49.141Z Fresh scrypt v0.11.0
65952024-10-30T15:54:49.141Z Fresh hyper-util v0.1.9
65962024-10-30T15:54:49.141Z Fresh futures-executor v0.3.31
65972024-10-30T15:54:49.141Z Fresh http-body-util v0.1.2
65982024-10-30T15:54:49.141Z Fresh anyhow v1.0.89
65992024-10-30T15:54:49.141Z Fresh pkcs5 v0.7.1
66002024-10-30T15:54:49.144Z Fresh futures v0.3.31
66012024-10-30T15:54:49.144Z Fresh serde_urlencoded v0.7.1
66022024-10-30T15:54:49.144Z Fresh encoding_rs v0.8.34
66032024-10-30T15:54:49.144Z Fresh openssl-probe v0.1.5
66042024-10-30T15:54:49.144Z Fresh rustversion v1.0.17
66052024-10-30T15:54:49.144Z Fresh pkcs8 v0.10.2
66062024-10-30T15:54:49.144Z Fresh data-encoding v2.6.0
66072024-10-30T15:54:49.144Z Fresh foreign-types-shared v0.1.1
66082024-10-30T15:54:49.144Z Fresh openssl-sys v0.9.103
66092024-10-30T15:54:49.144Z Fresh rustls-pemfile v2.2.0
66102024-10-30T15:54:49.144Z Fresh foreign-types v0.3.2
66112024-10-30T15:54:49.144Z Fresh openssl-macros v0.1.1
66122024-10-30T15:54:49.144Z Fresh utf8parse v0.2.2
66132024-10-30T15:54:49.144Z Fresh winnow v0.5.40
66142024-10-30T15:54:49.144Z Fresh is-terminal v0.4.13
66152024-10-30T15:54:49.144Z Fresh unicode-width v0.1.14
66162024-10-30T15:54:49.144Z Fresh openssl v0.10.66
66172024-10-30T15:54:49.144Z Fresh toml_edit v0.19.15
66182024-10-30T15:54:49.144Z Fresh camino v1.1.9
66192024-10-30T15:54:49.144Z Fresh winnow v0.6.20
66202024-10-30T15:54:49.144Z Fresh sha1 v0.10.6
66212024-10-30T15:54:49.145Z Fresh openapiv3 v2.0.0
66222024-10-30T15:54:49.145Z Fresh rustls v0.23.14
66232024-10-30T15:54:49.145Z Fresh siphasher v0.3.11
66242024-10-30T15:54:49.145Z Fresh anstyle v1.0.8
66252024-10-30T15:54:49.145Z Fresh idna v0.3.0
66262024-10-30T15:54:49.145Z Fresh dirs-sys-next v0.1.2
66272024-10-30T15:54:49.145Z Fresh ucd-trie v0.1.7
66282024-10-30T15:54:49.145Z Fresh native-tls v0.2.12
66292024-10-30T15:54:49.145Z Fresh tokio-rustls v0.26.0
66302024-10-30T15:54:49.145Z Fresh psl-types v2.0.11
66312024-10-30T15:54:49.145Z Fresh dirs-next v2.0.0
66322024-10-30T15:54:49.145Z Fresh pest v2.7.14
66332024-10-30T15:54:49.145Z Fresh webpki-roots v0.26.6
66342024-10-30T15:54:49.145Z Fresh signature v2.2.0
66352024-10-30T15:54:49.145Z Fresh cookie v0.18.1
66362024-10-30T15:54:49.145Z Fresh tokio-native-tls v0.3.1
66372024-10-30T15:54:49.145Z Fresh publicsuffix v2.2.3
66382024-10-30T15:54:49.145Z Fresh term v0.7.0
66392024-10-30T15:54:49.145Z Fresh hyper-rustls v0.27.3
66402024-10-30T15:54:49.145Z Fresh pest_meta v2.7.14
66412024-10-30T15:54:49.145Z Fresh anstyle-parse v0.2.5
66422024-10-30T15:54:49.145Z Fresh sync_wrapper v1.0.1
66432024-10-30T15:54:49.145Z Fresh cookie_store v0.21.0
66442024-10-30T15:54:49.145Z Fresh hyper-tls v0.6.0
66452024-10-30T15:54:49.145Z Fresh scroll_derive v0.12.0
66462024-10-30T15:54:49.145Z Fresh is_terminal_polyfill v1.70.1
66472024-10-30T15:54:49.145Z Fresh anstyle-query v1.1.1
66482024-10-30T15:54:49.145Z Fresh heck v0.4.1
66492024-10-30T15:54:49.145Z Fresh unicode-segmentation v1.12.0
66502024-10-30T15:54:49.145Z Fresh colorchoice v1.0.2
66512024-10-30T15:54:49.145Z Fresh scroll v0.12.0
66522024-10-30T15:54:49.145Z Fresh anstream v0.6.15
66532024-10-30T15:54:49.145Z Fresh reqwest v0.12.8
66542024-10-30T15:54:49.145Z Fresh pest_generator v2.7.14
66552024-10-30T15:54:49.145Z Fresh toml_edit v0.22.22
66562024-10-30T15:54:49.145Z Fresh terminal_size v0.4.0
66572024-10-30T15:54:49.145Z Fresh clap_lex v0.7.2
66582024-10-30T15:54:49.145Z Fresh plain v0.2.3
66592024-10-30T15:54:49.145Z Fresh base16ct v0.2.0
66602024-10-30T15:54:49.146Z Fresh clap_builder v4.5.20
66612024-10-30T15:54:49.146Z Fresh pest_derive v2.7.14
66622024-10-30T15:54:49.146Z Fresh goblin v0.8.2
66632024-10-30T15:54:49.146Z Fresh clap_derive v4.5.18
66642024-10-30T15:54:49.146Z Fresh num-integer v0.1.46
66652024-10-30T15:54:49.146Z Fresh ff v0.13.0
66662024-10-30T15:54:49.146Z Fresh sec1 v0.7.3
66672024-10-30T15:54:49.146Z Fresh pretty-hex v0.4.1
66682024-10-30T15:54:49.146Z Fresh dtrace-parser v0.2.0
66692024-10-30T15:54:49.146Z Fresh group v0.13.0
66702024-10-30T15:54:49.146Z Fresh clap v4.5.20
66712024-10-30T15:54:49.146Z Fresh hkdf v0.12.4
66722024-10-30T15:54:49.146Z Fresh crossbeam-epoch v0.9.18
66732024-10-30T15:54:49.146Z Fresh dof v0.3.0
66742024-10-30T15:54:49.146Z Fresh crypto-bigint v0.5.5
66752024-10-30T15:54:49.146Z Fresh thread-id v4.2.2
66762024-10-30T15:54:49.146Z Fresh crc32fast v1.4.2
66772024-10-30T15:54:49.146Z Fresh bitflags v1.3.2
66782024-10-30T15:54:49.146Z Fresh utf-8 v0.7.6
66792024-10-30T15:54:49.146Z Fresh static_assertions v1.1.0
66802024-10-30T15:54:49.146Z Fresh usdt-impl v0.5.0
66812024-10-30T15:54:49.146Z Fresh elliptic-curve v0.13.8
66822024-10-30T15:54:49.146Z Fresh itertools v0.10.5
66832024-10-30T15:54:49.146Z Fresh hex v0.4.3
66842024-10-30T15:54:49.146Z Fresh bit-vec v0.6.3
66852024-10-30T15:54:49.146Z Fresh stable_deref_trait v1.2.0
66862024-10-30T15:54:49.146Z Fresh bit-set v0.5.3
66872024-10-30T15:54:49.146Z Fresh paste v1.0.15
66882024-10-30T15:54:49.146Z Fresh crossbeam-deque v0.8.5
66892024-10-30T15:54:49.146Z Fresh num-iter v0.1.45
66902024-10-30T15:54:49.146Z Fresh toml v0.8.19
66912024-10-30T15:54:49.146Z Fresh crossbeam-channel v0.5.13
66922024-10-30T15:54:49.146Z Fresh thread_local v1.1.8
66932024-10-30T15:54:49.146Z Fresh rayon-core v1.12.1
66942024-10-30T15:54:49.146Z Fresh usdt-attr-macro v0.5.0
66952024-10-30T15:54:49.146Z Fresh usdt-macro v0.5.0
66962024-10-30T15:54:49.146Z Fresh flate2 v1.0.34
66972024-10-30T15:54:49.146Z Fresh phf_shared v0.11.2
66982024-10-30T15:54:49.146Z Fresh toml v0.7.8
66992024-10-30T15:54:49.146Z Fresh rfc6979 v0.4.0
67002024-10-30T15:54:49.150Z Fresh bstr v1.10.0
67012024-10-30T15:54:49.150Z Fresh zerocopy-derive v0.6.6
67022024-10-30T15:54:49.150Z Fresh curve25519-dalek-derive v0.1.1
67032024-10-30T15:54:49.150Z Fresh memmap v0.7.0
67042024-10-30T15:54:49.150Z Fresh fixedbitset v0.4.2
67052024-10-30T15:54:49.150Z Fresh managed v0.8.0
67062024-10-30T15:54:49.150Z Fresh take_mut v0.2.2
67072024-10-30T15:54:49.150Z Fresh match_cfg v0.1.0
67082024-10-30T15:54:49.150Z Fresh curve25519-dalek v4.1.3
67092024-10-30T15:54:49.150Z Fresh usdt v0.5.0
67102024-10-30T15:54:49.150Z Fresh hostname v0.3.1
67112024-10-30T15:54:49.150Z Fresh petgraph v0.6.5
67122024-10-30T15:54:49.150Z Fresh slog-async v2.8.0
67132024-10-30T15:54:49.150Z Fresh num-bigint-dig v0.8.4
67142024-10-30T15:54:49.150Z Fresh ecdsa v0.16.9
67152024-10-30T15:54:49.150Z Fresh zerocopy v0.6.6
67162024-10-30T15:54:49.150Z Fresh slog-term v2.9.1
67172024-10-30T15:54:49.150Z Fresh phf_shared v0.10.0
67182024-10-30T15:54:49.150Z Fresh pkcs1 v0.7.5
67192024-10-30T15:54:49.150Z Fresh new_debug_unreachable v1.0.6
67202024-10-30T15:54:49.151Z Fresh minimal-lexical v0.2.1
67212024-10-30T15:54:49.151Z Fresh unicode-xid v0.2.6
67222024-10-30T15:54:49.151Z Fresh precomputed-hash v0.1.1
67232024-10-30T15:54:49.151Z Fresh string_cache v0.8.7
67242024-10-30T15:54:49.151Z Fresh rsa v0.9.6
67252024-10-30T15:54:49.151Z Fresh nom v7.1.3
67262024-10-30T15:54:49.151Z Fresh signal-hook v0.3.17
67272024-10-30T15:54:49.151Z Fresh rustls v0.22.4
67282024-10-30T15:54:49.151Z Fresh ed25519 v2.2.3
67292024-10-30T15:54:49.151Z Fresh hubpack_derive v0.1.1
67302024-10-30T15:54:49.151Z Fresh quick-error v1.2.3
67312024-10-30T15:54:49.151Z Fresh ed25519-dalek v2.1.1
67322024-10-30T15:54:49.151Z Fresh tokio-rustls v0.25.0
67332024-10-30T15:54:49.151Z Fresh hubpack v0.1.2
67342024-10-30T15:54:49.151Z Fresh x509-cert v0.2.5
67352024-10-30T15:54:49.151Z Fresh slog-json v2.6.1
67362024-10-30T15:54:49.151Z Fresh itertools v0.12.1
67372024-10-30T15:54:49.151Z Fresh idna v0.4.0
67382024-10-30T15:54:49.151Z Fresh enum-as-inner v0.6.1
67392024-10-30T15:54:49.151Z Fresh async-stream-impl v0.3.6
67402024-10-30T15:54:49.151Z Fresh lalrpop-util v0.19.12
67412024-10-30T15:54:49.151Z Fresh debug-ignore v1.0.5
67422024-10-30T15:54:49.151Z Fresh multer v3.1.0
67432024-10-30T15:54:49.151Z Fresh hickory-proto v0.24.1
67442024-10-30T15:54:49.151Z Fresh async-stream v0.3.6
67452024-10-30T15:54:49.151Z Fresh slog-bunyan v2.5.0
67462024-10-30T15:54:49.151Z Fresh signal-hook-mio v0.2.4
67472024-10-30T15:54:49.151Z Fresh console v0.15.8
67482024-10-30T15:54:49.151Z Fresh dropshot_endpoint v0.12.0
67492024-10-30T15:54:49.151Z Fresh waitgroup v0.1.2
67502024-10-30T15:54:49.151Z Fresh serde_path_to_error v0.1.16
67512024-10-30T15:54:49.151Z Fresh hostname v0.4.0
67522024-10-30T15:54:49.151Z Fresh hash32 v0.2.1
67532024-10-30T15:54:49.151Z Fresh unicode-properties v0.1.3
67542024-10-30T15:54:49.151Z Fresh linked-hash-map v0.5.6
67552024-10-30T15:54:49.151Z Fresh predicates-core v1.0.8
67562024-10-30T15:54:49.151Z Fresh dropshot v0.12.0
67572024-10-30T15:54:49.151Z Fresh lru-cache v0.1.2
67582024-10-30T15:54:49.151Z Fresh stringprep v0.1.5
67592024-10-30T15:54:49.151Z Fresh heapless v0.7.17
67602024-10-30T15:54:49.152Z Fresh crossterm v0.28.1
67612024-10-30T15:54:49.152Z Fresh similar v2.6.0
67622024-10-30T15:54:49.152Z Fresh rayon v1.10.0
67632024-10-30T15:54:49.152Z Fresh tokio-stream v0.1.16
67642024-10-30T15:54:49.152Z Fresh float-cmp v0.9.0
67652024-10-30T15:54:49.152Z Fresh md-5 v0.10.6
67662024-10-30T15:54:49.152Z Fresh difflib v0.4.0
67672024-10-30T15:54:49.152Z Fresh fallible-iterator v0.2.0
67682024-10-30T15:54:49.152Z Fresh normalize-line-endings v0.3.0
67692024-10-30T15:54:49.152Z Fresh postgres-protocol v0.6.7
67702024-10-30T15:54:49.152Z Fresh predicates v3.1.2
67712024-10-30T15:54:49.152Z Fresh smoltcp v0.9.1
67722024-10-30T15:54:49.152Z Fresh portable-atomic v1.9.0
67732024-10-30T15:54:49.152Z Fresh resolv-conf v0.7.0
67742024-10-30T15:54:49.152Z Fresh phf v0.11.2
67752024-10-30T15:54:49.152Z Fresh tungstenite v0.24.0
67762024-10-30T15:54:49.152Z Fresh strum_macros v0.25.3
67772024-10-30T15:54:49.152Z Fresh serde-big-array v0.5.1
67782024-10-30T15:54:49.152Z Fresh serde_repr v0.1.19
67792024-10-30T15:54:49.152Z Fresh number_prefix v0.4.0
67802024-10-30T15:54:49.152Z Fresh peg-runtime v0.8.3
67812024-10-30T15:54:49.152Z Fresh postgres-types v0.2.8
67822024-10-30T15:54:49.152Z Fresh hickory-resolver v0.24.1
67832024-10-30T15:54:49.152Z Fresh tokio-tungstenite v0.24.0
67842024-10-30T15:54:49.152Z Fresh indicatif v0.17.8
67852024-10-30T15:54:49.152Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
67862024-10-30T15:54:49.152Z Fresh derive-where v1.2.7
67872024-10-30T15:54:49.152Z Fresh whoami v1.5.2
67882024-10-30T15:54:49.152Z Fresh hashbrown v0.14.5
67892024-10-30T15:54:49.152Z Fresh unsafe-libyaml v0.2.11
67902024-10-30T15:54:49.152Z Fresh fastrand v2.1.1
67912024-10-30T15:54:49.152Z Fresh fs-err v2.11.0
67922024-10-30T15:54:49.152Z Fresh qorb v0.1.2
67932024-10-30T15:54:49.152Z Fresh tokio-postgres v0.7.12
67942024-10-30T15:54:49.152Z Fresh regress v0.10.1
67952024-10-30T15:54:49.152Z Fresh serde_yaml v0.9.34+deprecated
67962024-10-30T15:54:49.152Z Fresh ident_case v1.0.1
67972024-10-30T15:54:49.152Z Fresh progenitor-client v0.8.0
67982024-10-30T15:54:49.152Z Fresh ipnetwork v0.20.0
67992024-10-30T15:54:49.153Z Fresh typify-impl v0.2.0
68002024-10-30T15:54:49.156Z Fresh darling_core v0.20.10
68012024-10-30T15:54:49.156Z Fresh tempfile v3.13.0
68022024-10-30T15:54:49.156Z Fresh strum_macros v0.26.4
68032024-10-30T15:54:49.156Z Fresh oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
68042024-10-30T15:54:49.156Z Fresh instant v0.1.13
68052024-10-30T15:54:49.156Z Fresh typify-macro v0.2.0
68062024-10-30T15:54:49.156Z Fresh darling_macro v0.20.10
68072024-10-30T15:54:49.156Z Fresh strum v0.26.3
68082024-10-30T15:54:49.156Z Fresh regress v0.9.1
68092024-10-30T15:54:49.156Z Fresh structmeta-derive v0.3.0
68102024-10-30T15:54:49.156Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
68112024-10-30T15:54:49.156Z Fresh typify v0.2.0
68122024-10-30T15:54:49.156Z Fresh darling v0.20.10
68132024-10-30T15:54:49.156Z Fresh newtype-uuid v1.1.2
68142024-10-30T15:54:49.156Z Fresh structmeta v0.3.0
68152024-10-30T15:54:49.156Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
68162024-10-30T15:54:49.156Z Fresh backoff v0.4.0
68172024-10-30T15:54:49.156Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
68182024-10-30T15:54:49.156Z Fresh progenitor-impl v0.8.0
68192024-10-30T15:54:49.156Z Fresh serde_with_macros v3.11.0
68202024-10-30T15:54:49.156Z Fresh parse-display-derive v0.10.0
68212024-10-30T15:54:49.156Z Fresh macaddr v1.0.1
68222024-10-30T15:54:49.156Z Fresh wait-timeout v0.2.0
68232024-10-30T15:54:49.156Z Fresh rand_xorshift v0.3.0
68242024-10-30T15:54:49.156Z Fresh progenitor-macro v0.8.0
68252024-10-30T15:54:49.156Z Fresh serde_with v3.11.0
68262024-10-30T15:54:49.156Z Fresh parse-display v0.10.0
68272024-10-30T15:54:49.156Z Fresh rusty-fork v0.3.0
68282024-10-30T15:54:49.157Z Fresh structmeta-derive v0.2.0
68292024-10-30T15:54:49.157Z Fresh unarray v0.1.4
68302024-10-30T15:54:49.157Z Fresh camino-tempfile v1.1.1
68312024-10-30T15:54:49.157Z Fresh progenitor v0.8.0
68322024-10-30T15:54:49.157Z Fresh proptest v1.5.0
68332024-10-30T15:54:49.157Z Fresh structmeta v0.2.0
68342024-10-30T15:54:49.157Z Fresh proc-macro-crate v1.3.1
68352024-10-30T15:54:49.157Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
68362024-10-30T15:54:49.157Z Fresh test-strategy v0.3.1
68372024-10-30T15:54:49.157Z Fresh proc-macro-error-attr v1.0.4
68382024-10-30T15:54:49.157Z Fresh num_enum_derive v0.5.11
68392024-10-30T15:54:49.157Z Fresh foreign-types-macros v0.2.3
68402024-10-30T15:54:49.157Z Fresh proc-macro-error v1.0.4
68412024-10-30T15:54:49.157Z Fresh num_enum v0.5.11
68422024-10-30T15:54:49.157Z Fresh foreign-types-shared v0.3.1
68432024-10-30T15:54:49.157Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
68442024-10-30T15:54:49.157Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
68452024-10-30T15:54:49.157Z Fresh tabwriter v1.4.0
68462024-10-30T15:54:49.157Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
68472024-10-30T15:54:49.157Z Fresh foreign-types v0.5.0
68482024-10-30T15:54:49.157Z Fresh cstr-argument v0.1.2
68492024-10-30T15:54:49.157Z Fresh pretty-hex v0.2.1
68502024-10-30T15:54:49.157Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
68512024-10-30T15:54:49.157Z Fresh colored v2.1.0
68522024-10-30T15:54:49.157Z Fresh smf v0.2.3
68532024-10-30T15:54:49.157Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
68542024-10-30T15:54:49.157Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
68552024-10-30T15:54:49.157Z Fresh hash32 v0.3.1
68562024-10-30T15:54:49.157Z Fresh cobs v0.2.3
68572024-10-30T15:54:49.157Z Fresh crucible-workspace-hack v0.1.0
68582024-10-30T15:54:49.157Z Fresh heapless v0.8.0
68592024-10-30T15:54:49.157Z Fresh postcard v1.0.10
68602024-10-30T15:54:49.157Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
68612024-10-30T15:54:49.157Z Fresh termtree v0.4.1
68622024-10-30T15:54:49.157Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
68632024-10-30T15:54:49.157Z Fresh smoltcp v0.11.0
68642024-10-30T15:54:49.157Z Fresh predicates-tree v1.0.11
68652024-10-30T15:54:49.157Z Fresh sigpipe v0.1.3
68662024-10-30T15:54:49.157Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
68672024-10-30T15:54:49.158Z Fresh zone_cfg_derive v0.3.0
68682024-10-30T15:54:49.158Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
68692024-10-30T15:54:49.158Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
68702024-10-30T15:54:49.158Z Fresh num-derive v0.4.2
68712024-10-30T15:54:49.158Z Fresh fragile v2.0.0
68722024-10-30T15:54:49.158Z Fresh downcast v0.11.0
68732024-10-30T15:54:49.158Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
68742024-10-30T15:54:49.158Z Fresh mockall_derive v0.13.0
68752024-10-30T15:54:49.158Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
68762024-10-30T15:54:49.158Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
68772024-10-30T15:54:49.158Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
68782024-10-30T15:54:49.158Z Fresh zone v0.3.0
68792024-10-30T15:54:49.158Z Fresh base64 v0.21.7
68802024-10-30T15:54:49.158Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
68812024-10-30T15:54:49.158Z Fresh mockall v0.13.0
68822024-10-30T15:54:49.158Z Fresh convert_case v0.4.0
68832024-10-30T15:54:49.158Z Fresh same-file v1.0.6
68842024-10-30T15:54:49.158Z Fresh atomicwrites v0.4.4
68852024-10-30T15:54:49.158Z Fresh itertools v0.13.0
68862024-10-30T15:54:49.158Z Fresh newline-converter v0.3.0
68872024-10-30T15:54:49.158Z Fresh xattr v1.3.1
68882024-10-30T15:54:49.158Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
68892024-10-30T15:54:49.158Z Fresh derive_more v0.99.18
68902024-10-30T15:54:49.158Z Fresh walkdir v2.5.0
68912024-10-30T15:54:49.158Z Fresh expectorate v1.1.0
68922024-10-30T15:54:49.158Z Fresh filetime v0.2.25
68932024-10-30T15:54:49.158Z Fresh password-hash v0.5.0
68942024-10-30T15:54:49.158Z Fresh tar v0.4.42
68952024-10-30T15:54:49.158Z Fresh blake2 v0.10.6
68962024-10-30T15:54:49.158Z Fresh libsw v3.3.1
68972024-10-30T15:54:49.158Z Fresh swrite v0.1.0
68982024-10-30T15:54:49.158Z Fresh linear-map v1.2.0
68992024-10-30T15:54:49.158Z Fresh argon2 v0.5.3
69002024-10-30T15:54:49.162Z Fresh owo-colors v4.1.0
69012024-10-30T15:54:49.162Z Fresh cancel-safe-futures v0.1.5
69022024-10-30T15:54:49.162Z Fresh indent_write v2.2.0
69032024-10-30T15:54:49.162Z Fresh num-rational v0.4.2
69042024-10-30T15:54:49.162Z Fresh num-complex v0.4.6
69052024-10-30T15:54:49.162Z Fresh float-ord v0.3.2
69062024-10-30T15:54:49.162Z Fresh num v0.4.3
69072024-10-30T15:54:49.162Z Fresh tungstenite v0.21.0
69082024-10-30T15:54:49.162Z Fresh tokio-tungstenite v0.21.0
69092024-10-30T15:54:49.162Z Fresh arc-swap v1.7.1
69102024-10-30T15:54:49.162Z Fresh humantime v2.1.0
69112024-10-30T15:54:49.162Z Fresh slog-scope v4.4.0
69122024-10-30T15:54:49.162Z Fresh semver v0.1.20
69132024-10-30T15:54:49.162Z Fresh home v0.5.9
69142024-10-30T15:54:49.162Z Fresh highway v1.2.0
69152024-10-30T15:54:49.162Z Fresh pem v3.0.4
69162024-10-30T15:54:49.162Z Fresh half v2.4.1
69172024-10-30T15:54:49.162Z Fresh slog-stdlog v4.1.1
69182024-10-30T15:54:49.162Z Fresh rustc_version v0.1.7
69192024-10-30T15:54:49.162Z Fresh ciborium-io v0.2.2
69202024-10-30T15:54:49.162Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
69212024-10-30T15:54:49.162Z Fresh heck v0.3.3
69222024-10-30T15:54:49.162Z Fresh slog-envlogger v2.2.0
69232024-10-30T15:54:49.162Z Fresh ciborium-ll v0.2.2
69242024-10-30T15:54:49.162Z Fresh prettyplease v0.2.22
69252024-10-30T15:54:49.162Z Fresh headers-core v0.3.0
69262024-10-30T15:54:49.162Z Fresh zone_cfg_derive v0.1.2
69272024-10-30T15:54:49.162Z Fresh lzma-sys v0.1.20
69282024-10-30T15:54:49.163Z Fresh ciborium v0.2.2
69292024-10-30T15:54:49.163Z Fresh headers v0.4.0
69302024-10-30T15:54:49.163Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
69312024-10-30T15:54:49.163Z Fresh base64 v0.13.1
69322024-10-30T15:54:49.163Z Fresh zone v0.1.8
69332024-10-30T15:54:49.163Z Fresh xz2 v0.1.7
69342024-10-30T15:54:49.163Z Fresh newtype_derive v0.1.6
69352024-10-30T15:54:49.163Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
69362024-10-30T15:54:49.163Z Fresh ron v0.7.1
69372024-10-30T15:54:49.163Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
69382024-10-30T15:54:49.163Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
69392024-10-30T15:54:49.163Z Fresh yasna v0.5.2
69402024-10-30T15:54:49.163Z Fresh subprocess v0.2.9
69412024-10-30T15:54:49.163Z Fresh steno v0.4.1
69422024-10-30T15:54:49.163Z Fresh rcgen v0.12.1
69432024-10-30T15:54:49.163Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
69442024-10-30T15:54:49.163Z Fresh glob v0.3.1
69452024-10-30T15:54:49.163Z Fresh keccak v0.1.5
69462024-10-30T15:54:49.163Z Fresh universal-hash v0.5.1
69472024-10-30T15:54:49.163Z Fresh sha3 v0.10.8
69482024-10-30T15:54:49.163Z Fresh opaque-debug v0.3.1
69492024-10-30T15:54:49.163Z Fresh display-error-chain v0.2.1
69502024-10-30T15:54:49.163Z Fresh arrayvec v0.7.6
69512024-10-30T15:54:49.163Z Fresh arrayref v0.3.9
69522024-10-30T15:54:49.163Z Fresh constant_time_eq v0.3.1
69532024-10-30T15:54:49.163Z Fresh secrecy v0.8.0
69542024-10-30T15:54:49.163Z Fresh aead v0.5.2
69552024-10-30T15:54:49.163Z Fresh poly1305 v0.8.0
69562024-10-30T15:54:49.163Z Fresh chacha20 v0.9.1
69572024-10-30T15:54:49.163Z Fresh memmap2 v0.9.5
69582024-10-30T15:54:49.163Z Fresh spin v0.5.2
69592024-10-30T15:54:49.163Z Fresh untrusted v0.7.1
69602024-10-30T15:54:49.163Z Fresh blake3 v1.5.4
69612024-10-30T15:54:49.163Z Fresh ring v0.16.20
69622024-10-30T15:54:49.163Z Fresh topological-sort v0.2.2
69632024-10-30T15:54:49.163Z Fresh toolchain_find v0.4.0
69642024-10-30T15:54:49.163Z Fresh thiserror-impl-no-std v2.0.2
69652024-10-30T15:54:49.163Z Fresh maplit v1.0.2
69662024-10-30T15:54:49.163Z Fresh omicron-zone-package v0.11.1
69672024-10-30T15:54:49.164Z Fresh rustfmt-wrapper v0.2.1
69682024-10-30T15:54:49.164Z Fresh thiserror-no-std v2.0.2
69692024-10-30T15:54:49.164Z Fresh chacha20poly1305 v0.10.1
69702024-10-30T15:54:49.164Z Fresh slog-dtrace v0.3.0
69712024-10-30T15:54:49.164Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
69722024-10-30T15:54:49.164Z Fresh vsss-rs v3.3.4
69732024-10-30T15:54:49.164Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
69742024-10-30T15:54:49.164Z Fresh termcolor v1.4.1
69752024-10-30T15:54:49.164Z Fresh tap v1.0.1
69762024-10-30T15:54:49.164Z Fresh gethostname v0.5.0
69772024-10-30T15:54:49.164Z Fresh funty v2.0.0
69782024-10-30T15:54:49.164Z Fresh wyz v0.5.1
69792024-10-30T15:54:49.164Z Fresh crc-catalog v2.4.0
69802024-10-30T15:54:49.164Z Fresh radium v0.7.0
69812024-10-30T15:54:49.164Z Fresh crc v3.2.1
69822024-10-30T15:54:49.164Z Fresh maybe-uninit v2.0.0
69832024-10-30T15:54:49.164Z Fresh packed_struct_codegen v0.10.1
69842024-10-30T15:54:49.164Z Fresh nodrop v0.1.14
69852024-10-30T15:54:49.164Z Fresh bzip2-sys v0.1.11+1.0.8
69862024-10-30T15:54:49.164Z Fresh bitvec v1.0.1
69872024-10-30T15:54:49.164Z Fresh array-init v0.0.4
69882024-10-30T15:54:49.164Z Fresh smallvec v0.6.14
69892024-10-30T15:54:49.164Z Fresh hashbrown v0.12.3
69902024-10-30T15:54:49.164Z Fresh bitfield v0.14.0
69912024-10-30T15:54:49.164Z Fresh bzip2 v0.4.4
69922024-10-30T15:54:49.164Z Fresh packed_struct v0.10.1
69932024-10-30T15:54:49.164Z Fresh indexmap v1.9.3
69942024-10-30T15:54:49.164Z Fresh serde-hex v0.1.0
69952024-10-30T15:54:49.164Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
69962024-10-30T15:54:49.164Z Fresh env_logger v0.10.2
69972024-10-30T15:54:49.164Z Fresh ron v0.8.1
69982024-10-30T15:54:49.164Z Fresh dsl_auto_type v0.1.2
69992024-10-30T15:54:49.164Z Fresh hashbrown v0.13.2
70002024-10-30T15:54:49.177Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
70012024-10-30T15:54:49.177Z Fresh scheduled-thread-pool v0.2.7
70022024-10-30T15:54:49.177Z Fresh diesel_table_macro_syntax v0.2.0
70032024-10-30T15:54:49.177Z Fresh crc-any v2.5.0
70042024-10-30T15:54:49.177Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
70052024-10-30T15:54:49.177Z Fresh object v0.30.4
70062024-10-30T15:54:49.177Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
70072024-10-30T15:54:49.177Z Fresh r2d2 v0.8.10
70082024-10-30T15:54:49.177Z Fresh diesel_derives v2.2.3
70092024-10-30T15:54:49.177Z Fresh zip v0.6.6
70102024-10-30T15:54:49.177Z Fresh bitfield-struct v0.6.2
70112024-10-30T15:54:49.177Z Fresh nibble_vec v0.1.0
70122024-10-30T15:54:49.177Z Fresh path-slash v0.1.5
70132024-10-30T15:54:49.178Z Fresh diff v0.1.13
70142024-10-30T15:54:49.178Z Fresh endian-type v0.1.2
70152024-10-30T15:54:49.178Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
70162024-10-30T15:54:49.178Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
70172024-10-30T15:54:49.178Z Fresh radix_trie v0.2.1
70182024-10-30T15:54:49.178Z Fresh libefi-sys v0.1.0
70192024-10-30T15:54:49.178Z Fresh diesel v2.2.4
70202024-10-30T15:54:49.178Z Fresh crunchy v0.2.2
70212024-10-30T15:54:49.178Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
70222024-10-30T15:54:49.178Z Fresh fxhash v0.2.1
70232024-10-30T15:54:49.178Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
70242024-10-30T15:54:49.179Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
70252024-10-30T15:54:49.179Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
70262024-10-30T15:54:49.179Z Fresh tiny-keccak v2.0.2
70272024-10-30T15:54:49.179Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
70282024-10-30T15:54:49.179Z Fresh ascii-canvas v3.0.0
70292024-10-30T15:54:49.179Z Fresh ref-cast-impl v1.0.23
70302024-10-30T15:54:49.179Z Fresh async-recursion v1.1.1
70312024-10-30T15:54:49.179Z Fresh ena v0.14.3
70322024-10-30T15:54:49.179Z Fresh libloading v0.8.5
70332024-10-30T15:54:49.179Z Fresh regex-syntax v0.6.29
70342024-10-30T15:54:49.179Z Fresh ref-cast v1.0.23
70352024-10-30T15:54:49.179Z Fresh clang-sys v1.8.1
70362024-10-30T15:54:49.179Z Fresh lalrpop v0.19.12
70372024-10-30T15:54:49.179Z Fresh which v4.4.2
70382024-10-30T15:54:49.179Z Fresh cexpr v0.6.0
70392024-10-30T15:54:49.179Z Fresh kstat-rs v0.2.4
70402024-10-30T15:54:49.179Z Fresh lazycell v1.3.0
70412024-10-30T15:54:49.179Z Fresh rustc-hash v1.1.0
70422024-10-30T15:54:49.179Z Fresh bindgen v0.69.5
70432024-10-30T15:54:49.179Z Fresh derive_builder_core v0.20.2
70442024-10-30T15:54:49.179Z Fresh primeorder v0.13.6
70452024-10-30T15:54:49.179Z Fresh derive_builder_macro v0.20.2
70462024-10-30T15:54:49.179Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
70472024-10-30T15:54:49.179Z Fresh strum_macros v0.24.3
70482024-10-30T15:54:49.179Z Fresh indoc v1.0.9
70492024-10-30T15:54:49.183Z Fresh polar-core v0.27.3
70502024-10-30T15:54:49.183Z Fresh libxml v0.3.3
70512024-10-30T15:54:49.183Z Fresh parking_lot_core v0.8.6
70522024-10-30T15:54:49.183Z Fresh derive_builder v0.20.2
70532024-10-30T15:54:49.183Z Fresh impl-trait-for-tuples v0.2.2
70542024-10-30T15:54:49.183Z Fresh oso-derive v0.27.3
70552024-10-30T15:54:49.183Z Fresh quick-xml v0.33.0
70562024-10-30T15:54:49.183Z Fresh unicase v2.7.0
70572024-10-30T15:54:49.183Z Fresh oso v0.27.3
70582024-10-30T15:54:49.183Z Fresh samael v0.0.17
70592024-10-30T15:54:49.184Z Fresh parking_lot v0.11.2
70602024-10-30T15:54:49.184Z Fresh p384 v0.13.0
70612024-10-30T15:54:49.184Z Fresh salty v0.3.0
70622024-10-30T15:54:49.184Z Fresh sled v0.34.7
70632024-10-30T15:54:49.184Z Fresh hickory-client v0.24.1
70642024-10-30T15:54:49.184Z Fresh hickory-server v0.24.1
70652024-10-30T15:54:49.184Z Fresh const_format_proc_macros v0.2.33
70662024-10-30T15:54:49.184Z Fresh phf_generator v0.11.2
70672024-10-30T15:54:49.184Z Fresh bb8 v0.8.5
70682024-10-30T15:54:49.184Z Fresh nanorand v0.7.0
70692024-10-30T15:54:49.184Z Fresh env_filter v0.1.2
70702024-10-30T15:54:49.184Z Fresh atty v0.2.14
70712024-10-30T15:54:49.184Z Fresh vte_generate_state_changes v0.1.2
70722024-10-30T15:54:49.184Z Fresh const_format v0.2.33
70732024-10-30T15:54:49.184Z Fresh phf_codegen v0.11.2
70742024-10-30T15:54:49.184Z Fresh buf-list v1.0.3
70752024-10-30T15:54:49.184Z Fresh vte v0.11.1
70762024-10-30T15:54:49.184Z Fresh env_logger v0.11.5
70772024-10-30T15:54:49.184Z Fresh flume v0.11.0
70782024-10-30T15:54:49.184Z Fresh async-bb8-diesel v0.2.1
70792024-10-30T15:54:49.184Z Fresh diesel-dtrace v0.3.0
70802024-10-30T15:54:49.184Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
70812024-10-30T15:54:49.184Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
70822024-10-30T15:54:49.184Z Fresh parse-zoneinfo v0.3.1
70832024-10-30T15:54:49.185Z Fresh fd-lock v4.0.2
70842024-10-30T15:54:49.185Z Fresh http v0.2.12
70852024-10-30T15:54:49.185Z Fresh cfg_aliases v0.1.1
70862024-10-30T15:54:49.185Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
70872024-10-30T15:54:49.185Z Fresh chrono-tz-build v0.4.0
70882024-10-30T15:54:49.185Z Fresh strip-ansi-escapes v0.2.0
70892024-10-30T15:54:49.185Z Fresh mime_guess v2.0.5
70902024-10-30T15:54:49.185Z Fresh memoffset v0.9.1
70912024-10-30T15:54:49.185Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
70922024-10-30T15:54:49.185Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
70932024-10-30T15:54:49.185Z Fresh pin-project-internal v1.1.6
70942024-10-30T15:54:49.185Z Fresh http-range v0.1.5
70952024-10-30T15:54:49.185Z Fresh nu-ansi-term v0.50.1
70962024-10-30T15:54:49.185Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
70972024-10-30T15:54:49.185Z Fresh nix v0.27.1
70982024-10-30T15:54:49.185Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
70992024-10-30T15:54:49.185Z Fresh reedline v0.35.0
71002024-10-30T15:54:49.189Z Fresh pin-project v1.1.6
71012024-10-30T15:54:49.189Z Fresh hyper-staticfile v0.10.1
71022024-10-30T15:54:49.189Z Fresh http-body v0.4.6
71032024-10-30T15:54:49.189Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
71042024-10-30T15:54:49.189Z Fresh h2 v0.3.26
71052024-10-30T15:54:49.189Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
71062024-10-30T15:54:49.189Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
71072024-10-30T15:54:49.189Z Fresh tungstenite v0.23.0
71082024-10-30T15:54:49.189Z Fresh bytecount v0.6.8
71092024-10-30T15:54:49.189Z Fresh nix v0.28.0
71102024-10-30T15:54:49.189Z Fresh hyper v0.14.30
71112024-10-30T15:54:49.189Z Fresh tokio-tungstenite v0.23.1
71122024-10-30T15:54:49.189Z Fresh papergrid v0.11.0
71132024-10-30T15:54:49.189Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
71142024-10-30T15:54:49.189Z Fresh tabled_derive v0.7.0
71152024-10-30T15:54:49.189Z Fresh peg-macros v0.8.4
71162024-10-30T15:54:49.189Z Fresh signal-hook-tokio v0.3.1
71172024-10-30T15:54:49.189Z Fresh concurrent-queue v2.5.0
71182024-10-30T15:54:49.189Z Fresh snafu-derive v0.8.5
71192024-10-30T15:54:49.189Z Fresh sqlparser_derive v0.2.2
71202024-10-30T15:54:49.190Z Fresh sync_wrapper v0.1.2
71212024-10-30T15:54:49.190Z Fresh parking v2.2.1
71222024-10-30T15:54:49.190Z Fresh unicode_categories v0.1.1
71232024-10-30T15:54:49.190Z Fresh tabled v0.15.0
71242024-10-30T15:54:49.190Z Fresh sqlparser v0.45.0
71252024-10-30T15:54:49.190Z Fresh sqlformat v0.2.6
71262024-10-30T15:54:49.190Z Fresh reqwest v0.11.27
71272024-10-30T15:54:49.190Z Fresh snafu v0.8.5
71282024-10-30T15:54:49.190Z Fresh peg v0.8.4
71292024-10-30T15:54:49.190Z Fresh chrono-tz v0.10.0
71302024-10-30T15:54:49.190Z Fresh rustyline v14.0.0
71312024-10-30T15:54:49.190Z Fresh globset v0.4.15
71322024-10-30T15:54:49.190Z Fresh olpc-cjson v0.1.4
71332024-10-30T15:54:49.190Z Fresh serde_plain v1.0.2
71342024-10-30T15:54:49.190Z Fresh bcs v0.1.6
71352024-10-30T15:54:49.190Z Fresh cargo-platform v0.1.8
71362024-10-30T15:54:49.190Z Fresh typed-path v0.7.1
71372024-10-30T15:54:49.190Z Fresh cargo_metadata v0.18.1
71382024-10-30T15:54:49.190Z Fresh tough v0.17.1
71392024-10-30T15:54:49.190Z Fresh parse-size v1.0.0
71402024-10-30T15:54:49.190Z Fresh event-listener v5.3.1
71412024-10-30T15:54:49.190Z Fresh event-listener-strategy v0.5.2
71422024-10-30T15:54:49.190Z Fresh futures-lite v2.3.0
71432024-10-30T15:54:49.190Z Fresh rand_seeder v0.3.0
71442024-10-30T15:54:49.190Z Fresh libz-sys v1.1.20
71452024-10-30T15:54:49.191Z Fresh csv-core v0.1.11
71462024-10-30T15:54:49.191Z Fresh is_ci v1.2.0
71472024-10-30T15:54:49.191Z Fresh async-lock v3.4.0
71482024-10-30T15:54:49.191Z Fresh polyval v0.6.2
71492024-10-30T15:54:49.191Z Fresh supports-color v3.0.1
71502024-10-30T15:54:49.191Z Fresh csv v1.3.0
71512024-10-30T15:54:49.191Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
71522024-10-30T15:54:49.191Z Fresh castaway v0.2.3
71532024-10-30T15:54:49.191Z Fresh libgit2-sys v0.17.0+1.8.1
71542024-10-30T15:54:49.191Z Fresh polling v3.7.3
71552024-10-30T15:54:49.191Z Fresh compact_str v0.8.0
71562024-10-30T15:54:49.191Z Fresh ghash v0.5.1
71572024-10-30T15:54:49.191Z Fresh async-io v2.3.4
71582024-10-30T15:54:49.191Z Fresh git2 v0.19.0
71592024-10-30T15:54:49.191Z Fresh unicode-truncate v1.1.0
71602024-10-30T15:54:49.191Z Fresh ctr v0.9.2
71612024-10-30T15:54:49.191Z Fresh lru v0.12.5
71622024-10-30T15:54:49.191Z Fresh instability v0.3.2
71632024-10-30T15:54:49.191Z Fresh cfg_aliases v0.2.1
71642024-10-30T15:54:49.191Z Fresh assert_matches v1.5.0
71652024-10-30T15:54:49.191Z Fresh async-task v4.7.1
71662024-10-30T15:54:49.191Z Fresh plotters-backend v0.3.7
71672024-10-30T15:54:49.191Z Fresh cassowary v0.3.0
71682024-10-30T15:54:49.191Z Fresh vergen v8.3.2
71692024-10-30T15:54:49.191Z Fresh aes-gcm v0.10.3
71702024-10-30T15:54:49.191Z Fresh ratatui v0.28.1
71712024-10-30T15:54:49.192Z Fresh plotters-svg v0.3.7
71722024-10-30T15:54:49.192Z Fresh async-channel v2.3.1
71732024-10-30T15:54:49.192Z Fresh piper v0.2.4
71742024-10-30T15:54:49.192Z Fresh ssh-encoding v0.2.0
71752024-10-30T15:54:49.192Z Fresh sct v0.7.1
71762024-10-30T15:54:49.192Z Fresh rustls-webpki v0.101.7
71772024-10-30T15:54:49.192Z Fresh blowfish v0.9.1
71782024-10-30T15:54:49.192Z Fresh rtoolbox v0.0.2
71792024-10-30T15:54:49.192Z Fresh cast v0.3.0
71802024-10-30T15:54:49.192Z Fresh unicode-linebreak v0.1.5
71812024-10-30T15:54:49.192Z Fresh smawk v0.3.2
71822024-10-30T15:54:49.192Z Fresh ssh-cipher v0.2.0
71832024-10-30T15:54:49.192Z Fresh blocking v1.6.1
71842024-10-30T15:54:49.192Z Fresh textwrap v0.16.1
71852024-10-30T15:54:49.192Z Fresh criterion-plot v0.5.0
71862024-10-30T15:54:49.192Z Fresh rustls v0.21.12
71872024-10-30T15:54:49.193Z Fresh bcrypt-pbkdf v0.10.0
71882024-10-30T15:54:49.193Z Fresh rpassword v7.3.1
71892024-10-30T15:54:49.193Z Fresh plotters v0.3.7
71902024-10-30T15:54:49.193Z Fresh tui-tree-widget v0.22.0
71912024-10-30T15:54:49.193Z Fresh libsqlite3-sys v0.30.1
71922024-10-30T15:54:49.193Z Fresh async-executor v1.13.1
71932024-10-30T15:54:49.193Z Fresh async-signal v0.2.10
71942024-10-30T15:54:49.193Z Fresh hashlink v0.9.1
71952024-10-30T15:54:49.193Z Fresh password-hash v0.4.2
71962024-10-30T15:54:49.193Z Fresh tinytemplate v1.2.1
71972024-10-30T15:54:49.193Z Fresh matches v0.1.10
71982024-10-30T15:54:49.193Z Fresh yansi v1.0.1
71992024-10-30T15:54:49.193Z Fresh shell-words v1.1.0
72002024-10-30T15:54:49.196Z Fresh fallible-iterator v0.3.0
72012024-10-30T15:54:49.196Z Fresh oorandom v11.1.4
72022024-10-30T15:54:49.196Z Fresh event-listener v2.5.3
72032024-10-30T15:54:49.196Z Fresh anes v0.1.6
72042024-10-30T15:54:49.196Z Fresh fallible-streaming-iterator v0.1.9
72052024-10-30T15:54:49.196Z Fresh async-channel v1.9.0
72062024-10-30T15:54:49.196Z Fresh idna v0.2.3
72072024-10-30T15:54:49.196Z Fresh pretty_assertions v1.4.1
72082024-10-30T15:54:49.196Z Fresh criterion v0.5.1
72092024-10-30T15:54:49.197Z Fresh rusqlite v0.32.1
72102024-10-30T15:54:49.197Z Fresh pbkdf2 v0.11.0
72112024-10-30T15:54:49.197Z Fresh async-process v2.3.0
72122024-10-30T15:54:49.197Z Fresh nix v0.29.0
72132024-10-30T15:54:49.197Z Fresh async-global-executor v2.4.1
72142024-10-30T15:54:49.197Z Fresh tokio-rustls v0.24.1
72152024-10-30T15:54:49.197Z Fresh target-lexicon v0.12.16
72162024-10-30T15:54:49.197Z Fresh ssh-key v0.6.6
72172024-10-30T15:54:49.197Z Fresh p256 v0.13.2
72182024-10-30T15:54:49.197Z Fresh p521 v0.13.3
72192024-10-30T15:54:49.197Z Fresh rustls-pemfile v1.0.4
72202024-10-30T15:54:49.197Z Fresh twox-hash v1.6.3
72212024-10-30T15:54:49.197Z Fresh enum-as-inner v0.5.1
72222024-10-30T15:54:49.197Z Fresh async-attributes v1.1.2
72232024-10-30T15:54:49.197Z Fresh kv-log-macro v1.0.7
72242024-10-30T15:54:49.197Z Fresh russh-cryptovec v0.7.3
72252024-10-30T15:54:49.197Z Fresh num_cpus v1.16.0
72262024-10-30T15:54:49.197Z Fresh md5 v0.7.0
72272024-10-30T15:54:49.197Z Fresh hex-literal v0.4.1
72282024-10-30T15:54:49.197Z Fresh futures-timer v3.0.3
72292024-10-30T15:54:49.197Z Fresh russh-keys v0.45.0
72302024-10-30T15:54:49.197Z Fresh threadpool v1.8.1
72312024-10-30T15:54:49.197Z Fresh async-std v1.13.0
72322024-10-30T15:54:49.197Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
72332024-10-30T15:54:49.197Z Fresh trust-dns-proto v0.22.0
72342024-10-30T15:54:49.197Z Fresh cfg-expr v0.17.0
72352024-10-30T15:54:49.197Z Fresh doc-comment v0.3.3
72362024-10-30T15:54:49.197Z Fresh guppy-workspace-hack v0.1.0
72372024-10-30T15:54:49.197Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
72382024-10-30T15:54:49.197Z Fresh httptest v0.16.1
72392024-10-30T15:54:49.197Z Fresh fatfs v0.3.6
72402024-10-30T15:54:49.197Z Fresh num-bigint v0.4.6
72412024-10-30T15:54:49.197Z Fresh proc-macro-crate v3.2.0
72422024-10-30T15:54:49.197Z Fresh rustls-native-certs v0.7.3
72432024-10-30T15:54:49.197Z Fresh des v0.8.1
72442024-10-30T15:54:49.197Z Fresh dhcproto-macros v0.1.0
72452024-10-30T15:54:49.197Z Fresh relative-path v1.9.3
72462024-10-30T15:54:49.197Z Fresh escape8259 v0.5.3
72472024-10-30T15:54:49.197Z Fresh hyper-rustls v0.26.0
72482024-10-30T15:54:49.198Z Fresh russh v0.45.0
72492024-10-30T15:54:49.198Z Fresh dhcproto v0.12.0
72502024-10-30T15:54:49.198Z Fresh rstest_macros v0.23.0
72512024-10-30T15:54:49.198Z Fresh libtest-mimic v0.7.3
72522024-10-30T15:54:49.198Z Fresh target-spec v3.2.2
72532024-10-30T15:54:49.198Z Fresh assert_cmd v2.0.16
72542024-10-30T15:54:49.198Z Fresh async-object-pool v0.1.5
72552024-10-30T15:54:49.198Z Fresh blake2b_simd v1.0.2
72562024-10-30T15:54:49.198Z Fresh fancy-regex v0.13.0
72572024-10-30T15:54:49.198Z Fresh pathdiff v0.2.2
72582024-10-30T15:54:49.198Z Fresh serde_regex v1.1.0
72592024-10-30T15:54:49.198Z Fresh assert-json-diff v2.0.2
72602024-10-30T15:54:49.198Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
72612024-10-30T15:54:49.198Z Fresh path-tree v0.8.1
72622024-10-30T15:54:49.198Z Fresh uzers v0.12.1
72632024-10-30T15:54:49.198Z Fresh stringmetrics v2.2.2
72642024-10-30T15:54:49.198Z Fresh internet-checksum v0.2.1
72652024-10-30T15:54:49.198Z Fresh nested v0.1.1
72662024-10-30T15:54:49.198Z Fresh rust-argon2 v2.1.0
72672024-10-30T15:54:49.198Z Fresh datatest-stable v0.2.9
72682024-10-30T15:54:49.198Z Fresh rstest v0.23.0
72692024-10-30T15:54:49.198Z Fresh trybuild v1.0.100
72702024-10-30T15:54:49.198Z Fresh guppy v0.17.8
72712024-10-30T15:54:49.198Z Fresh httpmock v0.8.0-alpha.1
72722024-10-30T15:54:49.198Z Fresh partial-io v0.5.4
72732024-10-30T15:54:49.198Z Fresh similar-asserts v1.6.0
72742024-10-30T15:54:49.198Z Fresh rand_distr v0.4.3
72752024-10-30T15:54:49.198Z Fresh approx v0.5.1
72762024-10-30T15:54:49.198Z Fresh indoc v2.0.5
72772024-10-30T15:54:49.198Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
72782024-10-30T15:54:49.198Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
72792024-10-30T15:54:49.198Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
72802024-10-30T15:54:49.198Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
72812024-10-30T15:54:49.198Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
72822024-10-30T15:54:49.199Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
72832024-10-30T15:54:49.199Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
72842024-10-30T15:54:49.199Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
72852024-10-30T15:54:49.199Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
72862024-10-30T15:54:49.199Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
72872024-10-30T15:54:49.199Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
72882024-10-30T15:54:49.199Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
72892024-10-30T15:54:49.199Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
72902024-10-30T15:54:49.199Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
72912024-10-30T15:54:49.199Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
72922024-10-30T15:54:49.199Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
72932024-10-30T15:54:49.199Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
72942024-10-30T15:54:49.199Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
72952024-10-30T15:54:49.199Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
72962024-10-30T15:54:49.199Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
72972024-10-30T15:54:49.199Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
72982024-10-30T15:54:49.199Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
72992024-10-30T15:54:49.199Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
73002024-10-30T15:54:49.210Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
73012024-10-30T15:54:49.210Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
73022024-10-30T15:54:49.210Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
73032024-10-30T15:54:49.210Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
73042024-10-30T15:54:49.210Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
73052024-10-30T15:54:49.210Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
73062024-10-30T15:54:49.210Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
73072024-10-30T15:54:49.210Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
73082024-10-30T15:54:49.210Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
73092024-10-30T15:54:49.210Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
73102024-10-30T15:54:49.210Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
73112024-10-30T15:54:49.210Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
73122024-10-30T15:54:49.210Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
73132024-10-30T15:54:49.210Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
73142024-10-30T15:54:49.210Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
73152024-10-30T15:54:49.210Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
73162024-10-30T15:54:49.211Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
73172024-10-30T15:54:49.211Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
73182024-10-30T15:54:49.211Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
73192024-10-30T15:54:49.211Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
73202024-10-30T15:54:49.211Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
73212024-10-30T15:54:49.211Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
73222024-10-30T15:54:49.211Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
73232024-10-30T15:54:49.211Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
73242024-10-30T15:54:49.211Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
73252024-10-30T15:54:49.211Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
73262024-10-30T15:54:49.211Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
73272024-10-30T15:54:49.211Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
73282024-10-30T15:54:49.211Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
73292024-10-30T15:54:49.211Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
73302024-10-30T15:54:49.211Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
73312024-10-30T15:54:49.211Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
73322024-10-30T15:54:49.211Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
73332024-10-30T15:54:49.211Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
73342024-10-30T15:54:49.211Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
73352024-10-30T15:54:49.211Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
73362024-10-30T15:54:49.211Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
73372024-10-30T15:54:49.211Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
73382024-10-30T15:54:49.211Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
73392024-10-30T15:54:49.211Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
73402024-10-30T15:54:49.211Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
73412024-10-30T15:54:49.212Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
73422024-10-30T15:54:49.212Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
73432024-10-30T15:54:49.212Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
73442024-10-30T15:54:49.212Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
73452024-10-30T15:54:49.212Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
73462024-10-30T15:54:49.212Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
73472024-10-30T15:54:49.212Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
73482024-10-30T15:54:49.212Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
73492024-10-30T15:54:49.212Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
73502024-10-30T15:54:49.212Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
73512024-10-30T15:54:49.212Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
73522024-10-30T15:54:49.212Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
73532024-10-30T15:54:49.212Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
73542024-10-30T15:54:49.212Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
73552024-10-30T15:54:49.212Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
73562024-10-30T15:54:49.212Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
73572024-10-30T15:54:49.212Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
73582024-10-30T15:54:49.212Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
73592024-10-30T15:54:49.212Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
73602024-10-30T15:54:49.212Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
73612024-10-30T15:54:49.212Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
73622024-10-30T15:54:49.212Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
73632024-10-30T15:54:49.212Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
73642024-10-30T15:54:49.212Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
73652024-10-30T15:54:49.213Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
73662024-10-30T15:54:49.213Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
73672024-10-30T15:54:49.213Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
73682024-10-30T15:54:49.213Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
73692024-10-30T15:54:49.213Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
73702024-10-30T15:54:49.213Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
73712024-10-30T15:54:49.213Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
73722024-10-30T15:54:49.213Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
73732024-10-30T15:54:49.213Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
73742024-10-30T15:54:49.213Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
73752024-10-30T15:54:49.213Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
73762024-10-30T15:54:49.213Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
73772024-10-30T15:54:49.213Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
73782024-10-30T15:54:49.213Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
73792024-10-30T15:54:49.213Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
73802024-10-30T15:54:49.213Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
73812024-10-30T15:54:49.213Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
73822024-10-30T15:54:49.213Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
73832024-10-30T15:54:49.213Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
73842024-10-30T15:54:49.213Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2.10s
73852024-10-30T15:54:49.255Z Doc-tests api_identity
73862024-10-30T15:54:49.258Z 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-d2d90ce9bc591f0f.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
73872024-10-30T15:54:49.542Z
73882024-10-30T15:54:49.542Zrunning 0 tests
73892024-10-30T15:54:49.542Z
73902024-10-30T15:54:49.542Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
73912024-10-30T15:54:49.542Z
73922024-10-30T15:54:49.551Z Doc-tests authz_macros
73932024-10-30T15:54:49.554Z 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-f774426f6c3d5188.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-d69c93099cd1d574.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
73942024-10-30T15:54:49.684Z
73952024-10-30T15:54:49.684Zrunning 7 tests
73962024-10-30T15:54:49.687Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 109) ... ignored
73972024-10-30T15:54:49.688Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 122) ... ignored
73982024-10-30T15:54:49.688Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 27) ... ignored
73992024-10-30T15:54:49.688Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 46) ... ignored
74002024-10-30T15:54:49.688Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 59) ... ignored
74012024-10-30T15:54:49.688Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 76) ... ignored
74022024-10-30T15:54:49.688Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 94) ... ignored
74032024-10-30T15:54:49.688Z
74042024-10-30T15:54:49.688Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
74052024-10-30T15:54:49.688Z
74062024-10-30T15:54:49.696Z Doc-tests bootstore
74072024-10-30T15:54:49.700Z 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-dab6b280561ed0ce.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-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-4516407934ebd078.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`
74082024-10-30T15:54:50.574Z
74092024-10-30T15:54:50.574Zrunning 0 tests
74102024-10-30T15:54:50.574Z
74112024-10-30T15:54:50.574Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
74122024-10-30T15:54:50.574Z
74132024-10-30T15:54:50.601Z Doc-tests bootstrap_agent_api
74142024-10-30T15:54:50.603Z 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-f23804a4a22d6cb2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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-b623ffebf6be930d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-4516407934ebd078.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
74152024-10-30T15:54:50.983Z
74162024-10-30T15:54:50.984Zrunning 2 tests
74172024-10-30T15:54:50.987Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
74182024-10-30T15:54:50.987Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
74192024-10-30T15:54:50.987Z
74202024-10-30T15:54:50.987Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
74212024-10-30T15:54:50.987Z
74222024-10-30T15:54:51.005Z Doc-tests bootstrap_agent_client
74232024-10-30T15:54:51.009Z 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-aa816b97ccce8a91.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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-4516407934ebd078.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`
74242024-10-30T15:54:51.846Z
74252024-10-30T15:54:51.846Zrunning 0 tests
74262024-10-30T15:54:51.846Z
74272024-10-30T15:54:51.846Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
74282024-10-30T15:54:51.846Z
74292024-10-30T15:54:51.873Z Doc-tests clickhouse_admin_api
74302024-10-30T15:54:51.877Z 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-fc6468eada3b2dc6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7fe01af885a1094f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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`
74312024-10-30T15:54:52.110Z
74322024-10-30T15:54:52.111Zrunning 4 tests
74332024-10-30T15:54:52.114Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 34) ... ignored
74342024-10-30T15:54:52.114Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 40) ... ignored
74352024-10-30T15:54:52.115Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 103) ... ignored
74362024-10-30T15:54:52.115Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 109) ... ignored
74372024-10-30T15:54:52.115Z
74382024-10-30T15:54:52.115Ztest result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.00s
74392024-10-30T15:54:52.115Z
74402024-10-30T15:54:52.129Z Doc-tests clickhouse_admin_keeper_client
74412024-10-30T15:54:52.133Z 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-94d7925047b79177.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7fe01af885a1094f.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-ea90aceb97592546.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`
74422024-10-30T15:54:52.605Z
74432024-10-30T15:54:52.605Zrunning 0 tests
74442024-10-30T15:54:52.605Z
74452024-10-30T15:54:52.605Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
74462024-10-30T15:54:52.605Z
74472024-10-30T15:54:52.628Z Doc-tests clickhouse_admin_server_client
74482024-10-30T15:54:52.631Z 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-149476d6cd34ad26.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7fe01af885a1094f.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-ea90aceb97592546.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`
74492024-10-30T15:54:53.005Z
74502024-10-30T15:54:53.005Zrunning 0 tests
74512024-10-30T15:54:53.005Z
74522024-10-30T15:54:53.005Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
74532024-10-30T15:54:53.005Z
74542024-10-30T15:54:53.026Z Doc-tests clickhouse_admin_types
74552024-10-30T15:54:53.029Z 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-7928be43fe3c3b32.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 clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7fe01af885a1094f.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-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
74562024-10-30T15:54:53.498Z
74572024-10-30T15:54:53.498Zrunning 0 tests
74582024-10-30T15:54:53.498Z
74592024-10-30T15:54:53.499Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
74602024-10-30T15:54:53.499Z
74612024-10-30T15:54:53.522Z Doc-tests cockroach_admin_api
74622024-10-30T15:54:53.528Z 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-2f2140b5aae64f9c.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-2fbdd7daa1f798a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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`
74632024-10-30T15:54:53.727Z
74642024-10-30T15:54:53.727Zrunning 2 tests
74652024-10-30T15:54:53.730Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 20) ... ignored
74662024-10-30T15:54:53.730Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 26) ... ignored
74672024-10-30T15:54:53.730Z
74682024-10-30T15:54:53.730Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
74692024-10-30T15:54:53.730Z
74702024-10-30T15:54:53.742Z Doc-tests cockroach_admin_client
74712024-10-30T15:54:53.745Z 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-03a468fe110a1add.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-ea90aceb97592546.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`
74722024-10-30T15:54:54.000Z
74732024-10-30T15:54:54.000Zrunning 0 tests
74742024-10-30T15:54:54.002Z
74752024-10-30T15:54:54.002Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
74762024-10-30T15:54:54.002Z
74772024-10-30T15:54:54.016Z Doc-tests cockroach_admin_types
74782024-10-30T15:54:54.019Z 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-2fbdd7daa1f798a4.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-018c3bc025bc9701.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
74792024-10-30T15:54:54.163Z
74802024-10-30T15:54:54.163Zrunning 0 tests
74812024-10-30T15:54:54.163Z
74822024-10-30T15:54:54.163Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
74832024-10-30T15:54:54.163Z
74842024-10-30T15:54:54.175Z Doc-tests db_macros
74852024-10-30T15:54:54.177Z 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-dfc8d7dab1f1567b.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-d69c93099cd1d574.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
74862024-10-30T15:54:54.423Z
74872024-10-30T15:54:54.424Zrunning 3 tests
74882024-10-30T15:54:54.427Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
74892024-10-30T15:54:54.427Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 51) ... ignored
74902024-10-30T15:54:54.427Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 76) ... ignored
74912024-10-30T15:54:54.427Z
74922024-10-30T15:54:54.427Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
74932024-10-30T15:54:54.427Z
74942024-10-30T15:54:54.438Z Doc-tests dns_server
74952024-10-30T15:54:54.442Z 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-7928be43fe3c3b32.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-3a99d611ba18be26.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-5153f4b7f62da847.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.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-48ec0272d6a2bb69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
74962024-10-30T15:54:54.778Z
74972024-10-30T15:54:54.778Zrunning 0 tests
74982024-10-30T15:54:54.778Z
74992024-10-30T15:54:54.778Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75002024-10-30T15:54:54.778Z
75012024-10-30T15:54:54.799Z Doc-tests dns_server_api
75022024-10-30T15:54:54.802Z 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-5153f4b7f62da847.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-48ec0272d6a2bb69.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
75032024-10-30T15:54:55.015Z
75042024-10-30T15:54:55.015Zrunning 2 tests
75052024-10-30T15:54:55.019Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 104) ... ignored
75062024-10-30T15:54:55.019Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 110) ... ignored
75072024-10-30T15:54:55.019Z
75082024-10-30T15:54:55.019Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
75092024-10-30T15:54:55.019Z
75102024-10-30T15:54:55.033Z Doc-tests dns_service_client
75112024-10-30T15:54:55.036Z 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-043dc443cb50e3ff.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-48ec0272d6a2bb69.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
75122024-10-30T15:54:55.300Z
75132024-10-30T15:54:55.300Zrunning 0 tests
75142024-10-30T15:54:55.300Z
75152024-10-30T15:54:55.300Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75162024-10-30T15:54:55.301Z
75172024-10-30T15:54:55.320Z Doc-tests dpd_client
75182024-10-30T15:54:55.323Z 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-f1d2520a5399346d.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-ea90aceb97592546.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`
75192024-10-30T15:54:56.428Z
75202024-10-30T15:54:56.428Zrunning 0 tests
75212024-10-30T15:54:56.428Z
75222024-10-30T15:54:56.428Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75232024-10-30T15:54:56.428Z
75242024-10-30T15:54:56.462Z Doc-tests end_to_end_tests
75252024-10-30T15:54:56.465Z 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-7928be43fe3c3b32.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-ef94f4a458c54605.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-cb5196e59fefdd89.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2ccd0cfcb5b3b818.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-b623ffebf6be930d.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`
75262024-10-30T15:54:56.917Z
75272024-10-30T15:54:56.917Zrunning 0 tests
75282024-10-30T15:54:56.917Z
75292024-10-30T15:54:56.917Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75302024-10-30T15:54:56.917Z
75312024-10-30T15:54:56.940Z Doc-tests gateway_api
75322024-10-30T15:54:56.944Z 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-97a5384b29fc3fde.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-556634c44c41c46e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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`
75332024-10-30T15:54:57.291Z
75342024-10-30T15:54:57.291Zrunning 2 tests
75352024-10-30T15:54:57.294Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 41) ... ignored
75362024-10-30T15:54:57.294Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 47) ... ignored
75372024-10-30T15:54:57.295Z
75382024-10-30T15:54:57.295Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
75392024-10-30T15:54:57.295Z
75402024-10-30T15:54:57.312Z Doc-tests gateway_client
75412024-10-30T15:54:57.315Z 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-e52fbf1da0827554.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-ea90aceb97592546.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`
75422024-10-30T15:54:58.283Z
75432024-10-30T15:54:58.283Zrunning 0 tests
75442024-10-30T15:54:58.283Z
75452024-10-30T15:54:58.283Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75462024-10-30T15:54:58.283Z
75472024-10-30T15:54:58.309Z Doc-tests gateway_test_utils
75482024-10-30T15:54:58.314Z 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-f83577f8b5f548b1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-556634c44c41c46e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-6d7fc2316b44ab31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-00ba851f3c04c797.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`
75492024-10-30T15:54:58.992Z
75502024-10-30T15:54:58.992Zrunning 0 tests
75512024-10-30T15:54:58.992Z
75522024-10-30T15:54:58.992Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75532024-10-30T15:54:58.992Z
75542024-10-30T15:54:59.019Z Doc-tests gateway_types
75552024-10-30T15:54:59.021Z 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-556634c44c41c46e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2e0fb39c067fc96d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
75562024-10-30T15:54:59.617Z
75572024-10-30T15:54:59.617Zrunning 0 tests
75582024-10-30T15:54:59.617Z
75592024-10-30T15:54:59.618Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75602024-10-30T15:54:59.618Z
75612024-10-30T15:54:59.645Z Doc-tests illumos_utils
75622024-10-30T15:54:59.648Z 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-7928be43fe3c3b32.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-8990be164a5ae7c9.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-7c800b04c876b86f.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-9736dcd81d98990b.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-9c237c0b795c7c61.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-ea90aceb97592546.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-67aaa8ac9d43c4de.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c30efe55451c93e.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6666cfe89c3501a5.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`
75632024-10-30T15:55:01.516Z
75642024-10-30T15:55:01.516Zrunning 0 tests
75652024-10-30T15:55:01.516Z
75662024-10-30T15:55:01.517Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75672024-10-30T15:55:01.517Z
75682024-10-30T15:55:01.572Z Doc-tests installinator
75692024-10-30T15:55:01.576Z 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-7928be43fe3c3b32.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-6a2f22125dbfd97b.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-9736dcd81d98990b.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-7044407479994da1.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0e12b0eb207f231c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8966073b61b1d36d.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2e0fb39c067fc96d.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-9c237c0b795c7c61.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a77cd30c4343a8c1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-1ab8ea60cf0982cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-4516407934ebd078.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-72651b7fce9790a6.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-18ee401ba4c7ed64.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ded0a9f207746014.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`
75702024-10-30T15:55:02.362Z
75712024-10-30T15:55:02.362Zrunning 0 tests
75722024-10-30T15:55:02.363Z
75732024-10-30T15:55:02.363Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75742024-10-30T15:55:02.363Z
75752024-10-30T15:55:02.389Z Doc-tests installinator_api
75762024-10-30T15:55:02.392Z 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-7928be43fe3c3b32.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-a05984613a411686.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8966073b61b1d36d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
75772024-10-30T15:55:02.659Z
75782024-10-30T15:55:02.659Zrunning 2 tests
75792024-10-30T15:55:02.663Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 39) ... ignored
75802024-10-30T15:55:02.663Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 45) ... ignored
75812024-10-30T15:55:02.663Z
75822024-10-30T15:55:02.663Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
75832024-10-30T15:55:02.663Z
75842024-10-30T15:55:02.680Z Doc-tests installinator_client
75852024-10-30T15:55:02.683Z 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-0e12b0eb207f231c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8966073b61b1d36d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-ded0a9f207746014.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`
75862024-10-30T15:55:03.473Z
75872024-10-30T15:55:03.474Zrunning 0 tests
75882024-10-30T15:55:03.474Z
75892024-10-30T15:55:03.474Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75902024-10-30T15:55:03.474Z
75912024-10-30T15:55:03.503Z Doc-tests installinator_common
75922024-10-30T15:55:03.506Z 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-7928be43fe3c3b32.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9736dcd81d98990b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8966073b61b1d36d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-ded0a9f207746014.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75932024-10-30T15:55:03.859Z
75942024-10-30T15:55:03.859Zrunning 0 tests
75952024-10-30T15:55:03.859Z
75962024-10-30T15:55:03.859Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75972024-10-30T15:55:03.859Z
75982024-10-30T15:55:03.881Z Doc-tests internal_dns_resolver
75992024-10-30T15:55:03.885Z 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-7928be43fe3c3b32.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-3a99d611ba18be26.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.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-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-16411a4c8261c1c7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-fbf1dada078aec5b.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`
76002024-10-30T15:55:04.130Z
76012024-10-30T15:55:04.131Zrunning 0 tests
76022024-10-30T15:55:04.131Z
76032024-10-30T15:55:04.131Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76042024-10-30T15:55:04.131Z
76052024-10-30T15:55:04.150Z Doc-tests internal_dns_types
76062024-10-30T15:55:04.153Z 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-7928be43fe3c3b32.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-48ec0272d6a2bb69.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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`
76072024-10-30T15:55:04.445Z
76082024-10-30T15:55:04.445Zrunning 0 tests
76092024-10-30T15:55:04.445Z
76102024-10-30T15:55:04.445Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76112024-10-30T15:55:04.445Z
76122024-10-30T15:55:04.466Z Doc-tests ipcc
76132024-10-30T15:55:04.470Z 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-2e0fb39c067fc96d.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-865fbac8de6150a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
76142024-10-30T15:55:04.703Z
76152024-10-30T15:55:04.703Zrunning 0 tests
76162024-10-30T15:55:04.703Z
76172024-10-30T15:55:04.703Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76182024-10-30T15:55:04.704Z
76192024-10-30T15:55:04.723Z Doc-tests key_manager
76202024-10-30T15:55:04.726Z 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-7d8c0eff3d979e67.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
76212024-10-30T15:55:04.957Z
76222024-10-30T15:55:04.957Zrunning 0 tests
76232024-10-30T15:55:04.958Z
76242024-10-30T15:55:04.958Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76252024-10-30T15:55:04.958Z
76262024-10-30T15:55:04.975Z Doc-tests live_tests_macros
76272024-10-30T15:55:04.979Z 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-214c95459c1bcf4c.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
76282024-10-30T15:55:05.050Z
76292024-10-30T15:55:05.050Zrunning 1 test
76302024-10-30T15:55:05.053Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
76312024-10-30T15:55:05.053Z
76322024-10-30T15:55:05.053Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
76332024-10-30T15:55:05.053Z
76342024-10-30T15:55:05.058Z Doc-tests nexus_auth
76352024-10-30T15:55:05.061Z 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-7928be43fe3c3b32.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-f774426f6c3d5188.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-ae15599e9257fd14.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-fc1f89fec2c8c4b0.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-92cb8242e46173b8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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`
76362024-10-30T15:55:06.380Z
76372024-10-30T15:55:06.381Zrunning 0 tests
76382024-10-30T15:55:06.381Z
76392024-10-30T15:55:06.381Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76402024-10-30T15:55:06.381Z
76412024-10-30T15:55:06.415Z Doc-tests nexus_client
76422024-10-30T15:55:06.418Z 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-95d795743ea61560.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.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-ea90aceb97592546.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`
76432024-10-30T15:55:08.402Z
76442024-10-30T15:55:08.402Zrunning 0 tests
76452024-10-30T15:55:08.402Z
76462024-10-30T15:55:08.402Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76472024-10-30T15:55:08.402Z
76482024-10-30T15:55:08.451Z Doc-tests nexus_config
76492024-10-30T15:55:08.451Z 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-7928be43fe3c3b32.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-beb93251e5462725.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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`
76502024-10-30T15:55:09.004Z
76512024-10-30T15:55:09.004Zrunning 0 tests
76522024-10-30T15:55:09.005Z
76532024-10-30T15:55:09.005Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76542024-10-30T15:55:09.005Z
76552024-10-30T15:55:09.030Z Doc-tests nexus_db_fixed_data
76562024-10-30T15:55:09.032Z 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-fc1f89fec2c8c4b0.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-92cb8242e46173b8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
76572024-10-30T15:55:09.479Z
76582024-10-30T15:55:09.479Zrunning 0 tests
76592024-10-30T15:55:09.480Z
76602024-10-30T15:55:09.480Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76612024-10-30T15:55:09.480Z
76622024-10-30T15:55:09.503Z Doc-tests nexus_db_model
76632024-10-30T15:55:09.506Z 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-7928be43fe3c3b32.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-7fe01af885a1094f.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-dfc8d7dab1f1567b.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-beb93251e5462725.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-92cb8242e46173b8.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-60727c96ec9147ad.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-3e0a6d0f3b3b5114.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.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-ea90aceb97592546.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-b5f36002fb5b7a85.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-4586cf06479e9181.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`
76642024-10-30T15:55:21.833Z
76652024-10-30T15:55:21.833Zrunning 2 tests
76662024-10-30T15:55:24.351Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
76672024-10-30T15:55:28.997Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
76682024-10-30T15:55:28.997Z
76692024-10-30T15:55:28.999Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.16s
76702024-10-30T15:55:28.999Z
76712024-10-30T15:55:29.191Z Doc-tests nexus_db_queries
76722024-10-30T15:55:29.197Z 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-7928be43fe3c3b32.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-7fe01af885a1094f.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-dfc8d7dab1f1567b.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-e52fbf1da0827554.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-9736dcd81d98990b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.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-ae15599e9257fd14.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-fc1f89fec2c8c4b0.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-92cb8242e46173b8.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-04b5a7b8db10ddc9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c8d6099e157665a5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0ae7364b60b79030.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e5022b2df0069629.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb5196e59fefdd89.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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-ccfb2ae96394aa4c.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-fbf1dada078aec5b.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-b5f36002fb5b7a85.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-4586cf06479e9181.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`
76732024-10-30T15:55:31.733Z
76742024-10-30T15:55:31.733Zrunning 1 test
76752024-10-30T15:55:35.125Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 222) ... ok
76762024-10-30T15:55:35.125Z
76772024-10-30T15:55:35.128Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.39s
76782024-10-30T15:55:35.128Z
76792024-10-30T15:55:35.192Z Doc-tests nexus_defaults
76802024-10-30T15:55:35.196Z 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-60727c96ec9147ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
76812024-10-30T15:55:35.402Z
76822024-10-30T15:55:35.403Zrunning 0 tests
76832024-10-30T15:55:35.403Z
76842024-10-30T15:55:35.403Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76852024-10-30T15:55:35.403Z
76862024-10-30T15:55:35.419Z Doc-tests nexus_external_api
76872024-10-30T15:55:35.422Z 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-7928be43fe3c3b32.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-e12d8c8acee77e0c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-3f97a1530d4102bf.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-52e8cb15a4273ade.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-338bde274dfd1d42.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
76882024-10-30T15:55:35.940Z
76892024-10-30T15:55:35.940Zrunning 2 tests
76902024-10-30T15:55:35.943Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 74) ... ignored
76912024-10-30T15:55:35.943Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 80) ... ignored
76922024-10-30T15:55:35.943Z
76932024-10-30T15:55:35.943Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
76942024-10-30T15:55:35.943Z
76952024-10-30T15:55:35.967Z Doc-tests nexus_internal_api
76962024-10-30T15:55:35.969Z 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-b6dd3319cffb0879.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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`
76972024-10-30T15:55:36.379Z
76982024-10-30T15:55:36.379Zrunning 2 tests
76992024-10-30T15:55:36.382Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 59) ... ignored
77002024-10-30T15:55:36.382Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 65) ... ignored
77012024-10-30T15:55:36.382Z
77022024-10-30T15:55:36.382Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
77032024-10-30T15:55:36.382Z
77042024-10-30T15:55:36.404Z Doc-tests nexus_inventory
77052024-10-30T15:55:36.408Z 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-7928be43fe3c3b32.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-94d7925047b79177.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-149476d6cd34ad26.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7fe01af885a1094f.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-e52fbf1da0827554.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-f83577f8b5f548b1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c8d6099e157665a5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb5196e59fefdd89.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-ea90aceb97592546.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-b5f36002fb5b7a85.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-98e6af5c8a4e8604.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`
77062024-10-30T15:55:36.756Z
77072024-10-30T15:55:36.756Zrunning 0 tests
77082024-10-30T15:55:36.756Z
77092024-10-30T15:55:36.759Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77102024-10-30T15:55:36.759Z
77112024-10-30T15:55:36.779Z Doc-tests nexus_macros_common
77122024-10-30T15:55:36.782Z 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-d69c93099cd1d574.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
77132024-10-30T15:55:36.854Z
77142024-10-30T15:55:36.854Zrunning 0 tests
77152024-10-30T15:55:36.855Z
77162024-10-30T15:55:36.855Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77172024-10-30T15:55:36.855Z
77182024-10-30T15:55:36.862Z Doc-tests nexus_metrics_producer_gc
77192024-10-30T15:55:36.865Z 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-92cb8242e46173b8.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-04b5a7b8db10ddc9.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-255044dc3d0f8cd9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e5022b2df0069629.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-41883924c2af71ad.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`
77202024-10-30T15:55:37.265Z
77212024-10-30T15:55:37.265Zrunning 0 tests
77222024-10-30T15:55:37.265Z
77232024-10-30T15:55:37.265Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77242024-10-30T15:55:37.265Z
77252024-10-30T15:55:37.293Z Doc-tests nexus_networking
77262024-10-30T15:55:37.295Z 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-04b5a7b8db10ddc9.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-922e4d40b8ca29c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-b5f36002fb5b7a85.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`
77272024-10-30T15:55:37.708Z
77282024-10-30T15:55:37.708Zrunning 0 tests
77292024-10-30T15:55:37.708Z
77302024-10-30T15:55:37.708Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77312024-10-30T15:55:37.708Z
77322024-10-30T15:55:37.736Z Doc-tests nexus_reconfigurator_execution
77332024-10-30T15:55:37.740Z 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-7928be43fe3c3b32.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-94d7925047b79177.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-149476d6cd34ad26.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7fe01af885a1094f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-03a468fe110a1add.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-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.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-beb93251e5462725.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-92cb8242e46173b8.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-04b5a7b8db10ddc9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c8d6099e157665a5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-922e4d40b8ca29c9.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-28a161fb8d25a018.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0ae7364b60b79030.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-999791a2f233b800.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e5022b2df0069629.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e3f0446dcbb71257.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-70b7b8f323f6b9ef.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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-b5f36002fb5b7a85.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-ded0a9f207746014.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`
77342024-10-30T15:55:38.195Z
77352024-10-30T15:55:38.195Zrunning 0 tests
77362024-10-30T15:55:38.195Z
77372024-10-30T15:55:38.195Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77382024-10-30T15:55:38.195Z
77392024-10-30T15:55:38.224Z Doc-tests nexus_reconfigurator_planning
77402024-10-30T15:55:38.227Z 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-7928be43fe3c3b32.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-7fe01af885a1094f.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-e52fbf1da0827554.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-4f9e58534402aecd.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-beb93251e5462725.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c8d6099e157665a5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0ae7364b60b79030.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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-b5f36002fb5b7a85.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-98e6af5c8a4e8604.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`
77412024-10-30T15:55:38.680Z
77422024-10-30T15:55:38.680Zrunning 0 tests
77432024-10-30T15:55:38.680Z
77442024-10-30T15:55:38.680Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77452024-10-30T15:55:38.680Z
77462024-10-30T15:55:38.706Z Doc-tests nexus_reconfigurator_preparation
77472024-10-30T15:55:38.709Z 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-7928be43fe3c3b32.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-92cb8242e46173b8.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-04b5a7b8db10ddc9.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-999791a2f233b800.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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`
77482024-10-30T15:55:39.088Z
77492024-10-30T15:55:39.088Zrunning 0 tests
77502024-10-30T15:55:39.088Z
77512024-10-30T15:55:39.088Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77522024-10-30T15:55:39.088Z
77532024-10-30T15:55:39.115Z Doc-tests nexus_saga_recovery
77542024-10-30T15:55:39.118Z 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-ae15599e9257fd14.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-92cb8242e46173b8.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-04b5a7b8db10ddc9.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-88c4200df3356f3d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e5022b2df0069629.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e3f0446dcbb71257.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-4586cf06479e9181.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`
77552024-10-30T15:55:39.476Z
77562024-10-30T15:55:39.476Zrunning 0 tests
77572024-10-30T15:55:39.476Z
77582024-10-30T15:55:39.476Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77592024-10-30T15:55:39.476Z
77602024-10-30T15:55:39.500Z Doc-tests nexus_sled_agent_shared
77612024-10-30T15:55:39.503Z 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-9736dcd81d98990b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.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-ea90aceb97592546.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-4516407934ebd078.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`
77622024-10-30T15:55:39.897Z
77632024-10-30T15:55:39.897Zrunning 0 tests
77642024-10-30T15:55:39.897Z
77652024-10-30T15:55:39.897Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77662024-10-30T15:55:39.897Z
77672024-10-30T15:55:39.920Z Doc-tests nexus_test_interface
77682024-10-30T15:55:39.923Z 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-beb93251e5462725.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-937de14ccbde41d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
77692024-10-30T15:55:40.214Z
77702024-10-30T15:55:40.214Zrunning 0 tests
77712024-10-30T15:55:40.214Z
77722024-10-30T15:55:40.214Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77732024-10-30T15:55:40.214Z
77742024-10-30T15:55:40.235Z Doc-tests nexus_test_utils
77752024-10-30T15:55:40.238Z 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-7928be43fe3c3b32.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-9fe957551575b828.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a99d611ba18be26.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.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-f83577f8b5f548b1.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-9736dcd81d98990b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-04b5a7b8db10ddc9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-937de14ccbde41d0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e5022b2df0069629.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb5196e59fefdd89.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a85e82a5db0ee7d2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2751343714bce898.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-b5f36002fb5b7a85.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`
77762024-10-30T15:55:41.226Z
77772024-10-30T15:55:41.227Zrunning 0 tests
77782024-10-30T15:55:41.227Z
77792024-10-30T15:55:41.227Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77802024-10-30T15:55:41.227Z
77812024-10-30T15:55:41.260Z Doc-tests nexus_test_utils_macros
77822024-10-30T15:55:41.262Z 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-e3f0446dcbb71257.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
77832024-10-30T15:55:41.339Z
77842024-10-30T15:55:41.339Zrunning 1 test
77852024-10-30T15:55:41.342Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 43) ... ignored
77862024-10-30T15:55:41.342Z
77872024-10-30T15:55:41.342Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
77882024-10-30T15:55:41.342Z
77892024-10-30T15:55:41.348Z Doc-tests nexus_types
77902024-10-30T15:55:41.351Z 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-7928be43fe3c3b32.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d2d90ce9bc591f0f.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-7fe01af885a1094f.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-e52fbf1da0827554.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-48ec0272d6a2bb69.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-ee66456ef8ba2a26.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.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-ea90aceb97592546.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-338bde274dfd1d42.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-4586cf06479e9181.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-ded0a9f207746014.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`
77912024-10-30T15:55:44.416Z
77922024-10-30T15:55:44.416Zrunning 0 tests
77932024-10-30T15:55:44.416Z
77942024-10-30T15:55:44.416Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77952024-10-30T15:55:44.416Z
77962024-10-30T15:55:44.483Z Doc-tests omicron_certificates
77972024-10-30T15:55:44.486Z 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-6a2f22125dbfd97b.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-3e0a6d0f3b3b5114.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
77982024-10-30T15:55:44.751Z
77992024-10-30T15:55:44.751Zrunning 0 tests
78002024-10-30T15:55:44.751Z
78012024-10-30T15:55:44.751Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78022024-10-30T15:55:44.751Z
78032024-10-30T15:55:44.770Z Doc-tests omicron_clickhouse_admin
78042024-10-30T15:55:44.773Z 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-7928be43fe3c3b32.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-fc6468eada3b2dc6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7fe01af885a1094f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-e4a65af2644cdc16.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-9736dcd81d98990b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e5022b2df0069629.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ae29726581c22478.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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-8e1c6452382aacb7.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-ad92177ee2c2f020.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`
78052024-10-30T15:55:45.068Z
78062024-10-30T15:55:45.068Zrunning 0 tests
78072024-10-30T15:55:45.068Z
78082024-10-30T15:55:45.068Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78092024-10-30T15:55:45.068Z
78102024-10-30T15:55:45.090Z Doc-tests omicron_cockroach_admin
78112024-10-30T15:55:45.092Z 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-7928be43fe3c3b32.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-2f2140b5aae64f9c.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-2fbdd7daa1f798a4.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-9736dcd81d98990b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e5022b2df0069629.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-48838b6bb865c939.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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`
78122024-10-30T15:55:45.378Z
78132024-10-30T15:55:45.378Zrunning 0 tests
78142024-10-30T15:55:45.378Z
78152024-10-30T15:55:45.378Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78162024-10-30T15:55:45.379Z
78172024-10-30T15:55:45.399Z Doc-tests omicron_common
78182024-10-30T15:55:45.402Z 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-7928be43fe3c3b32.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d2d90ce9bc591f0f.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-9964fa3b2bdee188.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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`
78192024-10-30T15:55:47.382Z
78202024-10-30T15:55:47.382Zrunning 2 tests
78212024-10-30T15:55:47.385Ztest common/src/lib.rs - FileKv (line 40) ... ignored
78222024-10-30T15:55:51.726Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 612) ... ok
78232024-10-30T15:55:51.727Z
78242024-10-30T15:55:51.729Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.34s
78252024-10-30T15:55:51.729Z
78262024-10-30T15:55:51.775Z Doc-tests omicron_ddm_admin_client
78272024-10-30T15:55:51.778Z 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-9c237c0b795c7c61.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a77cd30c4343a8c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-4516407934ebd078.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`
78282024-10-30T15:55:52.036Z
78292024-10-30T15:55:52.036Zrunning 0 tests
78302024-10-30T15:55:52.036Z
78312024-10-30T15:55:52.036Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78322024-10-30T15:55:52.036Z
78332024-10-30T15:55:52.056Z Doc-tests omicron_dev_lib
78342024-10-30T15:55:52.059Z 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-327ad4085299aee4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
78352024-10-30T15:55:52.278Z
78362024-10-30T15:55:52.278Zrunning 0 tests
78372024-10-30T15:55:52.278Z
78382024-10-30T15:55:52.278Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78392024-10-30T15:55:52.278Z
78402024-10-30T15:55:52.296Z Doc-tests omicron_gateway
78412024-10-30T15:55:52.299Z 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-7928be43fe3c3b32.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-97a5384b29fc3fde.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-f83577f8b5f548b1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-556634c44c41c46e.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-9736dcd81d98990b.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2e0fb39c067fc96d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-6d7fc2316b44ab31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e77b6788f49cc45.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2751343714bce898.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-00ba851f3c04c797.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`
78422024-10-30T15:55:52.981Z
78432024-10-30T15:55:52.981Zrunning 0 tests
78442024-10-30T15:55:52.981Z
78452024-10-30T15:55:52.981Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78462024-10-30T15:55:52.981Z
78472024-10-30T15:55:53.014Z Doc-tests omicron_ls_apis
78482024-10-30T15:55:53.017Z 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-7928be43fe3c3b32.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-3eb4d01837039e71.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
78492024-10-30T15:55:53.211Z
78502024-10-30T15:55:53.211Zrunning 1 test
78512024-10-30T15:55:53.214Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
78522024-10-30T15:55:53.214Z
78532024-10-30T15:55:53.214Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
78542024-10-30T15:55:53.214Z
78552024-10-30T15:55:53.225Z Doc-tests omicron_nexus
78562024-10-30T15:55:53.236Z 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-7928be43fe3c3b32.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-94d7925047b79177.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-149476d6cd34ad26.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-03a468fe110a1add.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-9fe957551575b828.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-92064749db37f3ab.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f2de16d8127dcb9c.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-6a2f22125dbfd97b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a99d611ba18be26.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f1d2520a5399346d.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-e52fbf1da0827554.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-f83577f8b5f548b1.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-9736dcd81d98990b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.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-9964fa3b2bdee188.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-ae15599e9257fd14.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-92cb8242e46173b8.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-04b5a7b8db10ddc9.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-60727c96ec9147ad.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e12d8c8acee77e0c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b6dd3319cffb0879.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c8d6099e157665a5.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-255044dc3d0f8cd9.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-922e4d40b8ca29c9.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-28a161fb8d25a018.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-0ae7364b60b79030.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-999791a2f233b800.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-88c4200df3356f3d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-937de14ccbde41d0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-e5022b2df0069629.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-e3f0446dcbb71257.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.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-9c237c0b795c7c61.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-70b7b8f323f6b9ef.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb5196e59fefdd89.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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-2ccd0cfcb5b3b818.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-41883924c2af71ad.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a85e82a5db0ee7d2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8e1c6452382aacb7.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e77b6788f49cc45.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2751343714bce898.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-338bde274dfd1d42.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-094717c547d190b0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-fbf1dada078aec5b.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-b5f36002fb5b7a85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b623ffebf6be930d.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-00ba851f3c04c797.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4586cf06479e9181.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-2dfca2178dfffc19.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-18ee401ba4c7ed64.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-4d4d15da0d7cd8a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ded0a9f207746014.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`
78572024-10-30T15:55:55.971Z
78582024-10-30T15:55:55.971Zrunning 5 tests
78592024-10-30T15:55:55.974Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 235) ... ignored
78602024-10-30T15:56:00.314Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 880) ... ok
78612024-10-30T15:56:00.317Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 910) ... ok
78622024-10-30T15:56:00.319Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 838) ... ok
78632024-10-30T15:56:00.322Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 816) ... ok
78642024-10-30T15:56:00.322Z
78652024-10-30T15:56:00.322Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.35s
78662024-10-30T15:56:00.322Z
78672024-10-30T15:56:00.393Z Doc-tests omicron_package
78682024-10-30T15:56:00.396Z 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-7928be43fe3c3b32.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-9736dcd81d98990b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-216fd8662dc61d6a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1116daadfb02e20c.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-1ab8ea60cf0982cf.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`
78692024-10-30T15:56:00.628Z
78702024-10-30T15:56:00.628Zrunning 0 tests
78712024-10-30T15:56:00.628Z
78722024-10-30T15:56:00.630Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78732024-10-30T15:56:00.630Z
78742024-10-30T15:56:00.642Z Doc-tests omicron_passwords
78752024-10-30T15:56:00.645Z 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-7928be43fe3c3b32.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-6db7a857ff255eff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
78762024-10-30T15:56:00.760Z
78772024-10-30T15:56:00.760Zrunning 0 tests
78782024-10-30T15:56:00.760Z
78792024-10-30T15:56:00.760Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78802024-10-30T15:56:00.760Z
78812024-10-30T15:56:00.771Z Doc-tests omicron_rpaths
78822024-10-30T15:56:00.775Z 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-f750f00a97095fe9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78832024-10-30T15:56:00.842Z
78842024-10-30T15:56:00.842Zrunning 0 tests
78852024-10-30T15:56:00.842Z
78862024-10-30T15:56:00.842Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78872024-10-30T15:56:00.842Z
78882024-10-30T15:56:00.849Z Doc-tests omicron_sled_agent
78892024-10-30T15:56:00.853Z 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-7928be43fe3c3b32.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-dab6b280561ed0ce.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-f23804a4a22d6cb2.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-aa816b97ccce8a91.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-9fe957551575b828.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-6a2f22125dbfd97b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3a99d611ba18be26.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-043dc443cb50e3ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f1d2520a5399346d.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-e52fbf1da0827554.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 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-9736dcd81d98990b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8966073b61b1d36d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.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-7d8c0eff3d979e67.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-9964fa3b2bdee188.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ee66456ef8ba2a26.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a77cd30c4343a8c1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb5196e59fefdd89.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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-67aaa8ac9d43c4de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e77b6788f49cc45.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2751343714bce898.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-094717c547d190b0.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-70b3222593cba3eb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-b079608706e16381.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-e0e4de0f29691a9a.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 sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-089b1ee2f6201eb5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b5f36002fb5b7a85.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b623ffebf6be930d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-1ab8ea60cf0982cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-4516407934ebd078.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-72651b7fce9790a6.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-cb613c8ee9aa3e21.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-4ddd9f4c7d4b8be1.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`
78902024-10-30T15:56:02.844Z
78912024-10-30T15:56:02.844Zrunning 0 tests
78922024-10-30T15:56:02.844Z
78932024-10-30T15:56:02.844Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78942024-10-30T15:56:02.844Z
78952024-10-30T15:56:02.895Z Doc-tests omicron_test_utils
78962024-10-30T15:56:02.898Z 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-7928be43fe3c3b32.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-5ec97c77b29ca641.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-beb93251e5462725.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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`
78972024-10-30T15:56:03.214Z
78982024-10-30T15:56:03.214Zrunning 0 tests
78992024-10-30T15:56:03.214Z
79002024-10-30T15:56:03.215Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79012024-10-30T15:56:03.215Z
79022024-10-30T15:56:03.236Z Doc-tests omicron_uuid_kinds
79032024-10-30T15:56:03.239Z 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`
79042024-10-30T15:56:03.345Z
79052024-10-30T15:56:03.345Zrunning 0 tests
79062024-10-30T15:56:03.345Z
79072024-10-30T15:56:03.345Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79082024-10-30T15:56:03.345Z
79092024-10-30T15:56:03.355Z Doc-tests omicron_workspace_hack
79102024-10-30T15:56:03.361Z 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-7928be43fe3c3b32.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-ea90aceb97592546.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-fbf1dada078aec5b.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 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79112024-10-30T15:56:03.423Z
79122024-10-30T15:56:03.423Zrunning 0 tests
79132024-10-30T15:56:03.423Z
79142024-10-30T15:56:03.423Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79152024-10-30T15:56:03.424Z
79162024-10-30T15:56:03.431Z Doc-tests openapi_manager
79172024-10-30T15:56:03.434Z 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-7928be43fe3c3b32.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-f23804a4a22d6cb2.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-fc6468eada3b2dc6.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-2f2140b5aae64f9c.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-5153f4b7f62da847.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-97a5384b29fc3fde.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-a05984613a411686.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e12d8c8acee77e0c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b6dd3319cffb0879.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-ce33e082f40350e3.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-3f97a1530d4102bf.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-bc0127ce0c7fa521.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-089b1ee2f6201eb5.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-7ffadc85ac98c47a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79182024-10-30T15:56:03.844Z
79192024-10-30T15:56:03.844Zrunning 0 tests
79202024-10-30T15:56:03.844Z
79212024-10-30T15:56:03.844Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79222024-10-30T15:56:03.844Z
79232024-10-30T15:56:03.868Z Doc-tests openapi_manager_types
79242024-10-30T15:56:03.871Z 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-7928be43fe3c3b32.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-ea90aceb97592546.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-3f97a1530d4102bf.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79252024-10-30T15:56:03.940Z
79262024-10-30T15:56:03.940Zrunning 0 tests
79272024-10-30T15:56:03.940Z
79282024-10-30T15:56:03.940Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79292024-10-30T15:56:03.940Z
79302024-10-30T15:56:03.949Z Doc-tests oxide_client
79312024-10-30T15:56:03.951Z 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-7928be43fe3c3b32.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-ea90aceb97592546.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2ccd0cfcb5b3b818.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`
79322024-10-30T15:56:09.115Z
79332024-10-30T15:56:09.115Zrunning 208 tests
79342024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
79352024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
79362024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
79372024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
79382024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
79392024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
79402024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
79412024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
79422024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
79432024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
79442024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
79452024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
79462024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
79472024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
79482024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
79492024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
79502024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
79512024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
79522024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
79532024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
79542024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
79552024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
79562024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
79572024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
79582024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
79592024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
79602024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
79612024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
79622024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
79632024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
79642024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
79652024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
79662024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
79672024-10-30T15:56:09.119Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
79682024-10-30T15:56:09.120Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
79692024-10-30T15:56:09.120Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
79702024-10-30T15:56:09.120Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
79712024-10-30T15:56:09.120Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
79722024-10-30T15:56:09.120Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
79732024-10-30T15:56:09.120Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
79742024-10-30T15:56:09.120Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
79752024-10-30T15:56:09.120Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
79762024-10-30T15:56:09.120Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
79772024-10-30T15:56:09.120Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
79782024-10-30T15:56:09.120Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
79792024-10-30T15:56:09.120Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
79802024-10-30T15:56:09.120Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
79812024-10-30T15:56:09.120Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
79822024-10-30T15:56:09.120Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
79832024-10-30T15:56:09.120Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
79842024-10-30T15:56:09.120Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 26) ... ignored
79852024-10-30T15:56:09.120Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
79862024-10-30T15:56:09.120Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
79872024-10-30T15:56:09.120Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
79882024-10-30T15:56:09.120Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
79892024-10-30T15:56:09.124Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_query (line 24) ... ignored
79902024-10-30T15:56:09.124Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_schema_list (line 25) ... ignored
79912024-10-30T15:56:09.124Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
79922024-10-30T15:56:09.124Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
79932024-10-30T15:56:09.124Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
79942024-10-30T15:56:09.124Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
79952024-10-30T15:56:09.124Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
79962024-10-30T15:56:09.124Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
79972024-10-30T15:56:09.124Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
79982024-10-30T15:56:09.124Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
79992024-10-30T15:56:09.124Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
80002024-10-30T15:56:09.124Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
80012024-10-30T15:56:09.124Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
80022024-10-30T15:56:09.124Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
80032024-10-30T15:56:09.124Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
80042024-10-30T15:56:09.124Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
80052024-10-30T15:56:09.124Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
80062024-10-30T15:56:09.124Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
80072024-10-30T15:56:09.124Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
80082024-10-30T15:56:09.124Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
80092024-10-30T15:56:09.124Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
80102024-10-30T15:56:09.124Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
80112024-10-30T15:56:09.124Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 26) ... ignored
80122024-10-30T15:56:09.124Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
80132024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 26) ... ignored
80142024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
80152024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
80162024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
80172024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
80182024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
80192024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
80202024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
80212024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
80222024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
80232024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
80242024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
80252024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
80262024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
80272024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored
80282024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
80292024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
80302024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
80312024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
80322024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
80332024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
80342024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
80352024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
80362024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
80372024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
80382024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
80392024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
80402024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
80412024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 22) ... ignored
80422024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 24) ... ignored
80432024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 26) ... ignored
80442024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 27) ... ignored
80452024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 28) ... ignored
80462024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 25) ... ignored
80472024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 24) ... ignored
80482024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 27) ... ignored
80492024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 22) ... ignored
80502024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 22) ... ignored
80512024-10-30T15:56:09.125Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 27) ... ignored
80522024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 27) ... ignored
80532024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 24) ... ignored
80542024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 24) ... ignored
80552024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 25) ... ignored
80562024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 24) ... ignored
80572024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 24) ... ignored
80582024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
80592024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
80602024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
80612024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
80622024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
80632024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored
80642024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored
80652024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
80662024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
80672024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
80682024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
80692024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 26) ... ignored
80702024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 24) ... ignored
80712024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 24) ... ignored
80722024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
80732024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
80742024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 26) ... ignored
80752024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 22) ... ignored
80762024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
80772024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
80782024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
80792024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
80802024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
80812024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
80822024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
80832024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
80842024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
80852024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
80862024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
80872024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
80882024-10-30T15:56:09.126Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
80892024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
80902024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
80912024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
80922024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
80932024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
80942024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
80952024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
80962024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
80972024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
80982024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
80992024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
81002024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
81012024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
81022024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
81032024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
81042024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
81052024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
81062024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
81072024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
81082024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
81092024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 26) ... ignored
81102024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 27) ... ignored
81112024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 27) ... ignored
81122024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 28) ... ignored
81132024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 29) ... ignored
81142024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 27) ... ignored
81152024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 28) ... ignored
81162024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 29) ... ignored
81172024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 28) ... ignored
81182024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 26) ... ignored
81192024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
81202024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
81212024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 32) ... ignored
81222024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
81232024-10-30T15:56:09.130Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
81242024-10-30T15:56:09.131Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
81252024-10-30T15:56:09.131Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
81262024-10-30T15:56:09.131Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
81272024-10-30T15:56:09.131Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
81282024-10-30T15:56:09.131Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
81292024-10-30T15:56:09.131Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
81302024-10-30T15:56:09.131Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
81312024-10-30T15:56:09.131Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
81322024-10-30T15:56:09.131Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
81332024-10-30T15:56:09.131Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
81342024-10-30T15:56:09.131Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
81352024-10-30T15:56:09.131Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
81362024-10-30T15:56:09.131Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
81372024-10-30T15:56:09.131Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
81382024-10-30T15:56:09.131Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
81392024-10-30T15:56:09.131Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
81402024-10-30T15:56:09.131Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
81412024-10-30T15:56:09.131Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
81422024-10-30T15:56:09.131Z
81432024-10-30T15:56:09.131Ztest result: ok. 0 passed; 0 failed; 208 ignored; 0 measured; 0 filtered out; finished in 0.01s
81442024-10-30T15:56:09.131Z
81452024-10-30T15:56:09.213Z Doc-tests oximeter
81462024-10-30T15:56:09.216Z 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-7928be43fe3c3b32.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-ea90aceb97592546.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-fd166554aea03d25.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-05e02130a7fe80de.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-70eac72e2106968d.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-52e8cb15a4273ade.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`
81472024-10-30T15:56:09.454Z
81482024-10-30T15:56:09.454Zrunning 2 tests
81492024-10-30T15:56:09.457Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
81502024-10-30T15:56:10.584Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
81512024-10-30T15:56:10.584Z
81522024-10-30T15:56:10.587Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.13s
81532024-10-30T15:56:10.587Z
81542024-10-30T15:56:10.610Z Doc-tests oximeter_api
81552024-10-30T15:56:10.612Z 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-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-bc0127ce0c7fa521.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`
81562024-10-30T15:56:10.855Z
81572024-10-30T15:56:10.855Zrunning 2 tests
81582024-10-30T15:56:10.857Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 24) ... ignored
81592024-10-30T15:56:10.857Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 30) ... ignored
81602024-10-30T15:56:10.857Z
81612024-10-30T15:56:10.857Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81622024-10-30T15:56:10.857Z
81632024-10-30T15:56:10.874Z Doc-tests oximeter_client
81642024-10-30T15:56:10.877Z 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-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-41883924c2af71ad.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`
81652024-10-30T15:56:11.178Z
81662024-10-30T15:56:11.178Zrunning 0 tests
81672024-10-30T15:56:11.178Z
81682024-10-30T15:56:11.178Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81692024-10-30T15:56:11.178Z
81702024-10-30T15:56:11.198Z Doc-tests oximeter_collector
81712024-10-30T15:56:11.201Z 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-7928be43fe3c3b32.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-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f4d3913f366d8290.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-ccfb2ae96394aa4c.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-bc0127ce0c7fa521.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-41883924c2af71ad.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a85e82a5db0ee7d2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8e1c6452382aacb7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-fbf1dada078aec5b.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`
81722024-10-30T15:56:11.696Z
81732024-10-30T15:56:11.696Zrunning 0 tests
81742024-10-30T15:56:11.696Z
81752024-10-30T15:56:11.696Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81762024-10-30T15:56:11.696Z
81772024-10-30T15:56:11.727Z Doc-tests oximeter_db
81782024-10-30T15:56:11.731Z 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-7928be43fe3c3b32.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-e4a65af2644cdc16.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-6a2f22125dbfd97b.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-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-8e1c6452382aacb7.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-ad92177ee2c2f020.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-338bde274dfd1d42.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-2df5b7950dd75f83.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-fbf1dada078aec5b.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`
81792024-10-30T15:56:13.132Z
81802024-10-30T15:56:13.132Zrunning 1 test
81812024-10-30T15:56:13.135Ztest oximeter/db/src/oxql/ast/table_ops/filter.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 115) ... ignored
81822024-10-30T15:56:13.135Z
81832024-10-30T15:56:13.135Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
81842024-10-30T15:56:13.135Z
81852024-10-30T15:56:13.178Z Doc-tests oximeter_instruments
81862024-10-30T15:56:13.181Z 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-ea90aceb97592546.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e77b6788f49cc45.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`
81872024-10-30T15:56:13.572Z
81882024-10-30T15:56:13.572Zrunning 0 tests
81892024-10-30T15:56:13.572Z
81902024-10-30T15:56:13.572Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81912024-10-30T15:56:13.572Z
81922024-10-30T15:56:13.598Z Doc-tests oximeter_macro_impl
81932024-10-30T15:56:13.601Z 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-ea90aceb97592546.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-fd166554aea03d25.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`
81942024-10-30T15:56:13.688Z
81952024-10-30T15:56:13.688Zrunning 0 tests
81962024-10-30T15:56:13.688Z
81972024-10-30T15:56:13.688Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81982024-10-30T15:56:13.688Z
81992024-10-30T15:56:13.697Z Doc-tests oximeter_producer
82002024-10-30T15:56:13.699Z 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-7928be43fe3c3b32.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-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-95d795743ea61560.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-ccfb2ae96394aa4c.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2751343714bce898.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`
82012024-10-30T15:56:14.063Z
82022024-10-30T15:56:14.064Zrunning 0 tests
82032024-10-30T15:56:14.064Z
82042024-10-30T15:56:14.064Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82052024-10-30T15:56:14.064Z
82062024-10-30T15:56:14.091Z Doc-tests oximeter_schema
82072024-10-30T15:56:14.093Z 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-7928be43fe3c3b32.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-ea90aceb97592546.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-05e02130a7fe80de.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-52e8cb15a4273ade.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`
82082024-10-30T15:56:14.393Z
82092024-10-30T15:56:14.393Zrunning 0 tests
82102024-10-30T15:56:14.393Z
82112024-10-30T15:56:14.393Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82122024-10-30T15:56:14.393Z
82132024-10-30T15:56:14.413Z Doc-tests oximeter_test_utils
82142024-10-30T15:56:14.416Z 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-7928be43fe3c3b32.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-e4a65af2644cdc16.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-fd166554aea03d25.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-ad92177ee2c2f020.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-52e8cb15a4273ade.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`
82152024-10-30T15:56:14.656Z
82162024-10-30T15:56:14.656Zrunning 0 tests
82172024-10-30T15:56:14.656Z
82182024-10-30T15:56:14.656Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82192024-10-30T15:56:14.656Z
82202024-10-30T15:56:14.674Z Doc-tests oximeter_timeseries_macro
82212024-10-30T15:56:14.677Z 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-ea90aceb97592546.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-3f39a84b33c075c7.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-70eac72e2106968d.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-77888600dfe9805f.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`
82222024-10-30T15:56:14.905Z
82232024-10-30T15:56:14.905Zrunning 0 tests
82242024-10-30T15:56:14.905Z
82252024-10-30T15:56:14.905Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82262024-10-30T15:56:14.905Z
82272024-10-30T15:56:14.923Z Doc-tests oximeter_types
82282024-10-30T15:56:14.926Z 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-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-fd166554aea03d25.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-52e8cb15a4273ade.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`
82292024-10-30T15:56:15.520Z
82302024-10-30T15:56:15.520Zrunning 11 tests
82312024-10-30T15:56:16.093Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
82322024-10-30T15:56:22.654Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
82332024-10-30T15:56:22.786Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
82342024-10-30T15:56:22.834Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
82352024-10-30T15:56:22.834Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
82362024-10-30T15:56:22.837Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
82372024-10-30T15:56:22.863Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 924) ... ok
82382024-10-30T15:56:22.869Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
82392024-10-30T15:56:23.210Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
82402024-10-30T15:56:25.658Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
82412024-10-30T15:56:27.196Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
82422024-10-30T15:56:27.196Z
82432024-10-30T15:56:27.199Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 11.67s
82442024-10-30T15:56:27.199Z
82452024-10-30T15:56:27.228Z Doc-tests oxlog
82462024-10-30T15:56:27.230Z 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-7928be43fe3c3b32.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-ea90aceb97592546.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6666cfe89c3501a5.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`
82472024-10-30T15:56:27.311Z
82482024-10-30T15:56:27.311Zrunning 0 tests
82492024-10-30T15:56:27.311Z
82502024-10-30T15:56:27.311Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82512024-10-30T15:56:27.311Z
82522024-10-30T15:56:27.320Z Doc-tests oxql_types
82532024-10-30T15:56:27.323Z 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-7928be43fe3c3b32.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-ea90aceb97592546.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-52e8cb15a4273ade.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-338bde274dfd1d42.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`
82542024-10-30T15:56:27.668Z
82552024-10-30T15:56:27.668Zrunning 0 tests
82562024-10-30T15:56:27.668Z
82572024-10-30T15:56:27.668Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82582024-10-30T15:56:27.668Z
82592024-10-30T15:56:27.691Z Doc-tests sled_agent_api
82602024-10-30T15:56:27.693Z 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-ee66456ef8ba2a26.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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-089b1ee2f6201eb5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b623ffebf6be930d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-4516407934ebd078.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`
82612024-10-30T15:56:28.066Z
82622024-10-30T15:56:28.066Zrunning 2 tests
82632024-10-30T15:56:28.069Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 63) ... ignored
82642024-10-30T15:56:28.069Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 69) ... ignored
82652024-10-30T15:56:28.069Z
82662024-10-30T15:56:28.069Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
82672024-10-30T15:56:28.069Z
82682024-10-30T15:56:28.091Z Doc-tests sled_agent_client
82692024-10-30T15:56:28.094Z 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-7928be43fe3c3b32.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-ee66456ef8ba2a26.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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-b5f36002fb5b7a85.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`
82702024-10-30T15:56:29.869Z
82712024-10-30T15:56:29.869Zrunning 0 tests
82722024-10-30T15:56:29.869Z
82732024-10-30T15:56:29.869Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82742024-10-30T15:56:29.869Z
82752024-10-30T15:56:29.911Z Doc-tests sled_agent_types
82762024-10-30T15:56:29.914Z 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-7928be43fe3c3b32.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-dab6b280561ed0ce.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-ee66456ef8ba2a26.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-094717c547d190b0.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-b623ffebf6be930d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-4516407934ebd078.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`
82772024-10-30T15:56:30.701Z
82782024-10-30T15:56:30.701Zrunning 0 tests
82792024-10-30T15:56:30.701Z
82802024-10-30T15:56:30.703Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82812024-10-30T15:56:30.704Z
82822024-10-30T15:56:30.733Z Doc-tests sled_hardware
82832024-10-30T15:56:30.736Z 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-7928be43fe3c3b32.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-e3ee02d27289d5a1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9736dcd81d98990b.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-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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-1ab8ea60cf0982cf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-4516407934ebd078.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-4ddd9f4c7d4b8be1.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`
82842024-10-30T15:56:31.096Z
82852024-10-30T15:56:31.096Zrunning 0 tests
82862024-10-30T15:56:31.096Z
82872024-10-30T15:56:31.096Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82882024-10-30T15:56:31.096Z
82892024-10-30T15:56:31.120Z Doc-tests sled_hardware_types
82902024-10-30T15:56:31.123Z 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-9736dcd81d98990b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-4516407934ebd078.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82912024-10-30T15:56:31.388Z
82922024-10-30T15:56:31.388Zrunning 0 tests
82932024-10-30T15:56:31.388Z
82942024-10-30T15:56:31.388Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82952024-10-30T15:56:31.388Z
82962024-10-30T15:56:31.409Z Doc-tests sled_storage
82972024-10-30T15:56:31.412Z 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-7928be43fe3c3b32.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-9736dcd81d98990b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-7d8c0eff3d979e67.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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-1ab8ea60cf0982cf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-72651b7fce9790a6.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`
82982024-10-30T15:56:31.816Z
82992024-10-30T15:56:31.816Zrunning 0 tests
83002024-10-30T15:56:31.816Z
83012024-10-30T15:56:31.816Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83022024-10-30T15:56:31.816Z
83032024-10-30T15:56:31.841Z Doc-tests sp_sim
83042024-10-30T15:56:31.844Z 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-7928be43fe3c3b32.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-556634c44c41c46e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-00ba851f3c04c797.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`
83052024-10-30T15:56:32.315Z
83062024-10-30T15:56:32.315Zrunning 0 tests
83072024-10-30T15:56:32.315Z
83082024-10-30T15:56:32.315Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83092024-10-30T15:56:32.315Z
83102024-10-30T15:56:32.340Z Doc-tests tufaceous
83112024-10-30T15:56:32.343Z 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-7928be43fe3c3b32.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-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-2dfca2178dfffc19.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-18ee401ba4c7ed64.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83122024-10-30T15:56:32.637Z
83132024-10-30T15:56:32.637Zrunning 0 tests
83142024-10-30T15:56:32.637Z
83152024-10-30T15:56:32.637Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83162024-10-30T15:56:32.637Z
83172024-10-30T15:56:32.660Z Doc-tests tufaceous_lib
83182024-10-30T15:56:32.663Z 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-7928be43fe3c3b32.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-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-e58dffbe4506189f.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-18ee401ba4c7ed64.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.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`
83192024-10-30T15:56:33.095Z
83202024-10-30T15:56:33.095Zrunning 0 tests
83212024-10-30T15:56:33.095Z
83222024-10-30T15:56:33.095Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83232024-10-30T15:56:33.095Z
83242024-10-30T15:56:33.121Z Doc-tests typed_rng
83252024-10-30T15:56:33.124Z 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-ea90aceb97592546.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-98e6af5c8a4e8604.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`
83262024-10-30T15:56:33.210Z
83272024-10-30T15:56:33.210Zrunning 0 tests
83282024-10-30T15:56:33.210Z
83292024-10-30T15:56:33.210Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83302024-10-30T15:56:33.210Z
83312024-10-30T15:56:33.220Z Doc-tests update_common
83322024-10-30T15:56:33.222Z 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-7928be43fe3c3b32.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-6a2f22125dbfd97b.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-9c237c0b795c7c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-2dfca2178dfffc19.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-18ee401ba4c7ed64.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-4d4d15da0d7cd8a3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83332024-10-30T15:56:33.542Z
83342024-10-30T15:56:33.542Zrunning 0 tests
83352024-10-30T15:56:33.542Z
83362024-10-30T15:56:33.542Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83372024-10-30T15:56:33.542Z
83382024-10-30T15:56:33.565Z Doc-tests update_engine
83392024-10-30T15:56:33.567Z 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-7928be43fe3c3b32.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-0f0029d7484c917e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-ded0a9f207746014.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`
83402024-10-30T15:56:34.038Z
83412024-10-30T15:56:34.038Zrunning 4 tests
83422024-10-30T15:56:34.041Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
83432024-10-30T15:56:34.041Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
83442024-10-30T15:56:34.041Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
83452024-10-30T15:56:34.825Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
83462024-10-30T15:56:34.825Z
83472024-10-30T15:56:34.827Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.79s
83482024-10-30T15:56:34.828Z
83492024-10-30T15:56:34.845Z Doc-tests wicket
83502024-10-30T15:56:34.848Z 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-7928be43fe3c3b32.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-9c237c0b795c7c61.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-4516407934ebd078.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-ded0a9f207746014.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dc6467f86c825079.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5efeb957478b62e5.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-713b499a8ffe8f61.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`
83512024-10-30T15:56:35.837Z
83522024-10-30T15:56:35.837Zrunning 0 tests
83532024-10-30T15:56:35.837Z
83542024-10-30T15:56:35.837Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83552024-10-30T15:56:35.837Z
83562024-10-30T15:56:35.874Z Doc-tests wicket_common
83572024-10-30T15:56:35.876Z 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-7928be43fe3c3b32.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f1d2520a5399346d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e52fbf1da0827554.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c1a3be2c2093cfc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-4516407934ebd078.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-ded0a9f207746014.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5efeb957478b62e5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83582024-10-30T15:56:36.439Z
83592024-10-30T15:56:36.439Zrunning 0 tests
83602024-10-30T15:56:36.439Z
83612024-10-30T15:56:36.439Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83622024-10-30T15:56:36.439Z
83632024-10-30T15:56:36.467Z Doc-tests wicket_dbg
83642024-10-30T15:56:36.470Z 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-7928be43fe3c3b32.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-ea90aceb97592546.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-dc6467f86c825079.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-87c785473ee83cae.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83652024-10-30T15:56:36.863Z
83662024-10-30T15:56:36.863Zrunning 0 tests
83672024-10-30T15:56:36.863Z
83682024-10-30T15:56:36.863Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83692024-10-30T15:56:36.863Z
83702024-10-30T15:56:36.888Z Doc-tests wicketd
83712024-10-30T15:56:36.891Z 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-7928be43fe3c3b32.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-aa816b97ccce8a91.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-6a2f22125dbfd97b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-f1d2520a5399346d.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-e52fbf1da0827554.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-f83577f8b5f548b1.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-9736dcd81d98990b.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-7044407479994da1.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a05984613a411686.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0e12b0eb207f231c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-8966073b61b1d36d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4f9e58534402aecd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-48ec0272d6a2bb69.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-3e0a6d0f3b3b5114.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a77cd30c4343a8c1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-0f0029d7484c917e.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-ea90aceb97592546.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-4516407934ebd078.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-2dfca2178dfffc19.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-18ee401ba4c7ed64.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-4d4d15da0d7cd8a3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ded0a9f207746014.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dc6467f86c825079.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5efeb957478b62e5.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-d6017a70b9279256.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7ffadc85ac98c47a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-713b499a8ffe8f61.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83722024-10-30T15:56:37.534Z
83732024-10-30T15:56:37.534Zrunning 0 tests
83742024-10-30T15:56:37.535Z
83752024-10-30T15:56:37.535Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83762024-10-30T15:56:37.535Z
83772024-10-30T15:56:37.566Z Doc-tests wicketd_api
83782024-10-30T15:56:37.569Z 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-aa816b97ccce8a91.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7384040dbc2a43ac.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e52fbf1da0827554.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-6db7a857ff255eff.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-ea90aceb97592546.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-4516407934ebd078.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5efeb957478b62e5.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7ffadc85ac98c47a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83792024-10-30T15:56:37.972Z
83802024-10-30T15:56:37.972Zrunning 2 tests
83812024-10-30T15:56:37.975Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 51) ... ignored
83822024-10-30T15:56:37.975Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 57) ... ignored
83832024-10-30T15:56:37.975Z
83842024-10-30T15:56:37.975Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
83852024-10-30T15:56:37.975Z
83862024-10-30T15:56:37.997Z Doc-tests wicketd_client
83872024-10-30T15:56:37.999Z 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-8966073b61b1d36d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.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-ea90aceb97592546.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-b623ffebf6be930d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-4516407934ebd078.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ded0a9f207746014.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-5efeb957478b62e5.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-713b499a8ffe8f61.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83882024-10-30T15:56:39.624Z
83892024-10-30T15:56:39.624Zrunning 0 tests
83902024-10-30T15:56:39.624Z
83912024-10-30T15:56:39.624Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83922024-10-30T15:56:39.624Z
83932024-10-30T15:56:39.664Z Doc-tests xtask_downloader
83942024-10-30T15:56:39.667Z 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-7928be43fe3c3b32.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-ea90aceb97592546.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-42e34aed8dbd235f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83952024-10-30T15:56:39.837Z
83962024-10-30T15:56:39.837Zrunning 1 test
83972024-10-30T15:56:39.840Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 229) ... ignored
83982024-10-30T15:56:39.840Z
83992024-10-30T15:56:39.840Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
84002024-10-30T15:56:39.840Z
84012024-10-30T15:56:39.851Z Doc-tests zone_setup
84022024-10-30T15:56:39.854Z 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-7928be43fe3c3b32.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-9736dcd81d98990b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9c237c0b795c7c61.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb5196e59fefdd89.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-ea90aceb97592546.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-4516407934ebd078.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-368e16aa70133543.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84032024-10-30T15:56:40.100Z
84042024-10-30T15:56:40.100Zrunning 0 tests
84052024-10-30T15:56:40.100Z
84062024-10-30T15:56:40.100Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84072024-10-30T15:56:40.100Z
84082024-10-30T15:56:40.195Z
84092024-10-30T15:56:40.195Zreal 1:53.187078630
84102024-10-30T15:56:40.195Zuser 1:50.585721365
84112024-10-30T15:56:40.195Zsys 50.830506922
84122024-10-30T15:56:40.195Ztrap 0.022281154
84132024-10-30T15:56:40.198Ztflt 1.304308710
84142024-10-30T15:56:40.198Zdflt 8.914363067
84152024-10-30T15:56:40.198Zkflt 0.023111387
84162024-10-30T15:56:40.198Zlock 1:36.582126215
84172024-10-30T15:56:40.198Zslp 13:15.481098015
84182024-10-30T15:56:40.198Zlat 2.827721522
84192024-10-30T15:56:40.198Zstop 7.446151442
84202024-10-30T15:56:40.198Z+ [[ illumos == \i\l\l\u\m\o\s ]]
84212024-10-30T15:56:40.198Z+ banner live-test
84222024-10-30T15:56:40.201Z
84232024-10-30T15:56:40.201Z # # # # ###### ##### ###### #### #####
84242024-10-30T15:56:40.201Z # # # # # # # # #
84252024-10-30T15:56:40.201Z # # # # ##### ##### # ##### #### #
84262024-10-30T15:56:40.201Z # # # # # # # # #
84272024-10-30T15:56:40.201Z # # # # # # # # # #
84282024-10-30T15:56:40.201Z ###### # ## ###### # ###### #### #
84292024-10-30T15:56:40.201Z
84302024-10-30T15:56:40.201Z+ ptime -m cargo xtask live-tests
84312024-10-30T15:56:40.916Z Compiling serde v1.0.210
84322024-10-30T15:56:40.918Z Compiling serde_json v1.0.128
84332024-10-30T15:56:40.918Z Compiling libc v0.2.161
84342024-10-30T15:56:40.918Z Compiling rustix v0.38.37
84352024-10-30T15:56:40.918Z Compiling syn v2.0.79
84362024-10-30T15:56:40.918Z Compiling bitflags v2.6.0
84372024-10-30T15:56:41.427Z Compiling usdt-impl v0.5.0
84382024-10-30T15:56:41.430Z Compiling syn v1.0.109
84392024-10-30T15:56:41.475Z Compiling log v0.4.22
84402024-10-30T15:56:41.643Z Compiling hashbrown v0.15.0
84412024-10-30T15:56:41.662Z Compiling fs-err v2.11.0
84422024-10-30T15:56:41.896Z Compiling once_cell v1.20.2
84432024-10-30T15:56:42.030Z Compiling anyhow v1.0.89
84442024-10-30T15:56:42.595Z Compiling thread-id v4.2.2
84452024-10-30T15:56:42.741Z Compiling indexmap v2.6.0
84462024-10-30T15:56:43.973Z Compiling terminal_size v0.4.0
84472024-10-30T15:56:43.976Z Compiling tempfile v3.13.0
84482024-10-30T15:56:43.994Z Compiling clap_builder v4.5.20
84492024-10-30T15:56:44.527Z Compiling proc-macro-error v1.0.4
84502024-10-30T15:56:45.839Z Compiling tabled_derive v0.7.0
84512024-10-30T15:56:47.550Z Compiling tabled v0.15.0
84522024-10-30T15:56:48.043Z Compiling serde_derive v1.0.210
84532024-10-30T15:56:48.043Z Compiling thiserror-impl v1.0.64
84542024-10-30T15:56:48.046Z Compiling zerocopy-derive v0.7.35
84552024-10-30T15:56:48.046Z Compiling scroll_derive v0.12.0
84562024-10-30T15:56:48.046Z Compiling clap_derive v4.5.18
84572024-10-30T15:56:49.693Z Compiling scroll v0.12.0
84582024-10-30T15:56:50.225Z Compiling goblin v0.8.2
84592024-10-30T15:56:50.458Z Compiling zerocopy v0.7.35
84602024-10-30T15:56:51.275Z Compiling thiserror v1.0.64
84612024-10-30T15:56:51.448Z Compiling pest v2.7.14
84622024-10-30T15:56:51.750Z Compiling clap v4.5.20
84632024-10-30T15:56:53.632Z Compiling pest_meta v2.7.14
84642024-10-30T15:56:54.491Z Compiling pest_generator v2.7.14
84652024-10-30T15:56:56.300Z Compiling pest_derive v2.7.14
84662024-10-30T15:56:57.158Z Compiling dtrace-parser v0.2.0
84672024-10-30T15:56:57.884Z Compiling serde_tokenstream v0.2.2
84682024-10-30T15:56:58.068Z Compiling toml_datetime v0.6.8
84692024-10-30T15:56:58.085Z Compiling serde_spanned v0.6.8
84702024-10-30T15:56:58.212Z Compiling camino v1.1.9
84712024-10-30T15:56:58.230Z Compiling cargo-platform v0.1.8
84722024-10-30T15:56:58.328Z Compiling semver v1.0.23
84732024-10-30T15:56:58.331Z Compiling macaddr v1.0.1
84742024-10-30T15:56:58.506Z Compiling toml_edit v0.22.22
84752024-10-30T15:56:58.820Z Compiling camino-tempfile v1.1.1
84762024-10-30T15:56:59.416Z Compiling dof v0.3.0
84772024-10-30T15:56:59.429Z Compiling cargo_metadata v0.18.1
84782024-10-30T15:57:01.226Z Compiling usdt-attr-macro v0.5.0
84792024-10-30T15:57:01.229Z Compiling usdt-macro v0.5.0
84802024-10-30T15:57:01.385Z Compiling toml v0.8.19
84812024-10-30T15:57:02.212Z Compiling cargo_toml v0.20.5
84822024-10-30T15:57:02.754Z Compiling usdt v0.5.0
84832024-10-30T15:57:05.706Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
84842024-10-30T15:57:09.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.46s
84852024-10-30T15:57:09.788Z Running `target/debug/xtask live-tests`
84862024-10-30T15:57:09.818Zusing temporary directory: /var/tmp/omicron_tmp/.tmpMoWqUv
84872024-10-30T15:57:09.818Zwill create archive file: /var/tmp/omicron_tmp/.tmpMoWqUv/live-tests-archive/omicron-live-tests.tar.zst
84882024-10-30T15:57:09.818Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
84892024-10-30T15:57:09.818Z
84902024-10-30T15:57:09.821Zrunning: /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/.tmpMoWqUv/live-tests-archive/omicron-live-tests.tar.zst"
84912024-10-30T15:57:11.777Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
84922024-10-30T15:57:11.886Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
84932024-10-30T15:57:11.888Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
84942024-10-30T15:57:11.907Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
84952024-10-30T15:57:11.921Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
84962024-10-30T15:57:11.924Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
84972024-10-30T15:57:11.956Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
84982024-10-30T15:57:11.958Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
84992024-10-30T15:57:12.353Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
85002024-10-30T15:57:13.008Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
85012024-10-30T15:57:14.123Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
85022024-10-30T15:57:14.220Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
85032024-10-30T15:57:15.397Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
85042024-10-30T15:57:15.978Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
85052024-10-30T15:57:17.100Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
85062024-10-30T15:57:17.100Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
85072024-10-30T15:57:29.063Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
85082024-10-30T15:57:29.063Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
85092024-10-30T15:57:29.065Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
85102024-10-30T15:57:30.065Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
85112024-10-30T15:58:16.865Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
85122024-10-30T15:58:17.396Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
85132024-10-30T15:59:16.170Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
85142024-10-30T15:59:20.816Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
85152024-10-30T15:59:41.937Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 30s
85162024-10-30T15:59:42.114Zinfo: experimental features enabled: setup-scripts
85172024-10-30T15:59:42.120Z Archiving 1 binary, 1 build script output directory, 1 linked path, and 1 standard library to /var/tmp/omicron_tmp/.tmpMoWqUv/live-tests-archive/omicron-live-tests.tar.zst
85182024-10-30T15:59:42.602Z Archived 36 files to /var/tmp/omicron_tmp/.tmpMoWqUv/live-tests-archive/omicron-live-tests.tar.zst in 0.48s
85192024-10-30T15:59:42.649Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpMoWqUv/live-tests-archive\""
85202024-10-30T15:59:42.661Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpMoWqUv" "live-tests-archive"
85212024-10-30T15:59:42.729Zcreated:
85222024-10-30T15:59:42.729ZTo use this:
85232024-10-30T15:59:42.729Z
85242024-10-30T15:59:42.729Z1. Copy the tarball to the switch zone in a deployed Omicron system.
85252024-10-30T15:59:42.729Z
85262024-10-30T15:59:42.729Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
85272024-10-30T15:59:42.732Z e.g., scp \
85282024-10-30T15:59:42.732Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
85292024-10-30T15:59:42.732Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
85302024-10-30T15:59:42.732Z
85312024-10-30T15:59:42.732Z2. Copy the `cargo-nextest` binary to the same place.
85322024-10-30T15:59:42.732Z
85332024-10-30T15:59:42.732Z e.g., scp \
85342024-10-30T15:59:42.732Z $(which cargo-nextest) \
85352024-10-30T15:59:42.732Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
85362024-10-30T15:59:42.732Z
85372024-10-30T15:59:42.732Z3. From the switch zone on that system, unpack the tarball with:
85382024-10-30T15:59:42.732Z
85392024-10-30T15:59:42.732Z tar xzf live-tests-archive.tgz
85402024-10-30T15:59:42.732Z
85412024-10-30T15:59:42.732Z4. From the switch zone on that system, run tests with:
85422024-10-30T15:59:42.732Z
85432024-10-30T15:59:42.732Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
85442024-10-30T15:59:42.732Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
85452024-10-30T15:59:42.732Z --workspace-remap live-tests-archive
85462024-10-30T15:59:42.732Z
85472024-10-30T15:59:42.732Z
85482024-10-30T15:59:42.732Zreal 3:02.503939970
85492024-10-30T15:59:42.732Zuser 5:55.523802843
85502024-10-30T15:59:42.732Zsys 1:14.390861924
85512024-10-30T15:59:42.732Ztrap 0.094139552
85522024-10-30T15:59:42.732Ztflt 0.708763169
85532024-10-30T15:59:42.732Zdflt 2.973335908
85542024-10-30T15:59:42.732Zkflt 0.001649562
85552024-10-30T15:59:42.732Zlock 18:05.877925775
85562024-10-30T15:59:42.732Zslp 25:00.041340162
85572024-10-30T15:59:42.732Zlat 6.115262596
85582024-10-30T15:59:42.733Zstop 17.404136965
85592024-10-30T15:59:42.733Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
85602024-10-30T15:59:42.735Z+ unset TMPDIR
85612024-10-30T15:59:42.738Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
85622024-10-30T15:59:42.738Zfiles in /var/tmp/omicron_tmp (none expected on success):
85632024-10-30T15:59:42.738Z+ find /var/tmp/omicron_tmp -ls
85642024-10-30T15:59:42.742Z164221 11 drwxr-xr-x 2 build build 2 Oct 30 15:59 /var/tmp/omicron_tmp
85652024-10-30T15:59:42.745Z+ rmdir /var/tmp/omicron_tmp
85662024-10-30T15:59:43.726Zprocess exited: duration 5504576 ms, exit code 0
 
85672024-10-30T15:59:43.740Zfound 1 output files
85682024-10-30T15:59:43.740Zuploading: /work/crate-build-timings.json (565512 bytes)
85692024-10-30T15:59:44.775Zuploaded: /work/crate-build-timings.json